Description Send a station ID over the RF link.
Return Type
None
Syntax
object.SendID eType, [vID]
The SendID Method syntax has these parts:
|
object | An expression evaluating to an object of type EchoLinkSession. | eType | Required. An elIDType enumeration, as described in settings. | vID | Optional. A Variant value. |
Settings The settings for eType are:
| idDefault | 0 | |
| idMorse | 1 | |
| idSpoken | 2 | |
| idWave | 3 | |
|