Home | History | Annotate | Download | only in rfb

Lines Matching refs:xvp

424 /* Xvp message - bidirectional */
463 /* Xvp pseudo-encoding */
1117 * Xvp Message
1119 * A server which supports the xvp extension declares this by sending a message
1120 * with an Xvp_INIT xvp-message-code when it receives a request from the client
1121 * to use the xvp Pseudo-encoding. The server must specify in this message the
1122 * highest xvp-extension-version it supports: the client may assume that the
1126 * A server which subsequently receives an xvp Client Message requesting an
1128 * sending a message with an Xvp_FAIL xvp-message-code, and the same
1129 * xvp-extension-version as included in the client's operation request.
1131 * A client supporting the xvp extension sends this to request that the server
1140 uint8_t version; /* xvp extension version */
1141 uint8_t code; /* xvp message code */
1208 rfbXvpMsg xvp;
1464 rfbXvpMsg xvp;