BF_BYTEORDERConstant Class

Byte order for read/write
Inheritance Hierarchy
System.Object
  GeoEngine.Core.GXNetX.BF_BYTEORDERConstant

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

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