Struct H5A.info_t
Information struct for attribute (for H5Aget_info/H5Aget_info_by_idx)
Namespace: HDF.PInvoke
Assembly: HDF.PInvoke.dll
Syntax
public struct info_t
Fields
| Improve this Doc View Sourcecorder
Creation order
Declaration
public System.UInt32 corder
Field Value
Type | Description |
---|---|
System.UInt32 |
corder_valid
Indicate if creation order is valid
Declaration
public System.UInt32 corder_valid
Field Value
Type | Description |
---|---|
System.UInt32 |
cset
Character set of attribute name
Declaration
public H5T.cset_t cset
Field Value
Type | Description |
---|---|
H5T.cset_t |
data_size
Size of raw data
Declaration
public System.UInt64 data_size
Field Value
Type | Description |
---|---|
System.UInt64 |