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.
Dependencies: MAX44000 PWM_Tone_Library nexpaq_mdk
Fork of LED_Demo by
M2MResource::M2MExecuteParameter Class Reference
M2MResource::M2MExecuteParameter. More...
#include <m2mresource.h>
Public Member Functions | |
uint8_t * | get_argument_value () const |
Returns the value of the argument. | |
uint16_t | get_argument_value_length () const |
Returns the length of the value argument. | |
const String & | get_argument_object_name () const |
Returns the object name where resource exists. | |
const String & | get_argument_resource_name () const |
Returns the resource name. | |
uint16_t | get_argument_object_instance_id () const |
Returns the object instance id where resource exists. | |
Friends | |
class | M2MResource |
Detailed Description
M2MResource::M2MExecuteParameter.
This class handles the "Execute" operation arguments.
Definition at line 258 of file m2mresource.h.
Member Function Documentation
uint16_t get_argument_object_instance_id | ( | ) | const |
Returns the object instance id where resource exists.
- Returns:
- Object instance id.
Definition at line 630 of file m2mresource.cpp.
const String & get_argument_object_name | ( | ) | const |
Returns the object name where resource exists.
- Returns:
- Object name.
Definition at line 620 of file m2mresource.cpp.
const String & get_argument_resource_name | ( | ) | const |
uint8_t * get_argument_value | ( | ) | const |
Returns the value of the argument.
- Returns:
- uint8_t * The argument value.
Definition at line 610 of file m2mresource.cpp.
uint16_t get_argument_value_length | ( | ) | const |
Returns the length of the value argument.
- Returns:
- uint8_t The argument value length.
Definition at line 615 of file m2mresource.cpp.
Generated on Tue Jul 12 2022 11:02:13 by
