Enum H5E.direction_t
Error stack traversal direction
Namespace: HDF.PInvoke
Assembly: HDF.PInvoke.dll
Syntax
public enum direction_t : int
Fields
Name | Description |
---|---|
H5E_WALK_DOWNWARD | begin at API function, end deep [value = 1] |
H5E_WALK_UPWARD | begin deep, end at API function [value = 0] |