nRF5 SDK for Thread and Zigbee v1.0.0
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
zb_zcl_device_management_request_new_password_resp_cmd_payload_s Struct Reference

RequestNewPasswordResponse Command Payload Format More...

#include <zb_zcl_device_management.h>

Data Fields

zb_uint32_t issuer_event_id
 
zb_uint32_t implement_time
 
zb_uint16_t duration
 
zb_uint8_t password_type
 
zb_uint8_t password [11]
 

Detailed Description

RequestNewPasswordResponse Command Payload Format

See also
SE spec, subclause 10.2.4.3

Field Documentation

zb_uint16_t zb_zcl_device_management_request_new_password_resp_cmd_payload_s::duration

The Duration in minutes field represents the duration in minutes that the password is valid for.

zb_uint32_t zb_zcl_device_management_request_new_password_resp_cmd_payload_s::implement_time

The Implementation Date/Time field represents a UTC Time indicate the date at which the originating command was to be applied.

zb_uint32_t zb_zcl_device_management_request_new_password_resp_cmd_payload_s::issuer_event_id

The Issuer Event ID field represents a unique identifier generated by the commodity provider.

zb_uint8_t zb_zcl_device_management_request_new_password_resp_cmd_payload_s::password[11]

The Password field represents the password (the first octet is the length, allowing 10 octets for the password).

See also
ZB_ZCL_DEVICE_MANAGEMENT_PASSWORD_NAME_MAX_SIZE
zb_uint8_t zb_zcl_device_management_request_new_password_resp_cmd_payload_s::password_type

The Password Type field represents which password should be changed.

See also
zb_zcl_device_management_password_type_t enum.

The documentation for this struct was generated from the following file: