Show / Hide Table of Contents

    Struct H5T.cdata_t

    Type conversion client data

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

    Fields

    | Improve this Doc View Source

    command

    what should the conversion function do?

    Declaration
    public H5T.cmd_t command
    Field Value
    Type Description
    H5T.cmd_t
    | Improve this Doc View Source

    need_bkg

    is the background buffer needed?

    Declaration
    public H5T.bkg_t need_bkg
    Field Value
    Type Description
    H5T.bkg_t
    | Improve this Doc View Source

    priv

    private data

    Declaration
    public IntPtr priv
    Field Value
    Type Description
    IntPtr
    | Improve this Doc View Source

    recalc

    recalculate private data

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