-
-
Notifications
You must be signed in to change notification settings - Fork 75
Properties and Info functions
Federico Barresi edited this page Jan 11, 2019
·
2 revisions
Gets/Sets the connection timeout (in milliseconds) for a telegram.
Gets/Sets the receiving timeout (in milliseconds) for a telegram.
Gets/Sets the sending timeout (in milliseconds) for a telegram.
It’s true if the Client is connected. (read-only)
Returns the PDU size negotiated. (read-only)
Gets/Sets the PDU size to be negotiated.
Gets/Sets the connection Port (by default is 102).
Returns the last operation execution time in ms. (read-only)
public int LastError()
Returns the last operation error.
public string ErrorText(int Error)
Returns a textual explanation of Error
public int ExecTime()
Returns the last operation execution time in ms.