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