 | CBFReadBuff Method |
Read data from a BF stream into memory
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void ReadBuff(
byte* buff,
int nbytes
)
public void ReadBuff(
byte* buff,
int nbytes
)
Visual Basic does not support APIs that consume or return unsafe types.
Visual Basic does not support APIs that consume or return unsafe types.
public:
void ReadBuff(
unsigned char* buff,
int nbytes
)
public:
void ReadBuff(
unsigned char* buff,
int nbytes
)
F# does not support APIs that consume or return unsafe types.
F# does not support APIs that consume or return unsafe types.
Parameters
- buff
- Type: SystemByte*
Data buffer to read data into - nbytes
- Type: SystemInt32
Number of bytes to read
See Also