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 | -1 | |
 | idMorse | 0 | |
 | idSpoken | 1 | |
 | idWave | 2 | |
|