ISwitchV2SetSwitchName Method
Set a switch device name to a specified value.

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 6.0.0.0 (6.2.0.2774)
Syntax
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
ExceptionCondition
MethodNotImplementedExceptionIf the device name cannot be set in the application code.
InvalidValueExceptionIf 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