Show / Hide Table of Contents

    Struct H5L.class_t

    User-defined link types

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

    Fields

    | Improve this Doc View Source

    comment

    Comment for debugging

    Declaration
    public string comment
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    copy_func

    Callback after copying link

    Declaration
    public H5L.copy_func_t copy_func
    Field Value
    Type Description
    H5L.copy_func_t
    | Improve this Doc View Source

    create_func

    Callback during link creation

    Declaration
    public H5L.create_func_t create_func
    Field Value
    Type Description
    H5L.create_func_t
    | Improve this Doc View Source

    del_func

    Callback for link deletion

    Declaration
    public H5L.delete_func_t del_func
    Field Value
    Type Description
    H5L.delete_func_t
    | Improve this Doc View Source

    id

    Link type ID

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

    move_func

    Callback after moving link

    Declaration
    public H5L.move_func_t move_func
    Field Value
    Type Description
    H5L.move_func_t
    | Improve this Doc View Source

    query_func

    Callback for queries

    Declaration
    public H5L.query_func_t query_func
    Field Value
    Type Description
    H5L.query_func_t
    | Improve this Doc View Source

    trav_func

    Callback during link traversal

    Declaration
    public H5L.traverse_func_t trav_func
    Field Value
    Type Description
    H5L.traverse_func_t
    | Improve this Doc View Source

    version

    Version number of this struct

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