Mercurial > hg > Applications > TreeVNC
diff src/main/java/jp/ac/u_ryukyu/treevnc/ScreenChangeRequest.java @ 339:4713559f5838
if have a parent, send serverChangeRequest and whereToConnect
author | oc |
---|---|
date | Fri, 06 Feb 2015 19:06:50 +0900 |
parents | 9c5874d0f37e |
children | fd529c51095f |
line wrap: on
line diff
--- a/src/main/java/jp/ac/u_ryukyu/treevnc/ScreenChangeRequest.java Fri Feb 06 16:36:12 2015 +0900 +++ b/src/main/java/jp/ac/u_ryukyu/treevnc/ScreenChangeRequest.java Fri Feb 06 19:06:50 2015 +0900 @@ -8,13 +8,11 @@ import com.glavsoft.transport.Writer; /** - * ClientCutText - * The client has new ISO 8859-1 (Latin-1) text in its cut buffer. Ends of lines are repre- - * sented by the linefeed / newline character (value 10) alone. No carriage-return (value - * 13) is needed. There is currently no way to transfer text outside the Latin-1 character - * set. - * 1 - U8 - 6 + * ServerChangeRequest + * Change VNCServer + * 1 - U8 - 240 * 3 - - padding + * 4 - - id * 4 - U32 - length * length - U8 array - text */