SmartCardRW.ReadData(SmartCardReadAction, Byte[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads data from a smart card.
public abstract byte[] ReadData (Microsoft.PointOfService.SmartCardReadAction action, byte[] data);
abstract member ReadData : Microsoft.PointOfService.SmartCardReadAction * byte[] -> byte[]
Public MustOverride Function ReadData (action As SmartCardReadAction, data As Byte()) As Byte()
Parameters
- action
- SmartCardReadAction
Indicates the type of data processing to be done by the smart card.
- data
- Byte[]
The data that is to be read by the smart card.
Returns
Byte[]