Z-Wave Serial API#
Modules#
Enumerations#
Firmware update functionality specifics Enum definitions for Firmware Update functionality selector; firmwareUpdateFunction.
size of the address field of NVM_BACKUP_RESTORE or NVM_EXT_BACKUP_RESTORE frames.
Macros#
Start Of Frame.
Acknowledge successful frame reception.
Not Acknowledge successful frame reception - please retransmit...
Frame received (from host) was dropped - waiting for ACK.
Enumeration Documentation#
FIRMWARE_UPDATE_NVM_T#
FIRMWARE_UPDATE_NVM_T
Firmware update functionality specifics Enum definitions for Firmware Update functionality selector; firmwareUpdateFunction.
Enumerator | |
---|---|
FIRMWARE_UPDATE_NVM_INIT | |
FIRMWARE_UPDATE_NVM_SET_NEW_IMAGE | |
FIRMWARE_UPDATE_NVM_GET_NEW_IMAGE | |
FIRMWARE_UPDATE_NVM_UPDATE_CRC16 | |
FIRMWARE_UPDATE_NVM_IS_VALID_CRC16 | |
FIRMWARE_UPDATE_NVM_WRITE | |
FIRMWARE_UPDATE_NVM_UNKNOWN |
41
of file /mnt/raid/workspaces/ws.Mh9rMZz8x/overlay/gsdk/protocol/z-wave/Apps/zwave_ncp_serial_api/SerialAPI.h
nvm_backup_restore_addr_size_t#
nvm_backup_restore_addr_size_t
size of the address field of NVM_BACKUP_RESTORE or NVM_EXT_BACKUP_RESTORE frames.
Item value is the size in byte of the address field.
Enumerator | |
---|---|
NVM_BACKUP_RESTORE_ADDR_SIZE | 2 bytes for the legacy NVM backup & restore command |
NVM_EXT_BACKUP_RESTORE_ADDR_SIZE | 4 bytes for the extended NVM backup & restore command |
375
of file /mnt/raid/workspaces/ws.Mh9rMZz8x/overlay/gsdk/protocol/z-wave/Apps/zwave_ncp_serial_api/SerialAPI.h
Macro Definition Documentation#
SOF#
#define SOFValue:
0x01
Start Of Frame.
16
of file /mnt/raid/workspaces/ws.Mh9rMZz8x/overlay/gsdk/protocol/z-wave/Apps/zwave_ncp_serial_api/SerialAPI.h
ACK#
#define ACKValue:
0x06
Acknowledge successful frame reception.
17
of file /mnt/raid/workspaces/ws.Mh9rMZz8x/overlay/gsdk/protocol/z-wave/Apps/zwave_ncp_serial_api/SerialAPI.h
NAK#
#define NAKValue:
0x15
Not Acknowledge successful frame reception - please retransmit...
18
of file /mnt/raid/workspaces/ws.Mh9rMZz8x/overlay/gsdk/protocol/z-wave/Apps/zwave_ncp_serial_api/SerialAPI.h
CAN#
#define CANValue:
0x18
Frame received (from host) was dropped - waiting for ACK.
19
of file /mnt/raid/workspaces/ws.Mh9rMZz8x/overlay/gsdk/protocol/z-wave/Apps/zwave_ncp_serial_api/SerialAPI.h