Description Notifies that a station has connected.
Syntax
Private Sub object_Connected(sCall, sName, sAddr)
The Connected Event syntax has these parts:
|
object | An EchoLinkSession object. | sCall | A String value. | sName | A String value. | sAddr | A String value. |
|