![]() |
nRF5 SDK for Thread and Zigbee v1.0.0
|
#include <zb_zcl_prepayment.h>
Data Fields | |
zb_uint8_t | result_type |
zb_int32_t | top_up_value |
zb_uint8_t | source_of_top_up |
zb_int32_t | credit_remaining |
Consumer Top Up Response Command Payload
zb_int32_t zb_zcl_prepayment_consumer_top_up_response_payload_s::credit_remaining |
The Credit Remaining field represents the amount of credit remaining on the Metering Device after addition of a top up.
zb_uint8_t zb_zcl_prepayment_consumer_top_up_response_payload_s::result_type |
An 8-bit enumerated value indicating whether the Metering Device accepted or rejected the top up.
zb_uint8_t zb_zcl_prepayment_consumer_top_up_response_payload_s::source_of_top_up |
An 8-bit enumeration indicating the device that has issued the top up
zb_int32_t zb_zcl_prepayment_consumer_top_up_response_payload_s::top_up_value |
A signed 32-bit integer field representing the Top Up value available in the top up content. If it is Monetary based, this field is measured in a base unit of Currency with the decimal point located as indicated by the Trailing Digits field, as defined in the Price cluster.