Click or drag to resize
IBitStreamSkip Method
Skips a number of bits in the stream.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void Skip(
	int countBits
)

Parameters

countBits
Type: SystemInt32
The number of bits to skip.
Remarks
See Also