SmartCardRW.WriteData(SmartCardWriteAction, Byte[]) Method

Definition

Writes data to a smart card.

public abstract void WriteData (Microsoft.PointOfService.SmartCardWriteAction action, byte[] data);
abstract member WriteData : Microsoft.PointOfService.SmartCardWriteAction * byte[] -> unit
Public MustOverride Sub WriteData (action As SmartCardWriteAction, data As Byte())

Parameters

action
SmartCardWriteAction

Indicates the type of processing of the data that is to be done by the smart card.

data
Byte[]

The data that is to be sent to the smart card.

Applies to