Click or drag to resize
CBFWriteInt Method
Writes int to the BF

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
See comments on byte order for the Read.. functions if you want to enforce a certain byte order. If a byte order is not specified, the data is written in the native byte order of the writing computer.
Syntax
public void WriteInt(
	int i1,
	int i2
)

Parameters

i1
Type: SystemInt32
See GS_TYPESConstant and BF_BYTEORDERConstant
i2
Type: SystemInt32
data
See Also