client

package
v1.9.1 Latest Latest
Warning

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

Go to latest
Published: Jun 6, 2023 License: MIT Imports: 3 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IClient

type IClient interface {
	SetName(string)
	SetToken(string)
	SetVersion(int32)
	SetApiVersion(int32)
	Connect(string, string) error
	Disconnect() error
	Send(uint64, uint64, Pointer) error
	OnConnectionEstablished(func(IClient))
	SetBinaryOperationResultListener(func(IBinaryOperationResult))
	BinarySerializer() IBinarySerializer
	IsActive() bool
}

Jump to

Keyboard shortcuts

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