7 #ifndef WPP_O_3339_AUDIO_CLIP_H
8 #define WPP_O_3339_AUDIO_CLIP_H
40 APPLICATION_TYPE_5750 = 5750,
105 void resourcesCreate();
110 void resourcesInit();
AudioClip(lwm2m_context_t &context, const OBJ_LINK_T &id)
void serverOperationNotifier(Instance *securityInst, ItemOp::TYPE type, const ResLink &resLink) override
This method must be implemented by the derived class, and handle information about resource operation...
static bool removeInst(WppClient &ctx, ID_T instId)
Removes an instance of the object.
void userOperationNotifier(ItemOp::TYPE type, const ResLink &resLink) override
This method must be implemented by the derived class, and handle information about resource operation...
static AudioClip * instance(WppClient &ctx, ID_T instId=ID_T_MAX_VAL)
Gets an instance of the object.
static Object & object(WppClient &ctx)
Gets the Object reference.
static AudioClip * createInst(WppClient &ctx, ID_T instId=ID_T_MAX_VAL)
Creates an instance of the object.
Instance is interface class that implements manipulation with derived class resources....
The Object class implements manipulation with Instance interface class and its inheritors.
Represents a client interface for Wpp library.
The WppConnection class represents a connection interface for the Wpp library.
TYPE
Enum representing the different types of operations.
ObjLink - (object ID):(instance ID), example: 1:3. Represent as two integers in lwm2m_data_t....