Function Name: Valid Unit

Definition

Checks if the given value is a valid EDCS_UNIT_ENUM.

Returns

SE_TRUE if value is valid

SE_FALSE otherwise

Prototype


extern SE_BOOLEAN
EDCS_ValidUnit
(
EDCS_UNIT_ENUM value (notes)
);

Parameters Notes

value

value to be checked

Prev: Valid Status Code. Up:Index.