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 Sourcecommand
what should the conversion function do?
Declaration
public H5T.cmd_t command
Field Value
Type | Description |
---|---|
H5T.cmd_t |
need_bkg
is the background buffer needed?
Declaration
public H5T.bkg_t need_bkg
Field Value
Type | Description |
---|---|
H5T.bkg_t |
priv
private data
Declaration
public IntPtr priv
Field Value
Type | Description |
---|---|
IntPtr |
recalc
recalculate private data
Declaration
public System.UInt32 recalc
Field Value
Type | Description |
---|---|
System.UInt32 |