config table retrieval works
This commit is contained in:
@ -83,7 +83,8 @@ class GomspaceDeviceHandler : public DeviceHandlerBase {
|
||||
* specific. Thus the child has to build this command.
|
||||
*/
|
||||
virtual ReturnValue_t generateRequestFullTableCmd(GOMSPACE::SpecialRequestTypes reqType,
|
||||
uint8_t tableId, uint16_t tableSize);
|
||||
uint8_t tableId, uint16_t tableSize,
|
||||
DeviceCommandId_t id);
|
||||
|
||||
/**
|
||||
* This command handles printing the HK table to the console. This is useful for debugging
|
||||
@ -99,7 +100,7 @@ class GomspaceDeviceHandler : public DeviceHandlerBase {
|
||||
* @param packet Pointer to the reply containing the hk table.
|
||||
*/
|
||||
virtual void letChildHandleHkReply(DeviceCommandId_t id, const uint8_t *packet) = 0;
|
||||
|
||||
virtual void letChildHandleConfigReply(DeviceCommandId_t id, const uint8_t *packet) = 0;
|
||||
virtual LocalPoolDataSetBase *getDataSetHandle(sid_t sid) = 0;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user