Show / Hide Table of Contents

    Enum H5L.type_t

    Link class types. Values less than 64 are reserved for the HDF5 library's internal use. Values 64 to 255 are for "user-defined" link class types; these types are defined by HDF5 but their behavior can be overridden by users. Users who want to create new classes of links should contact the HDF5 development team at hdfhelp@hdfgroup.org . These values can never change because they appear in HDF5 files.

    Namespace: HDF.PInvoke
    Assembly: HDF.PInvoke.dll
    Syntax
    public enum type_t : int

    Fields

    Name Description
    ERROR

    Invalid link type id [value = -1]

    EXTERNAL

    External link id [value = 64]

    HARD

    Hard link id [value = 0]

    MAX

    Maximum link type id [value = 255]

    SOFT

    Soft link id [value = 1]

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