5 #define LEN_HARDWARE_TYPE 6
15 uint8_t*
save(uint8_t* buffer)
override;
16 const uint8_t*
restore(
const uint8_t* buffer)
override;
46 #if MASK_VERSION == 0x091A || MASK_VERSION == 0x2920
47 uint16_t _ownAddress = 0xFF00;
49 uint16_t _ownAddress = 0xFFFF;
const uint8_t * hardwareType()
const uint8_t * rfDomainAddress()
uint16_t saveSize() override
uint16_t manufacturerId()
const uint8_t * restore(const uint8_t *buffer) override
This method is called when the object should restore its state from the buffer.
const uint16_t apiVersion
const uint8_t * orderNumber()
void individualAddressDuplication(bool value)
uint8_t defaultHopCount()
uint8_t * save(uint8_t *buffer) override
This method is called when the object should save its state to the buffer.
uint16_t individualAddress()
This class represents and interface object.