Get next BasicCard Byte (.Net Byte, C# byte, Visual Basic Byte) from BasicCardResponse.
Namespace: BasicCard.BasicCardsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public virtual byte FetchBasicByte() |
Visual Basic |
---|
Public Overridable Function FetchBasicByte As Byte |
Visual C++ |
---|
public: virtual unsigned char FetchBasicByte() |
F# |
---|
abstract FetchBasicByte : unit -> byte override FetchBasicByte : unit -> byte |
Return Value
Type: ByteBasicCard byte value.
Exceptions
Exception | Condition |
---|---|
BasicCard.GenericCards..::..CardException | If response is to short. |