Click or drag to resize
CBFReadBuff Method
Read data from a BF stream into memory

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void ReadBuff(
	byte* buff,
	int nbytes
)

Parameters

buff
Type: SystemByte*
Data buffer to read data into
nbytes
Type: SystemInt32
Number of bytes to read
See Also