SlbDfpAgentState
The status of a remote Dynamic Feedback Protocol (DFP) agent as it appears to a local DFP manager. 'notOpen' : The initial state when the DFP Agent block is instantiated. 'trying' : The state when the Agent tries to open the socket to the DFP manger. 'connecting' : The state when the Agent opens the socket, and is connecting to the DFP manager. 'open' : The state when an Agent is talking to the DFP manager. This is the desirable place to be. 'failed' : The state when there is an error in the data, or when the maximum number of retries is reached. 'securityError' : The state when there is a security error in the received message. Either there is no security vector when one was required, or the MD5 string in the message did not match the expected result (password not correct).
Possible values
6 objects| Number | Name |
|---|---|
| 1 | notOpen |
| 2 | trying |
| 3 | connecting |
| 4 | open |
| 5 | failed |
| 6 | securityError |