Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
DeviceFirmwareCompositeResource Class Reference
DeviceFirmwareCompositeResource class. More...
#include <DeviceFirmwareCompositeResource.h>
Public Member Functions | |
| DeviceFirmwareCompositeResource (const Logger *logger, const char *obj_name, const void *dm_responder) | |
| Default constructor. | |
| DeviceFirmwareCompositeResource (const DeviceFirmwareCompositeResource &res) | |
| Copy Constructor. | |
| void | addResources (void *cfg) |
| Add Resources. | |
| void * | getResource (FirmwareResourceIDs id) |
| Get Resource. | |
Detailed Description
DeviceFirmwareCompositeResource class.
Definition at line 64 of file DeviceFirmwareCompositeResource.h.
Constructor & Destructor Documentation
| DeviceFirmwareCompositeResource | ( | const Logger * | logger, |
| const char * | obj_name, | ||
| const void * | dm_responder | ||
| ) |
Default constructor.
- Parameters:
-
logger input logger instance for this resource obj_name input the Light Object name dm_responder input the DM responder instance
Definition at line 48 of file DeviceFirmwareCompositeResource.cpp.
| DeviceFirmwareCompositeResource | ( | const DeviceFirmwareCompositeResource & | res ) |
Copy Constructor.
- Parameters:
-
res input DeviceFirmwareCompositeResource instance to shallow copy
Definition at line 58 of file DeviceFirmwareCompositeResource.cpp.
Member Function Documentation
| void addResources | ( | void * | cfg ) |
Add Resources.
- Parameters:
-
cfg input pointer to Connector::OptionsBuilder configuration instance for our endpoint
Definition at line 104 of file DeviceFirmwareCompositeResource.cpp.
| void * getResource | ( | FirmwareResourceIDs | id ) |
Get Resource.
- Parameters:
-
index input the resource ID of the firmware resource to retrieve
Definition at line 117 of file DeviceFirmwareCompositeResource.cpp.
Generated on Wed Jul 13 2022 21:59:32 by
1.7.2