Zpal-status#

Defines status codes returned by zpal functions.

Enumerations#

enum
ZPAL_STATUS_OK = 0
ZPAL_STATUS_FAIL
ZPAL_STATUS_BUFFER_FULL
ZPAL_STATUS_BUSY
ZPAL_STATUS_INVALID_ARGUMENT
}

Enumeration Documentation#

zpal_status_t#

zpal_status_t
Enumerator
ZPAL_STATUS_OK

No error.

ZPAL_STATUS_FAIL

Generic error.

ZPAL_STATUS_BUFFER_FULL

There is no more room in the buffer.

ZPAL_STATUS_BUSY

Process is busy.

ZPAL_STATUS_INVALID_ARGUMENT

At least one argument is invalid.


Definition at line 29 of file /mnt/raid/workspaces/ws.Mh9rMZz8x/overlay/gsdk/protocol/z-wave/PAL/inc/zpal_status.h