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.
Fork of mbed-cloud-workshop-connect-HTS221 by
M2MResource::M2MExecuteParameter Class Reference
M2MResource::M2MExecuteParameter. More...
#include <m2mresource.h>
Public Member Functions | |
| const uint8_t * | get_argument_value () const |
| Returns the value of an argument. | |
| uint16_t | get_argument_value_length () const |
| Returns the length of the value argument. | |
| const char * | get_argument_object_name () const |
| Returns the name of the object where the resource exists. | |
| const char * | get_argument_resource_name () const |
| Returns the resource name. | |
| uint16_t | get_argument_object_instance_id () const |
| Returns the instance ID of the object where the resource exists. | |
Detailed Description
M2MResource::M2MExecuteParameter.
This class handles the "Execute" operation arguments.
Definition at line 299 of file m2mresource.h.
Member Function Documentation
| uint16_t get_argument_object_instance_id | ( | ) | const |
Returns the instance ID of the object where the resource exists.
- Returns:
- Object instance ID.
Definition at line 696 of file m2mresource.cpp.
| const String & get_argument_object_name | ( | ) | const |
Returns the name of the object where the resource exists.
- Returns:
- Object name.
Definition at line 675 of file m2mresource.cpp.
| const String & get_argument_resource_name | ( | ) | const |
| const uint8_t * get_argument_value | ( | ) | const |
Returns the value of an argument.
- Returns:
- uint8_t * The argument value.
Definition at line 664 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 669 of file m2mresource.cpp.
Generated on Tue Jul 12 2022 19:12:20 by
1.7.2
