Get next 24 Bit Integer from BasicCardResponse.
Namespace: BasicCard.BasicCardsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public override int Fetch24BitInteger() |
Visual Basic |
---|
Public Overrides Function Fetch24BitInteger As Integer |
Visual C++ |
---|
public: virtual int Fetch24BitInteger() override |
F# |
---|
abstract Fetch24BitInteger : unit -> int override Fetch24BitInteger : unit -> int |
Return Value
Type: Int3224 Bit Integer value.
Exceptions
Exception | Condition |
---|---|
BasicCard.GenericCards..::..CardException | If response is to short. |