Share via


ElectronicValueRW.WriteValue(Int32, Int32) Method

Definition

Electronic Value is added to the card as specified by SequenceNumber on demand.

public abstract void WriteValue (int sequenceNumber, int timeout);
abstract member WriteValue : int * int -> unit
Public MustOverride Sub WriteValue (sequenceNumber As Integer, timeout As Integer)

Parameters

sequenceNumber
Int32

Sequence number.

timeout
Int32

The maximum waiting time (in milliseconds) until the response is received from the device. WaitForever and positive values can be specified.

Applies to