package
0.4.16
Repository: https://github.com/openai/go-vncdriver.git
Documentation: pkg.go.dev

# README

VNC Library for Go

Client forked from:

$ go get github.com/mitchellh/vncclient

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

All available button mask components.
All available button mask components.
All available button mask components.
All available button mask components.
All available button mask components.
All available button mask components.
All available button mask components.
All available button mask components.

# Structs

No description provided by the author
A ClientConfig structure is used to configure a ClientConn.
No description provided by the author
Color represents a single color in a color map.
FramebufferUpdateMessage consists of a sequence of rectangles of pixel data that the client should put into its framebuffer.
PasswordAuth is VNC authentication, 7.2.2.
PixelFormat describes the way a pixel is formatted for a VNC connection.
No description provided by the author
RawEncoding is raw pixel data sent by the server.
Rectangle represents a rectangle of pixel data.
ServerCutTextMessage indicates the server has new text in the cut buffer.
SetColorMapEntriesMessage is sent by the server to set values into the color map.
TightEncoding provides efficient compression for pixel data.
ZRLEEncoding is Zlib run-length encoded pixel data See RFC 6143 Section 7.7.6.

# Interfaces

A ClientAuth implements a method of authenticating with a remote server.
An Encoding implements a method for encoding pixel data that is sent by the server to the client.
A ServerMessage implements a message sent from the server to the client.

# Type aliases

BellMessage signals that an audible bell should be made on the client.
ButtonMask represents a mask of pointer presses/releases.
ClientAuthNone is the "none" authentication.
Compression level.
No description provided by the author
Superceded by the Fine Quality Level / Compress Level options.
No description provided by the author
No description provided by the author