Show / Hide Table of Contents

    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

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX