Interface UpperTransportLayerCallbacks


public interface UpperTransportLayerCallbacks
Upper transport layer call backs
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the list of groups
    byte[]
    Returns the application key with the specific application key identifier
    getApplicationKeys(int boundNetKeyIndex)
    Returns a list of Application Keys matching the bound net key index and AID.
    byte[]
    Returns the IV Index of the mesh network
    getNode(int unicastAddress)
    Callback to get the mesh node from the list of provisioned mesh node.
  • Method Details

    • getNode

      ProvisionedMeshNode getNode(int unicastAddress)
      Callback to get the mesh node from the list of provisioned mesh node.
      Parameters:
      unicastAddress - unicast address of the mesh node
    • getIvIndex

      byte[] getIvIndex()
      Returns the IV Index of the mesh network
    • getApplicationKey

      byte[] getApplicationKey(int aid)
      Returns the application key with the specific application key identifier
      Parameters:
      aid - application key identifier
    • getApplicationKeys

      List<ApplicationKey> getApplicationKeys(int boundNetKeyIndex)
      Returns a list of Application Keys matching the bound net key index and AID.
      Parameters:
      boundNetKeyIndex - Index of the bound network key.
    • gerVirtualGroups

      List<Group> gerVirtualGroups()
      Returns the list of groups