Simulated product dispenser

Dependencies:   HTS221

Fork of mbed-cloud-workshop-connect-HTS221 by Jim Carver

Embed: (wiki syntax)

« Back to documentation index

M2MResource::M2MExecuteParameter Class Reference

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

Returns the resource name.

Returns:
Resource name.

Definition at line 680 of file m2mresource.cpp.

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.