Documentation ¶
Overview ¶
Package messages provides constants for the client and server messages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientMessage ¶
type ClientMessage uint8
ClientMessage represents a Client-to-Server RFB message type.
const ( SetPixelFormat ClientMessage = iota SetEncodings FramebufferUpdateRequest KeyEvent PointerEvent ClientCutText )
Client-to-Server message types.
func (ClientMessage) String ¶
func (i ClientMessage) String() string
type ServerMessage ¶
type ServerMessage uint8
ServerMessage represents a Server-to-Client RFB message type.
const ( FramebufferUpdate ServerMessage = iota SetColorMapEntries Bell ServerCutText )
Server-to-Client message types.
func (ServerMessage) String ¶
func (i ServerMessage) String() string
Click to show internal directories.
Click to hide internal directories.