10 const uint8_t*
restore(
const uint8_t* buffer)
override;
13 int32_t
nextAsap(uint16_t tsap, uint16_t& startIdx);
19 uint16_t entryCount();
20 uint16_t getTSAP(uint16_t idx);
21 uint16_t getASAP(uint16_t idx);
22 void prepareBinarySearch();
23 uint16_t* _tableData = 0;
24 uint16_t sortedEntryCount;
int32_t translateAsap(uint16_t asap)
const uint8_t * restore(const uint8_t *buffer) override
This method is called when the object should restore its state from the buffer.
void beforeStateChange(LoadState &newState) override
This method is called before the interface object enters a new LoadState.
int32_t nextAsap(uint16_t tsap, uint16_t &startIdx)
AssociationTableObject(Memory &memory)
This class provides common functionality for interface objects that are configured by ETS with MemorW...