joey shelton / LED_Demo2

Dependencies:   MAX44000 PWM_Tone_Library nexpaq_mdk

Fork of LED_Demo by joey shelton

Embed: (wiki syntax)

« Back to documentation index

M2MResource::M2MExecuteParameter Class Reference

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

Returns the resource name.

Returns:
Resource name.

Definition at line 625 of file m2mresource.cpp.

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.