Zpal-status#

Defines status codes returned by zpal functions.

Typedefs#

typedef uint32_t

Macros#

#define
ZPAL_STATUS_OK ((zpal_status_t)0x0000)

No error.

#define
ZPAL_STATUS_FAIL ((zpal_status_t)0x0001)

Generic error.

#define
ZPAL_STATUS_BUFFER_FULL ((zpal_status_t)0x0002)

There is no more room in the buffer.

#define
ZPAL_STATUS_BUSY ((zpal_status_t)0x0003)

Process is busy.

#define
ZPAL_STATUS_INVALID_ARGUMENT ((zpal_status_t)0x0004)

At least one argument is invalid.

Typedef Documentation#

zpal_status_t#

typedef uint32_t zpal_status_t

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

Macro Definition Documentation#

ZPAL_STATUS_OK#

#define ZPAL_STATUS_OK
Value:
((zpal_status_t)0x0000)

No error.


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

ZPAL_STATUS_FAIL#

#define ZPAL_STATUS_FAIL
Value:
((zpal_status_t)0x0001)

Generic error.


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

ZPAL_STATUS_BUFFER_FULL#

#define ZPAL_STATUS_BUFFER_FULL
Value:
((zpal_status_t)0x0002)

There is no more room in the buffer.


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

ZPAL_STATUS_BUSY#

#define ZPAL_STATUS_BUSY
Value:
((zpal_status_t)0x0003)

Process is busy.


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

ZPAL_STATUS_INVALID_ARGUMENT#

#define ZPAL_STATUS_INVALID_ARGUMENT
Value:
((zpal_status_t)0x0004)

At least one argument is invalid.


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