Show / Hide Table of Contents

    Struct H5L.info_t

    Information struct for link (for H5Lget_info/H5Lget_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 Int64 corder
    Field Value
    Type Description
    Int64
    | 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 link name

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

    type

    Type of link

    Declaration
    public H5L.type_t type
    Field Value
    Type Description
    H5L.type_t
    | Improve this Doc View Source

    u

    Address to which hard link points or size of a soft link or UD link value

    Declaration
    public H5L.info_t.u_t u
    Field Value
    Type Description
    H5L.info_t.u_t
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX