Click or drag to resize
CBFReadVM Method
Read data to a VM from current position in 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
If the data source may be in byte order different from that required by the reader, you can add the source byte-order to the BF elelment type. The byte order will be swapped if required. For example, to write out a real number 3.5 with Most-Significant_Byte first (Mortorola) convention: WriteReal_BF(hBF,BF_BYTEORDER_MSB+GS_REAL,3.5). If a byte order is not specified, the source is assumed to be in the native byte order of the reading/writing computer.
Syntax
public void ReadVM(
	int i1,
	CVM oVM2
)

Parameters

i1
Type: SystemInt32
See GS_TYPESConstant and BF_BYTEORDERConstant
oVM2
Type: GeoEngine.Core.GXNetCVM
VM data to read, VM length is read
See Also