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

#include <zb_zcl_prepayment.h>

Data Fields

zb_uint32_t collection_time
 
zb_uint32_t amount_collected
 
zb_uint8_t debt_type
 
zb_uint32_t outstanding_debt
 

Detailed Description

Format of a Debt Payload Record

See also
SE spec, Figure D-134

Field Documentation

zb_uint32_t zb_zcl_prepayment_debt_payload_record_s::amount_collected

An unsigned 32-bit field to denote the amount of debt collected at this time.

zb_uint32_t zb_zcl_prepayment_debt_payload_record_s::collection_time

An UTC time field identifying the time when the collection occurred.

zb_uint8_t zb_zcl_prepayment_debt_payload_record_s::debt_type

An 8-bit enumeration field identifying the type of debt the record refers to. The enumerations are defined in Table D-149.

zb_uint32_t zb_zcl_prepayment_debt_payload_record_s::outstanding_debt

An unsigned 32-bit field to denote the amount of debt still outstanding after the debt was collected.


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