MbusSerialServerBasestartupServer Method |
Opens a serial Modbus protocol and the associated serial
port with the port parameters configured via properties
Namespace:
FieldTalk.Modbus.Slave
Assembly:
FieldTalk.Modbus.Slave (in FieldTalk.Modbus.Slave.dll) Version: 2.11.0-eval+eb1ecbe71c969eff5d7c05d58da16dade0474678
Syntaxpublic int startupServer()
Public Function startupServer As Integer
public:
int startupServer()
Return Value
Type:
Int32 BusProtocolErrors.FTALK_SUCCESS on success or error code.
See
BusProtocolErrors for possible error codes.
Remarks
This function opens the serial port. After a port has been
opened, data and control functions can be used.
See Also