• Libraries
  • Shop
  • Doc
  • Free Modbus
  • Support
  • Login
FieldTalk Modbus Slave Library for .NET
FieldTalk Modbus Slave Library for .NET
Namespaces
FieldTalk.Modbus.Slave
MbusSlaveServer Class
MbusSlaveServer Methods
addDataTable Method
Dispose Method
Finalize Method
getConnectionStatus Method
getPackageVersion Method
getSuccessCounter Method
getTimeout Method
getTotalCounter Method
isStarted Method
resetSuccessCounter Method
resetTotalCounter Method
serverLoop Method
setTimeout Method
shutdownServer Method
Click or drag to resizeClick or drag to resize

MbusSlaveServerserverLoop Method

Modbus slave server loop

Namespace:  FieldTalk.Modbus.Slave
Assembly:  FieldTalk.Modbus.Slave (in FieldTalk.Modbus.Slave.dll) Version: 2.11.0-eval+eb1ecbe71c969eff5d7c05d58da16dade0474678
Syntax
C#
VB
C++
Copy
public int serverLoop()
Public Function serverLoop As Integer
public:
int serverLoop()

Return Value

Type: Int32
BusProtocolErrors.FTALK_SUCCESS on success or error code. See BusProtocolErrors for possible error codes.
Remarks
This server loop must be called continuously. It must not be blocked. The server has to be started before calling the serverLoop() method. In most cases the server loop is executed in an infinite loop in its own thread:
C#
VB
C++
Copy
while (notTerminated)
{
    result = mbusProtocol.serverLoop();
}
Do While notTerminated
    result = mbusProtocol.serverLoop()
Loop

No code example is currently available or this language may not be supported.

See Also

Reference

MbusSlaveServer Class
FieldTalk.Modbus.Slave Namespace
FieldTalk Modbus Slave Library for .NET
Library version 2.11.0
Speak to the Experts
Modbus Organization Member logo

We are member of the Modbus Organization, Inc.

Buy with Confidence
30-day money back guarantee All our FieldTalk web sales are backed by a 30-day Money Back Guarantee.
We Accept
Bank VISA MasterCard PayPal
Customer Info
  • Info & Contact
  • Customer Login
  • Terms of Service
  • Terms of Sale
  • Privacy Policy
© 2005-2025 proconX Pty Ltd. All rights reserved. proconX and FieldTalk are trademarks of proconX Pty Ltd.
All other trademarks and registered trademarks appearing on www.modbusdriver.com are the property of their respective owners.