Description Send a one-line text message to the connected station(s).
Return Type
None
Syntax
object.SendChatText sText
The SendChatText Method syntax has these parts:
|
object | An expression evaluating to an object of type EchoLinkSession. | sText | Required. A String value. |
|