SmartCardRW.WriteData(SmartCardWriteAction, 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.
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.