Mistake on this page? Email us
M2MResource::M2MExecuteParameter Class Reference

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
 

Detailed Description

M2MResource::M2MExecuteParameter. This class handles the "Execute" operation arguments.

Member Function Documentation

uint16_t M2MResource::M2MExecuteParameter::get_argument_object_instance_id ( ) const

Returns the instance ID of the object where the resource exists.

Returns
Object instance ID.
const String& M2MResource::M2MExecuteParameter::get_argument_object_name ( ) const

Returns the name of the object where the resource exists.

Returns
Object name.
const String& M2MResource::M2MExecuteParameter::get_argument_resource_name ( ) const

Returns the resource name.

Returns
Resource name.
const uint8_t* M2MResource::M2MExecuteParameter::get_argument_value ( ) const

Returns the value of an argument.

Returns
uint8_t * The argument value.
uint16_t M2MResource::M2MExecuteParameter::get_argument_value_length ( ) const

Returns the length of the value argument.

Returns
uint8_t The argument value length.

The documentation for this class was generated from the following file: