Dynaview RemoteEna Method The Dynaview Modbus .dll API documentation

[This is preliminary documentation and is subject to change.]

Set/Reset the remote bit in the target. If set, all recipe management is done via the Modbus interface

Namespace: DynaviewModbus
Assembly: DynaviewModbus (in DynaviewModbus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public int RemoteEna(
	bool Enable
)
Dim instance As Dynaview 
Dim Enable As Boolean 
Dim returnValue As Integer 

returnValue = instance.RemoteEna(Enable)

Parameters

Enable
Type: System Boolean
T is enable, F is disable

Return Value

zero on success, non-zero on error
Remarks

See Also