Dynaview SetEcho Method The Dynaview Modbus .dll API documentation

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

Set the echo bit, this bit is returned in the status word

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

public int SetEcho(
	bool echoBit
)
Dim instance As Dynaview 
Dim echoBit As Boolean 
Dim returnValue As Integer 

returnValue = instance.SetEcho(echoBit)

Parameters

echoBit
Type: System Boolean
1 or 0

Return Value

0 on success, non-zero on error
Remarks

See Also