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.
M2MResource::M2MExecuteParameter Class Reference
M2MResource::M2MExecuteParameter. More...
#include <m2mresource.h>
Public Member Functions | |
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 String & | get_argument_object_name () const |
Returns the name of the object where the resource exists. | |
const String & | 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 282 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 614 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 604 of file m2mresource.cpp.
const String & get_argument_resource_name | ( | ) | const |
uint8_t * get_argument_value | ( | ) | const |
Returns the value of an argument.
- Returns:
- uint8_t * The argument value.
Definition at line 594 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 599 of file m2mresource.cpp.
Generated on Tue Jul 12 2022 21:20:34 by
