M2MResource::M2MExecuteParameter. This class handles the "Execute" operation arguments. More...
#include <m2mresource.h>
Public Member Functions | |
const uint8_t * | get_argument_value () const |
Returns the value of an argument. More... | |
uint16_t | get_argument_value_length () const |
Returns the length of the value argument. More... | |
const String & | get_argument_object_name () const |
Returns the name of the object where the resource exists. More... | |
const String & | get_argument_resource_name () const |
Returns the resource name. More... | |
uint16_t | get_argument_object_instance_id () const |
Returns the instance ID of the object where the resource exists. More... | |
Friends | |
class | Test_M2MResource |
class | M2MResource |
M2MResource::M2MExecuteParameter. This class handles the "Execute" operation arguments.
uint16_t M2MResource::M2MExecuteParameter::get_argument_object_instance_id | ( | ) | const |
Returns the instance ID of the object where the resource exists.
const String& M2MResource::M2MExecuteParameter::get_argument_object_name | ( | ) | const |
Returns the name of the object where the resource exists.
const String& M2MResource::M2MExecuteParameter::get_argument_resource_name | ( | ) | const |
Returns the resource name.
const uint8_t* M2MResource::M2MExecuteParameter::get_argument_value | ( | ) | const |
Returns the value of an argument.
uint16_t M2MResource::M2MExecuteParameter::get_argument_value_length | ( | ) | const |
Returns the length of the value argument.