Click or drag to resize
IBitStreamReadBit Method
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.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
bool ReadBit()

Return Value

Type: Boolean
Remarks
See Also