Edge Applications
Device Management
IoT
Contact Us
Login
Documentation
current
v4.12
v4.11
v4.10
v4.9
v4.8
v4.7
v4.6
v4.5
v4.4
v4.3
v4.2
v4.1
v4.0
v3.4
v3.3
Mistake on this page?
Email us
Main Page
Related Pages
Namespaces
Data Structures
Files
Deprecated List
Global
M2MBase::add_observation_level
(
M2MBase::Observation
observation_level)
Internal API. Subject to be removed, please don't use on application code.
Global
M2MBase::coap_content_type
() const
Internal API. Subject to be removed, please don't use on application code.
Global
M2MBase::Directory
. Obsolete resource type.
Global
M2MBase::execute_value_updated
(const String &name)
Internal API. Subject to be removed, please don't use on application code.
Global
M2MBase::get_lwm2m_parameters
() const
Internal API. Subject to be removed, please don't use on application code.
Global
M2MBase::get_nsdl_resource
() const
Internal API. Subject to be removed, please don't use on application code.
Global
M2MBase::GET_POST_ALLOWED
Unsupported operation mode.
Global
M2MBase::GET_POST_DELETE_ALLOWED
Unsupported operation mode.
Global
M2MBase::GET_PUT_POST_ALLOWED
Unsupported operation mode.
Global
M2MBase::GET_PUT_POST_DELETE_ALLOWED
Unsupported operation mode.
Global
M2MBase::handle_get_request
(nsdl_s *nsdl, sn_coap_hdr_s *received_coap_header,
M2MObservationHandler
*observation_handler=NULL)
Internal API. Subject to be removed, please don't use on application code.
Global
M2MBase::handle_post_request
(nsdl_s *nsdl, sn_coap_hdr_s *received_coap_header,
M2MObservationHandler
*observation_handler, bool &execute_value_updated, sn_nsdl_addr_s *address=NULL)
Internal API. Subject to be removed, please don't use on application code.
Global
M2MBase::handle_put_request
(nsdl_s *nsdl, sn_coap_hdr_s *received_coap_header,
M2MObservationHandler
*observation_handler, bool &execute_value_updated)
Internal API. Subject to be removed, please don't use on application code.
Global
M2MBase::interface_description
() const
Human readable interface descriptions are deprecated.
Global
M2MBase::is_under_observation
() const
Internal API. Subject to be removed, please don't use on application code.
Global
M2MBase::is_value_updated_function_set
() const
Internal API. Subject to be removed, please don't use on application code.
Global
M2MBase::lwm2m_parameters_s
This is internal datastructure and subject to be changed or removed. Do not use on application.
Global
M2MBase::lwm2m_parameters_s
This is internal datastructure and subject to be changed or removed. Do not use on application.
Global
M2MBase::observation_handler
() const =0
Internal API. Subject to be removed, please don't use on application code.
Global
M2MBase::observation_level
() const
Internal API. Subject to be removed, please don't use on application code.
Global
M2MBase::POST_DELETE_ALLOWED
Unsupported operation mode.
Global
M2MBase::PUT_POST_ALLOWED
Unsupported operation mode.
Global
M2MBase::PUT_POST_DELETE_ALLOWED
Unsupported operation mode.
Global
M2MBase::register_uri
()
All resources are published. This API is subject to be removed.
Global
M2MBase::remove_observation_level
(
M2MBase::Observation
observation_level)
Internal API. Subject to be removed, please don't use on application code.
Global
M2MBase::resource_type
() const
Textual content types are deprecated. Please define correct content type when resource is created.
Global
M2MBase::set_coap_content_type
(const uint16_t content_type)
Modifying underlying CoAP library parameters is deprecated. Please define correct content type when resource is created.
Global
M2MBase::set_instance_id
(const uint16_t instance_id)
Internal API. Subject to be removed, please don't use on application code.
Global
M2MBase::set_interface_description
(const String &description)
Human readable interface descriptions are deprecated.
Global
M2MBase::set_interface_description
(const char *description)
Human readable interface descriptions are deprecated.
Global
M2MBase::set_observable
(bool observable)
By default, all resources are now observable so this API is subject to be removed.
Global
M2MBase::set_observation_handler
(
M2MObservationHandler
*handler)=0
Internal API. Subject to be removed, please don't use on application code.
Global
M2MBase::set_operation
(
M2MBase::Operation
operation)
Switching of operation mode on run time is deprecated. Set correct operation mode when creating the resource.
Global
M2MBase::set_register_uri
(bool register_uri)
All resources are published. This API is subject to be removed.
Global
M2MBase::set_resource_type
(const char *resource_type)
Textual content types are deprecated. Please define correct content type when resource is created.
Global
M2MBase::set_resource_type
(const String &resource_type)
Textual content types are deprecated. Please define correct content type when resource is created.
Global
M2MBase::set_under_observation
(bool observed,
M2MObservationHandler
*handler)
Internal API. Subject to be removed, please don't use on application code.
Global
M2MBase::set_value_updated_function
(value_updated_callback callback)
Function pointer classes are deprecated. Please use the
M2MBase::set_value_updated_function(value_updated_callback2)
instead.
Global
M2MObject::add_observation_level
(
M2MBase::Observation
observation_level)
Internal API, subject to be modified or removed.
Global
M2MObject::create_object_instance
(const lwm2m_parameters_s *s)
Internal lwm2m_parameter_s structure is deprecated. Please use
M2MObject::create_object_instance(uint16_t)
instead.
Global
M2MObject::handle_get_request
(nsdl_s *nsdl, sn_coap_hdr_s *received_coap_header,
M2MObservationHandler
*observation_handler=NULL)
Internal API, subject to be modified or removed.
Global
M2MObject::handle_post_request
(nsdl_s *nsdl, sn_coap_hdr_s *received_coap_header,
M2MObservationHandler
*observation_handler, bool &execute_value_updated, sn_nsdl_addr_s *address=NULL)
Internal API, subject to be modified or removed.
Global
M2MObject::handle_put_request
(nsdl_s *nsdl, sn_coap_hdr_s *received_coap_header,
M2MObservationHandler
*observation_handler, bool &execute_value_updated)
Internal API, subject to be modified or removed.
Global
M2MObject::notification_update
(uint16_t obj_instance_id)
Internal API, subject to be modified or removed.
Global
M2MObject::observation_handler
() const
Internal API, subject to be modified or removed.
Global
M2MObject::remove_observation_level
(
M2MBase::Observation
observation_level)
Internal API, subject to be modified or removed.
Global
M2MObject::set_observation_handler
(
M2MObservationHandler
*handler)
Internal API, subject to be modified or removed.
Global
M2MObjectInstance::add_observation_level
(
M2MBase::Observation
observation_level)
Internal API, subject to be modified or removed.
Global
M2MObjectInstance::create_dynamic_resource
(const String &resource_name, const String &resource_type,
M2MResourceInstance::ResourceType
type, bool observable, bool multiple_instance=false, bool external_blockwise_store=false)
Please use
M2MInterfaceFactory::create_resource()
instead.
Global
M2MObjectInstance::create_dynamic_resource
(const uint16_t resource_name, const char *resource_type,
M2MResourceInstance::ResourceType
type, bool observable, bool multiple_instance=false, bool external_blockwise_store=false)
Please use
M2MInterfaceFactory::create_resource()
instead.
Global
M2MObjectInstance::create_dynamic_resource
(const lwm2m_parameters_s *static_res,
M2MResourceInstance::ResourceType
type, bool observable)
Please use
M2MInterfaceFactory::create_resource()
instead.
Global
M2MObjectInstance::create_dynamic_resource_instance
(const String &resource_name, const String &resource_type,
M2MResourceInstance::ResourceType
type, bool observable, uint16_t instance_id, bool external_blockwise_store=false)
Please use
M2MInterfaceFactory::create_resource()
instead.
Global
M2MObjectInstance::create_static_resource
(const String &resource_name, const String &resource_type,
M2MResourceInstance::ResourceType
type, const uint8_t *value, const uint8_t value_length, bool multiple_instance=false, bool external_blockwise_store=false)
Please use
M2MInterfaceFactory::create_resource()
instead.
Global
M2MObjectInstance::create_static_resource
(const lwm2m_parameters_s *static_res,
M2MResourceInstance::ResourceType
type)
Please use
M2MInterfaceFactory::create_resource()
instead.
Global
M2MObjectInstance::create_static_resource_instance
(const String &resource_name, const String &resource_type,
M2MResourceInstance::ResourceType
type, const uint8_t *value, const uint8_t value_length, uint16_t instance_id, bool external_blockwise_store=false)
Please use
M2MInterfaceFactory::create_resource()
instead.
Global
M2MObjectInstance::handle_get_request
(nsdl_s *nsdl, sn_coap_hdr_s *received_coap_header,
M2MObservationHandler
*observation_handler=NULL)
Internal API, subject to be modified or removed.
Global
M2MObjectInstance::handle_post_request
(nsdl_s *nsdl, sn_coap_hdr_s *received_coap_header,
M2MObservationHandler
*observation_handler, bool &execute_value_updated, sn_nsdl_addr_s *address=NULL)
Internal API, subject to be modified or removed.
Global
M2MObjectInstance::handle_put_request
(nsdl_s *nsdl, sn_coap_hdr_s *received_coap_header,
M2MObservationHandler
*observation_handler, bool &execute_value_updated)
Internal API, subject to be modified or removed.
Global
M2MObjectInstance::notification_update
(
M2MBase::Observation
observation_level)
Internal API, subject to be modified or removed.
Global
M2MObjectInstance::observation_handler
() const
Internal API, subject to be modified or removed.
Global
M2MObjectInstance::remove_observation_level
(
M2MBase::Observation
observation_level)
Internal API, subject to be modified or removed.
Global
M2MObjectInstance::remove_resource
(const String &name)
String based APIs are deprecated. Please use the id or path instead.
Global
M2MObjectInstance::resource
(const String &name) const
String based APIs are deprecated. Please use resource_id or path instead.
Global
M2MObjectInstance::resource_count
(const String &resource) const
String based APIs are deprecated. Please use resource_id or path instead.
Global
M2MObjectInstance::set_observation_handler
(
M2MObservationHandler
*handler)
Internal API, subject to be modified or removed.
Global
M2MResource::add_observation_level
(
M2MBase::Observation
observation_level)
Internal API, subject to be modified or removed.
Global
M2MResource::get_parent_object_instance
() const
Internal API, subject to be modified or removed.
Global
M2MResource::handle_get_request
(nsdl_s *nsdl, sn_coap_hdr_s *received_coap_header,
M2MObservationHandler
*observation_handler=NULL)
Internal API, subject to be modified or removed.
Global
M2MResource::handle_post_request
(nsdl_s *nsdl, sn_coap_hdr_s *received_coap_header,
M2MObservationHandler
*observation_handler, bool &execute_value_updated, sn_nsdl_addr_s *address=NULL)
Internal API, subject to be modified or removed.
Global
M2MResource::handle_put_request
(nsdl_s *nsdl, sn_coap_hdr_s *received_coap_header,
M2MObservationHandler
*observation_handler, bool &execute_value_updated)
Internal API, subject to be modified or removed.
Global
M2MResource::observation_handler
() const
Internal API, subject to be modified or removed.
Global
M2MResource::remove_observation_level
(
M2MBase::Observation
observation_level)
Internal API, subject to be modified or removed.
Global
M2MResource::set_observation_handler
(
M2MObservationHandler
*handler)
Internal API, subject to be modified or removed.
Global
M2MResourceBase::get_parent_resource
() const =0
Internal API, subject to be modified or removed.
Global
M2MResourceBase::publish_value_in_registration_msg
(bool publish_value)
Internal API, subject to be modified or removed.
Global
M2MResourceBase::report_to_parents
()
Internal API, subject to be modified or removed.
Global
M2MResourceBase::set_execute_function
(execute_callback callback)
Function pointer classes are deprecated. Please use
M2MResourceBase::set_execute_function(execute_callback_2 callback)
instead.