Enum H5T.order_t
Byte orders
Namespace: HDF.PInvoke
Assembly: HDF.PInvoke.dll
Syntax
public enum order_t : int
Fields
| Name | Description |
|---|---|
| BE | big endian |
| ERROR | error |
| LE | little endian |
| MIXED | Compound type with mixed member orders |
| ONE | no particular order (strings, bits,..) |
| VAX | VAX mixed endian |