MbusIpServerBasestartupServer Method (String) |
Namespace: FieldTalk.Modbus.Slave
public int startupServer( string hostName )
Public Function startupServer ( hostName As String ) As Integer
public: int startupServer( String^ hostName )
The server accepts connections only on the interfaces which match the supplied hostname or IP address parameter. This method allows to run different servers on multiple interfaces (so called multihomed servers).