DeviceSetPowerState Method |
This method sets the power state of the device.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public void SetPowerState(
int powerState
)
Public Sub SetPowerState (
powerState As Integer
)
public:
void SetPowerState(
int powerState
)
member SetPowerState :
powerState : int -> unit
Parameters
- powerState
- Type: SystemInt32
power state to set
See Also