SmartcardReaderDoCommand Method
|
Sends a CT_DATA command to the printer's smartcard reader, if present.
Namespace: Zebra.Sdk.DeviceAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax byte[] DoCommand(
string asciiHexData
)
Function DoCommand (
asciiHexData As String
) As Byte()
array<unsigned char>^ DoCommand(
String^ asciiHexData
)
Parameters
- asciiHexData String
- Data to be sent to the smartcard using the CT_DATA card command.
Return Value
ByteA byte array containing the response from the smartcard reader.
Exceptions See Also