Home | History | Annotate | Download | only in rfb

Lines Matching defs:xvp

420 /* Xvp message - bidirectional */
457 /* Xvp pseudo-encoding */
1096 * Xvp Message
1098 * A server which supports the xvp extension declares this by sending a message
1099 * with an Xvp_INIT xvp-message-code when it receives a request from the client
1100 * to use the xvp Pseudo-encoding. The server must specify in this message the
1101 * highest xvp-extension-version it supports: the client may assume that the
1105 * A server which subsequently receives an xvp Client Message requesting an
1107 * sending a message with an Xvp_FAIL xvp-message-code, and the same
1108 * xvp-extension-version as included in the client's operation request.
1110 * A client supporting the xvp extension sends this to request that the server
1119 uint8_t version; /* xvp extension version */
1120 uint8_t code; /* xvp message code */
1187 rfbXvpMsg xvp;
1443 rfbXvpMsg xvp;