StateValue(String, Object) Constructor

Create a new state value object with the given name and value

Definition

Namespace: ASCOM.DeviceInterface
Assembly: ASCOM.DeviceInterfaces (in ASCOM.DeviceInterfaces.dll) Version: 7.1.3+4851.c5da65c2b
C#
public StateValue(
	string name,
	Object value
)

Parameters

name  String
State name
value  Object
State value

See Also