Read a byte from current position.

Namespace: BasicCard.ProcessorCards
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public virtual byte FetchByte()
Visual Basic
Public Overridable Function FetchByte As Byte
Visual C++
public:
virtual unsigned char FetchByte()
F#
abstract FetchByte : unit -> byte 
override FetchByte : unit -> byte 

Return Value

Type: Byte
Read byte.

See Also