Section 1. properties, Carddata, Carddatamasked – MagTek MTBLUETOOTH.OCX User Manual

Page 5: Commandoutput

Advertising
background image

1

SECTION 1. PROPERTIES

CARDDATA
Returns the Card Data buffer for the MTBluetooth control.

Syntax

CtlMTBluetooth1.CardData[ = value]

The CardData property syntax has these parts:

Part

Description

Value An String specifying the card data.

Remarks

CardData will have the magnetic stripe information from the last card read or output from
SendData or SendDataWlen methods.

Data Type

String

CARDDATAMASKED
Returns the masked Card Data buffer for the MTBluetooth control.

Syntax

CtlMTBluetooth1.CardData[ = value]

The CardDataMasked property syntax has these parts:

Part

Description

Value An String specifying the card data.

Remarks

CardData will have the masked magnetic stripe information from the last card read.

Data Type

String

COMMANDOUTPUT
Returns the data from a SendData or SendDataWlen Methods .

Syntax

CtlMTBluetooth1.CardData[ = value]

The CardData property syntax has these parts:

Part

Description

Value An String specifying the card data.

Remarks

This is used when the SendDataSync and SendDataSyncWlen methods will not work.

Advertising