Enum H5T.bkg_t
How is the `bkg' buffer used by the conversion function?
Namespace: HDF.PInvoke
Assembly: HDF.PInvoke.dll
Syntax
public enum bkg_t : int
Fields
Name | Description |
---|---|
NO | background buffer is not needed, send NULL |
TEMP | bkg buffer used as temp storage only |
YES | init bkg buf with data before conversion |