sendDirectMessage

suspend fun RadioClient.sendDirectMessage(to: NodeId, text: String, channel: ChannelIndex = ChannelIndex(0), wantAck: Boolean = true): MessageHandle(source)

Send a unicast text message to to. Defaults wantAck to true.

Since

0.1.0