<< Click to Display Table of Contents >>

ZFLOGO2

CPPClass ZfLib.Link

 


 

The Link object allows a user to retrieve information on the status of a link. It also provides statistics on the Link's performance.

 

Groups

Read-only Properties

 

Property_s ConnectionOK

The ConnectionOK property returns the current state of the connection to the Remote server.

Property_s LinkActive

The LinkActive property returns the active status of the Link.

Property_s LocalStatus

The LocalStatus property retrieves the current status of the link.

Property_s NumAcknowledged

The NumAcknowledged property returns the number of messages that have been submitted to the Remote server and have been acknowledged.

Property_s NumDeviceError

The NumDeviceError property returns the number of messages that failed to be sent as a result of device errors.

Property_s NumReceived

The NumReceived property returns the number of messages that have been received from the Remote server for sending locally.

Property_s NumRejected

The NumRejected property returns the number of messages rejected by the Remote server.

Property_s NumRemoteServerError

The NumRemoteServerError property returns the number of messages that failed to be sent as a result of other errors at the Remote server.

Property_s NumSentOK

The NumSentOK property returns the number of messages sent successfully by the Remote server.

Property_s NumTimedOut

The NumTimedOut property returns the number of messages that timed out while waiting for a response over the link.

Property_s NumUnAcknowledged

The NumUnAcknowledged property returns the number of messages that haven't been acknowledged.

Property_s RemoteServer

The RemoteServer property returns the name of the Remote server to which the link is configured.

Property_s RemoteStatus

The RemoteStatus property returns the current status of the remote server.