Interface MeshMessageHandlerApi
- All Known Implementing Classes:
BaseMeshMessageHandler
public interface MeshMessageHandlerApi
Mesh message handler api
-
Method Summary
Modifier and TypeMethodDescriptionvoid
createMeshMessage
(int src, int dst, UUID label, MeshMessage meshMessage) Sends a mesh message specified within theMeshMessage
object
-
Method Details
-
createMeshMessage
Sends a mesh message specified within theMeshMessage
object- Parameters:
label
- Label UUID for destination addressmeshMessage
-MeshMessage
Mesh message containing the message opcode and message parameters
-