Interface NetworkLayerCallbacks
public interface NetworkLayerCallbacks
-
Method Summary
Modifier and TypeMethodDescriptiongetNetworkKey(int keyIndex) Callback to retrieve the network key of the mesh network.Callback to retrieve the list ofNetworkKeybelonging to this network.Callback to retrieve the primary network key of the mesh network.Callback to retrieve the current provisioner of the networkgetProvisioner(int unicastAddress) Callback to retrieve a provisioner of the mesh network
-
Method Details
-
getProvisioner
Provisioner getProvisioner()Callback to retrieve the current provisioner of the network -
getProvisioner
Callback to retrieve a provisioner of the mesh network- Parameters:
unicastAddress- address of the provisioner
-
getPrimaryNetworkKey
NetworkKey getPrimaryNetworkKey()Callback to retrieve the primary network key of the mesh network.This usually is the key with the 0th index in the netkey list
-
getNetworkKey
Callback to retrieve the network key of the mesh network.- Parameters:
keyIndex- Index of the network key
-
getNetworkKeys
List<NetworkKey> getNetworkKeys()Callback to retrieve the list ofNetworkKeybelonging to this network.
-