MeshNetworkManager
MeshNetworkManager is the entry point to the Mesh library.
Parameters
Custom storage option allowing users to save the mesh network to a custom location.
Custom storage option allowing users to save the sequence number.
The scope in which the mesh network will be created.
Properties
Functions
Creates a Mesh Network with a given name and a UUID. If a UUID is not provided a random will be generated.
Exports a mesh network to a Json defined by the Mesh Configuration Database Profile based on the given configuration.
Imports a Mesh Network from a byte array containing a Json defined by the Mesh Configuration Database profile.
This method tries to publish the given message using the publication information set in the Model.
Sends the Proxy Configuration Message to the connected Proxy Node.
Sends Configuration Message to the Node with given destination Address.
Sends a Configuration Message to the primary Element on the given Node and returns the received response.
Sends a Configuration Message to the Node with given destination address and returns the received response.
Sends a Configuration Message to the primary Element on the given Node.
Encrypts the message with the first Application Key bound to the given Model and a Network Key bound to it, and sends it to the Node to which the Model belongs to and returns the response.
Encrypts the message with the common Application Key bound to both given Models and a Network Key bound to it, and sends it to the Node to which the target Model belongs to.
Encrypts the message with the first Application Key bound to the given Model and the Network Key bound to it, and sends it to the Node to which the Model belongs to.
Encrypts the message with the common Application Key bound to both given Models and the Network Key bound to it, and sends it to the Node to which the target Model belongs to.
Encrypts the message with the Application Key and a Network Key bound to it, and sends to the given Group.
Encrypts the message with the Application Key and the Network Key bound to it, and sends to the given destination address.
Sends the Configuration Message to the primary Element of the local Node and returns the received response.