BF_BYTEORDERConstant Class
Byte order for read/write
Inheritance Hierarchy
SystemObject
  GeoEngine.Core.GXNetXBF_BYTEORDERConstant

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static class BF_BYTEORDERConstant

The BF_BYTEORDERConstant type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberLSB
Least significant byte first (Intel, Windows)
Public fieldStatic memberMSB
Most significant byte first (Mororola, Sun)
Top
See Also