The SetRemoteControl Method enables or disables the remote control mode.

The signature of this Method is specified below. Table 132 specifies the Arguments representation.

Signature

SetRemoteControl (

[in] 0:Boolean Enable,

[out]MethodExecutionFeedbackType ExecutionFeedback);

Table 132 – SetRemoteControl Method Arguments

Argument

Description

Enable

The flag enables (True) or disables (False) the remote control mode.

ExecutionFeedback

The extended feedback returning a detailed message in case of execution failure.

When the method SetRemoteControl completes successfully with input argument Enable equal to True, RemoteControl is set to True and the RemoteAnalogMeasurement persistently overrides the ProcessControlItem value.

When the method SetRemoteControl completes successfully with input argument Enable equal to False, RemoteControl is set to False and the ProcessControlItem value is generated by the underlying system.