Share via


ElectronicValueRW.ReadValue(Int32, Int32) Method

Definition

Reads the Electronic Value from the card.

public abstract void ReadValue (int sequenceNumber, int timeout);
abstract member ReadValue : int * int -> unit
Public MustOverride Sub ReadValue (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 can be specified.

Applies to