Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The current max-capability response is

Panel

@ReqID;Caps=7F,03

...

Asynchronous Messages

The following messages may be sent from the server to the client at any time.

EOF

Panel

SetCaps,HexByteList

This command is intended for internal use. The response is the same as the GetCaps command.

The bytes in HexByteList have the same format as a GetCaps response. The connection's current capabilities are masked with the capabilities given in this command. After this command completes, the connection's capabilities are reduced to the intersection of the two sets.

Asynchronous Messages

The following messages may be sent from the server to the client at any time.

EOF

Panel

EOF[;Reason]

The EOF asynchronous message that the server is ending the FANDA session. If present, Reason provides additional information on the reason the session is being ended.

EOF;Timeout

Panel

EOF;Timeout

EOF[;Reason]

The EOF asynchronous message that the server is ending the FANDA session. If present, Reason provides additional information on the reason the session is being ended.

EOF;Timeout

Panel

EOF;Timeout

If a client session does not send any requests to the server within the configured timeout period, the server will send an “EOF;Timeout” string to the client and then immediately disconnect. The client may use this information to differentiate between disconnects due to timeouts and unexpected disconnects for other reasons. (Future version: Client sessions that are unexpectedly disconnected may be reconnected in the future up until the timeout period elapses by using the same logon credentials.)

...

It has no synchronous response, and causes the current caps to be sent as an asynchronous message.

SetCaps

Panel

SetCaps,HexByteList

The response is the same as the GetCaps command.

The bytes in HexByteList have the same format as a GetCaps response. The connection's current capabilities are masked with the capabilities given in this command. After this command completes, the connection's capabilities are reduced to the intersection of the two sets.

SetCapsAsync

Panel

SetCapsAsync,HexByteList

...