Returns the next bit from the stream. A true value indicates that the next bit was set, a false value indicates the next bit was clear.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Function ReadBit As Boolean
abstract ReadBit : unit -> bool
Return Value
Type:
BooleanRemarks The effect of calling this method before
Initialise(Byte) has been called is undefined.
See Also