messages

package
v0.0.0-...-77bde16 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 20, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package messages defines the VNC Workflow messages used by Venue.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Message

type Message int
const (
	Unknown Message = iota

	// Client-to-Server
	SetPixelFormat
	SetEncodings
	FramebufferUpdateRequest
	KeyEvent
	PointerEvent
	ClientCutText

	// Server-to-Client
	FramebufferUpdate
	SetColorMapEntries
	Bell
	ServerCutText

	// Sleep enables a workflow to pause for a given duration.
	Sleep
)

func (Message) String

func (i Message) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL