Enum status_t

Enum Documentation

enum status_t

A C status type.

The basic unit of determining if a function has succeeded or not.

Values:

enumerator OK

Return this on function success.

enumerator ERROR

Return this when a function fails.