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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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