Show / Hide Table of Contents

    Struct H5A.info_t

    Information struct for attribute (for H5Aget_info/H5Aget_info_by_idx)

    Namespace: HDF.PInvoke
    Assembly: HDF.PInvoke.dll
    Syntax
    public struct info_t

    Fields

    | Improve this Doc View Source

    corder

    Creation order

    Declaration
    public System.UInt32 corder
    Field Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    corder_valid

    Indicate if creation order is valid

    Declaration
    public System.UInt32 corder_valid
    Field Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    cset

    Character set of attribute name

    Declaration
    public H5T.cset_t cset
    Field Value
    Type Description
    H5T.cset_t
    | Improve this Doc View Source

    data_size

    Size of raw data

    Declaration
    public System.UInt64 data_size
    Field Value
    Type Description
    System.UInt64
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX