共用方式為


SmartCardRW.ReadData(SmartCardReadAction, Byte[]) Method

Definition

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[]

Applies to