sendMessage
abstract suspend fun sendMessage( serviceConnectionId: ServiceConnectionId, serviceUuid: ServiceUuid, data: ByteArray): Boolean
Content copied to clipboard
Sends a messaging containing the specified data for the service with the specified serviceUuid to the client with the specified serviceConnectionId. Returns true
when the messages has been successfully send, false
otherwise.