Get next BasicCard Byte (.Net Byte, C# byte, Visual Basic Byte) from BasicCardResponse.

Namespace: BasicCard.BasicCards
Assembly: 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: Byte
BasicCard byte value.

Exceptions

ExceptionCondition
BasicCard.GenericCards..::..CardExceptionIf response is to short.

See Also