ISwitchV3SetSwitchName Method
Set a switch device name to a specified value.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.1.3+4851.c5da65c2b
void SetSwitchName(
short id,
string name
)
Sub SetSwitchName (
id As Short,
name As String
)
void SetSwitchName(
short id,
String^ name
)
Parameters
- id Int16
- The device number (0 to MaxSwitch - 1)
- name String
- The name of the device
See this link for the canonical definition, which may include further information and implementation requirements:
Canonical Definition| Date | Version | Description |
|---|
| ISwitchV2 | Platform 6.1 | Member added. |