Interface NetworkLayerCallbacks


public interface NetworkLayerCallbacks
  • Method Details

    • getProvisioner

      Provisioner getProvisioner()
      Callback to retrieve the current provisioner of the network
    • getProvisioner

      Provisioner getProvisioner(int unicastAddress)
      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

      NetworkKey getNetworkKey(int keyIndex)
      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 of NetworkKey belonging to this network.