Interface UpperTransportLayerCallbacks
public interface UpperTransportLayerCallbacks
Upper transport layer call backs
-
Method Summary
Modifier and TypeMethodDescriptionReturns the list of groupsbyte[]getApplicationKey(int aid) Returns the application key with the specific application key identifiergetApplicationKeys(int boundNetKeyIndex) Returns a list of Application Keys matching the bound net key index and AID.byte[]Returns the IV Index of the mesh networkgetNode(int unicastAddress) Callback to get the mesh node from the list of provisioned mesh node.
-
Method Details
-
getNode
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
Returns a list of Application Keys matching the bound net key index and AID.- Parameters:
boundNetKeyIndex- Index of the bound network key.
-
gerVirtualGroups
Returns the list of groups
-