ISwitchV2SetSwitchName Method |
Set a switch device name to a specified value.
Namespace: ASCOM.DeviceInterfaceAssembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax void SetSwitchName(
short id,
string name
)
Sub SetSwitchName (
id As Short,
name As String
)
void SetSwitchName(
short id,
String^ name
)
Parameters
- id
- Type: SystemInt16
The device number (0 to MaxSwitch - 1) - name
- Type: SystemString
The name of the device
Exceptions Exception | Condition |
---|
MethodNotImplementedException | If the device name cannot be set in the application code. |
InvalidValueException | If id is outside the range 0 to MaxSwitch - 1 |
Remarks Can throw a MethodNotImplementedException if the device name can not be set by the application.
Devices are numbered from 0 to MaxSwitch - 1
See Also