drdynvc

package
v0.0.0-...-521b610 Latest Latest
Warning

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

Go to latest
Published: Nov 3, 2023 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DYNVC_CREATE_REQ            = 0x01
	DYNVC_DATA_FIRST            = 0x02
	DYNVC_DATA                  = 0x03
	DYNVC_CLOSE                 = 0x04
	DYNVC_CAPABILITIES          = 0x05
	DYNVC_DATA_FIRST_COMPRESSED = 0x06
	DYNVC_DATA_COMPRESSED       = 0x07
	DYNVC_SOFT_SYNC_REQUEST     = 0x08
	DYNVC_SOFT_SYNC_RESPONSE    = 0x09
)
View Source
const (
	MAX_DVC_CHANNELS = 20
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ChannelClient

type ChannelClient struct {
	// contains filtered or unexported fields
}

type DvcClient

type DvcClient struct {
	// contains filtered or unexported fields
}

func NewDvcClient

func NewDvcClient() *DvcClient

func (*DvcClient) GetType

func (c *DvcClient) GetType() (string, uint32)

func (*DvcClient) LoadAddin

func (c *DvcClient) LoadAddin(f core.ChannelSender)

func (*DvcClient) Process

func (c *DvcClient) Process(s []byte)

func (*DvcClient) Send

func (c *DvcClient) Send(s []byte) (int, error)

func (*DvcClient) Sender

func (c *DvcClient) Sender(f core.ChannelSender)

type DvcHeader

type DvcHeader struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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