enet

package module
v0.0.0-...-53526e0 Latest Latest
Warning

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

Go to latest
Published: Jul 15, 2020 License: Apache-2.0 Imports: 5 Imported by: 1

README

enet

enet for golang via swig

Overview

  1. enet v1.3.15
  2. SWIG Version 4.0.1

Usage

  1. install enet
  2. look sample

Documentation

Index

Constants

View Source
const ENET_HOST_ANY int = 0
View Source
const ENET_HOST_BROADCAST uint = 0xFFFFFFFF
View Source
const ENET_PORT_ANY int = 0
View Source
const ENET_VERSION_MAJOR int = 1
View Source
const ENET_VERSION_MINOR int = 3
View Source
const ENET_VERSION_PATCH int = 15

Variables

View Source
var ENET_HOST_BANDWIDTH_THROTTLE_INTERVAL int = _swig_getENET_HOST_BANDWIDTH_THROTTLE_INTERVAL()
View Source
var ENET_HOST_DEFAULT_MAXIMUM_PACKET_SIZE int = _swig_getENET_HOST_DEFAULT_MAXIMUM_PACKET_SIZE()
View Source
var ENET_HOST_DEFAULT_MAXIMUM_WAITING_DATA int = _swig_getENET_HOST_DEFAULT_MAXIMUM_WAITING_DATA()
View Source
var ENET_HOST_DEFAULT_MTU int = _swig_getENET_HOST_DEFAULT_MTU()
View Source
var ENET_HOST_RECEIVE_BUFFER_SIZE int = _swig_getENET_HOST_RECEIVE_BUFFER_SIZE()
View Source
var ENET_HOST_SEND_BUFFER_SIZE int = _swig_getENET_HOST_SEND_BUFFER_SIZE()
View Source
var ENET_PEER_DEFAULT_PACKET_THROTTLE int = _swig_getENET_PEER_DEFAULT_PACKET_THROTTLE()
View Source
var ENET_PEER_DEFAULT_ROUND_TRIP_TIME int = _swig_getENET_PEER_DEFAULT_ROUND_TRIP_TIME()
View Source
var ENET_PEER_FREE_RELIABLE_WINDOWS int = _swig_getENET_PEER_FREE_RELIABLE_WINDOWS()
View Source
var ENET_PEER_FREE_UNSEQUENCED_WINDOWS int = _swig_getENET_PEER_FREE_UNSEQUENCED_WINDOWS()
View Source
var ENET_PEER_PACKET_LOSS_INTERVAL int = _swig_getENET_PEER_PACKET_LOSS_INTERVAL()
View Source
var ENET_PEER_PACKET_LOSS_SCALE int = _swig_getENET_PEER_PACKET_LOSS_SCALE()
View Source
var ENET_PEER_PACKET_THROTTLE_ACCELERATION int = _swig_getENET_PEER_PACKET_THROTTLE_ACCELERATION()
View Source
var ENET_PEER_PACKET_THROTTLE_COUNTER int = _swig_getENET_PEER_PACKET_THROTTLE_COUNTER()
View Source
var ENET_PEER_PACKET_THROTTLE_DECELERATION int = _swig_getENET_PEER_PACKET_THROTTLE_DECELERATION()
View Source
var ENET_PEER_PACKET_THROTTLE_INTERVAL int = _swig_getENET_PEER_PACKET_THROTTLE_INTERVAL()
View Source
var ENET_PEER_PACKET_THROTTLE_SCALE int = _swig_getENET_PEER_PACKET_THROTTLE_SCALE()
View Source
var ENET_PEER_PING_INTERVAL int = _swig_getENET_PEER_PING_INTERVAL()
View Source
var ENET_PEER_RELIABLE_WINDOWS int = _swig_getENET_PEER_RELIABLE_WINDOWS()
View Source
var ENET_PEER_RELIABLE_WINDOW_SIZE int = _swig_getENET_PEER_RELIABLE_WINDOW_SIZE()
View Source
var ENET_PEER_TIMEOUT_LIMIT int = _swig_getENET_PEER_TIMEOUT_LIMIT()
View Source
var ENET_PEER_TIMEOUT_MAXIMUM int = _swig_getENET_PEER_TIMEOUT_MAXIMUM()
View Source
var ENET_PEER_TIMEOUT_MINIMUM int = _swig_getENET_PEER_TIMEOUT_MINIMUM()
View Source
var ENET_PEER_UNSEQUENCED_WINDOWS int = _swig_getENET_PEER_UNSEQUENCED_WINDOWS()
View Source
var ENET_PEER_UNSEQUENCED_WINDOW_SIZE int = _swig_getENET_PEER_UNSEQUENCED_WINDOW_SIZE()
View Source
var ENET_PEER_WINDOW_SIZE_SCALE int = _swig_getENET_PEER_WINDOW_SIZE_SCALE()
View Source
var ENET_VERSION int = _swig_getENET_VERSION()
View Source
var Swig_escape_always_false bool
View Source
var Swig_escape_val interface{}

Functions

func BytesToUintptr

func BytesToUintptr(b []byte) (uintptr, int)

func DeleteENetAcknowledgement

func DeleteENetAcknowledgement(arg1 ENetAcknowledgement)

func DeleteENetAddress

func DeleteENetAddress(arg1 ENetAddress)

func DeleteENetChannel

func DeleteENetChannel(arg1 ENetChannel)

func DeleteENetCompressor

func DeleteENetCompressor(arg1 ENetCompressor)

func DeleteENetEvent

func DeleteENetEvent(arg1 ENetEvent)

func DeleteENetHost

func DeleteENetHost(arg1 ENetHost)

func DeleteENetIncomingCommand

func DeleteENetIncomingCommand(arg1 ENetIncomingCommand)

func DeleteENetOutgoingCommand

func DeleteENetOutgoingCommand(arg1 ENetOutgoingCommand)

func DeleteENetPacket

func DeleteENetPacket(arg1 ENetPacket)

func DeleteENetPeer

func DeleteENetPeer(arg1 ENetPeer)

func Enet_address_get_host

func Enet_address_get_host(arg1 ENetAddress, arg2 string, arg3 int64) (_swig_ret int)

func Enet_address_get_host_ip

func Enet_address_get_host_ip(arg1 ENetAddress, arg2 string, arg3 int64) (_swig_ret int)

func Enet_address_set_host

func Enet_address_set_host(arg1 ENetAddress, arg2 string) (_swig_ret int)

func Enet_address_set_host_ip

func Enet_address_set_host_ip(arg1 ENetAddress, arg2 string) (_swig_ret int)

func Enet_deinitialize

func Enet_deinitialize()

func Enet_host_bandwidth_limit

func Enet_host_bandwidth_limit(arg1 ENetHost, arg2 Enet_uint32, arg3 Enet_uint32)

func Enet_host_bandwidth_throttle

func Enet_host_bandwidth_throttle(arg1 ENetHost)

func Enet_host_broadcast

func Enet_host_broadcast(arg1 ENetHost, arg2 Enet_uint8, arg3 ENetPacket)

func Enet_host_channel_limit

func Enet_host_channel_limit(arg1 ENetHost, arg2 int64)

func Enet_host_check_events

func Enet_host_check_events(arg1 ENetHost, arg2 ENetEvent) (_swig_ret int)

func Enet_host_compress

func Enet_host_compress(arg1 ENetHost, arg2 ENetCompressor)

func Enet_host_compress_with_range_coder

func Enet_host_compress_with_range_coder(arg1 ENetHost) (_swig_ret int)

func Enet_host_destroy

func Enet_host_destroy(arg1 ENetHost)

func Enet_host_flush

func Enet_host_flush(arg1 ENetHost)

func Enet_host_service

func Enet_host_service(arg1 ENetHost, arg2 ENetEvent, arg3 Enet_uint32) (_swig_ret int)

func Enet_initialize

func Enet_initialize() (_swig_ret int)

func Enet_initialize_with_callbacks

func Enet_initialize_with_callbacks(arg1 Enet_uint32, arg2 ENetCallbacks) (_swig_ret int)

func Enet_packet_destroy

func Enet_packet_destroy(arg1 ENetPacket)

func Enet_packet_resize

func Enet_packet_resize(arg1 ENetPacket, arg2 int64) (_swig_ret int)

func Enet_peer_disconnect

func Enet_peer_disconnect(arg1 ENetPeer, arg2 Enet_uint32)

func Enet_peer_disconnect_later

func Enet_peer_disconnect_later(arg1 ENetPeer, arg2 Enet_uint32)

func Enet_peer_disconnect_now

func Enet_peer_disconnect_now(arg1 ENetPeer, arg2 Enet_uint32)

func Enet_peer_dispatch_incoming_reliable_commands

func Enet_peer_dispatch_incoming_reliable_commands(arg1 ENetPeer, arg2 ENetChannel)

func Enet_peer_dispatch_incoming_unreliable_commands

func Enet_peer_dispatch_incoming_unreliable_commands(arg1 ENetPeer, arg2 ENetChannel)

func Enet_peer_on_connect

func Enet_peer_on_connect(arg1 ENetPeer)

func Enet_peer_on_disconnect

func Enet_peer_on_disconnect(arg1 ENetPeer)

func Enet_peer_ping

func Enet_peer_ping(arg1 ENetPeer)

func Enet_peer_ping_interval

func Enet_peer_ping_interval(arg1 ENetPeer, arg2 Enet_uint32)

func Enet_peer_reset

func Enet_peer_reset(arg1 ENetPeer)

func Enet_peer_reset_queues

func Enet_peer_reset_queues(arg1 ENetPeer)

func Enet_peer_send

func Enet_peer_send(arg1 ENetPeer, arg2 Enet_uint8, arg3 ENetPacket) (_swig_ret int)

func Enet_peer_setup_outgoing_command

func Enet_peer_setup_outgoing_command(arg1 ENetPeer, arg2 ENetOutgoingCommand)

func Enet_peer_throttle

func Enet_peer_throttle(arg1 ENetPeer, arg2 Enet_uint32) (_swig_ret int)

func Enet_peer_throttle_configure

func Enet_peer_throttle_configure(arg1 ENetPeer, arg2 Enet_uint32, arg3 Enet_uint32, arg4 Enet_uint32)

func Enet_peer_timeout

func Enet_peer_timeout(arg1 ENetPeer, arg2 Enet_uint32, arg3 Enet_uint32, arg4 Enet_uint32)

func Enet_protocol_command_size

func Enet_protocol_command_size(arg1 Enet_uint8) (_swig_ret int64)

func Enet_range_coder_compress

func Enet_range_coder_compress(arg1 uintptr, arg2 ENetBuffer, arg3 int64, arg4 int64, arg5 Enet_uint8, arg6 int64) (_swig_ret int64)

func Enet_range_coder_create

func Enet_range_coder_create() (_swig_ret uintptr)

func Enet_range_coder_decompress

func Enet_range_coder_decompress(arg1 uintptr, arg2 Enet_uint8, arg3 int64, arg4 Enet_uint8, arg5 int64) (_swig_ret int64)

func Enet_range_coder_destroy

func Enet_range_coder_destroy(arg1 uintptr)

func Enet_socket_bind

func Enet_socket_bind(arg1 ENetSocket, arg2 ENetAddress) (_swig_ret int)

func Enet_socket_connect

func Enet_socket_connect(arg1 ENetSocket, arg2 ENetAddress) (_swig_ret int)

func Enet_socket_destroy

func Enet_socket_destroy(arg1 ENetSocket)

func Enet_socket_get_address

func Enet_socket_get_address(arg1 ENetSocket, arg2 ENetAddress) (_swig_ret int)

func Enet_socket_get_option

func Enet_socket_get_option(arg1 ENetSocket, arg2 Enum_SS__ENetSocketOption, arg3 *int) (_swig_ret int)

func Enet_socket_listen

func Enet_socket_listen(arg1 ENetSocket, arg2 int) (_swig_ret int)

func Enet_socket_receive

func Enet_socket_receive(arg1 ENetSocket, arg2 ENetAddress, arg3 ENetBuffer, arg4 int64) (_swig_ret int)

func Enet_socket_send

func Enet_socket_send(arg1 ENetSocket, arg2 ENetAddress, arg3 ENetBuffer, arg4 int64) (_swig_ret int)

func Enet_socket_set_option

func Enet_socket_set_option(arg1 ENetSocket, arg2 Enum_SS__ENetSocketOption, arg3 int) (_swig_ret int)

func Enet_socket_shutdown

func Enet_socket_shutdown(arg1 ENetSocket, arg2 Enum_SS__ENetSocketShutdown) (_swig_ret int)

func Enet_socket_wait

func Enet_socket_wait(arg1 ENetSocket, arg2 Enet_uint32, arg3 Enet_uint32) (_swig_ret int)

func Enet_socketset_select

func Enet_socketset_select(arg1 ENetSocket, arg2 ENetSocketSet, arg3 ENetSocketSet, arg4 Enet_uint32) (_swig_ret int)

func Enet_time_set

func Enet_time_set(arg1 Enet_uint32)

func Swig_free

func Swig_free(arg1 uintptr)

func Swig_malloc

func Swig_malloc(arg1 int) (_swig_ret uintptr)

func Uint32BytesToUintptr

func Uint32BytesToUintptr(u []uint32) (uintptr, int)

func UintptrToBytes

func UintptrToBytes(ptr uintptr, length int) []byte

Types

type ENetAcknowledgement

type ENetAcknowledgement interface {
	Swigcptr() uintptr
	SwigIsENetAcknowledgement()
	SetAcknowledgementList(arg2 ENetListNode)
	GetAcknowledgementList() (_swig_ret ENetListNode)
	SetSentTime(arg2 Enet_uint32)
	GetSentTime() (_swig_ret Enet_uint32)
	SetCommand(arg2 ENetProtocol)
	GetCommand() (_swig_ret ENetProtocol)
}

func Enet_peer_queue_acknowledgement

func Enet_peer_queue_acknowledgement(arg1 ENetPeer, arg2 ENetProtocol, arg3 Enet_uint16) (_swig_ret ENetAcknowledgement)

func NewENetAcknowledgement

func NewENetAcknowledgement() (_swig_ret ENetAcknowledgement)

type ENetAddress

type ENetAddress interface {
	Swigcptr() uintptr
	SwigIsENetAddress()
	SetHost(arg2 Enet_uint32)
	GetHost() (_swig_ret Enet_uint32)
	SetPort(arg2 Enet_uint16)
	GetPort() (_swig_ret Enet_uint16)
}

func NewENetAddress

func NewENetAddress() (_swig_ret ENetAddress)

type ENetBuffer

type ENetBuffer interface {
	Swigcptr() uintptr
}

type ENetCallbacks

type ENetCallbacks interface {
	Swigcptr() uintptr
}

type ENetChannel

type ENetChannel interface {
	Swigcptr() uintptr
	SwigIsENetChannel()
	SetOutgoingReliableSequenceNumber(arg2 Enet_uint16)
	GetOutgoingReliableSequenceNumber() (_swig_ret Enet_uint16)
	SetOutgoingUnreliableSequenceNumber(arg2 Enet_uint16)
	GetOutgoingUnreliableSequenceNumber() (_swig_ret Enet_uint16)
	SetUsedReliableWindows(arg2 Enet_uint16)
	GetUsedReliableWindows() (_swig_ret Enet_uint16)
	SetReliableWindows(arg2 Enet_uint16)
	GetReliableWindows() (_swig_ret Enet_uint16)
	SetIncomingReliableSequenceNumber(arg2 Enet_uint16)
	GetIncomingReliableSequenceNumber() (_swig_ret Enet_uint16)
	SetIncomingUnreliableSequenceNumber(arg2 Enet_uint16)
	GetIncomingUnreliableSequenceNumber() (_swig_ret Enet_uint16)
	SetIncomingReliableCommands(arg2 ENetList)
	GetIncomingReliableCommands() (_swig_ret ENetList)
	SetIncomingUnreliableCommands(arg2 ENetList)
	GetIncomingUnreliableCommands() (_swig_ret ENetList)
}

func NewENetChannel

func NewENetChannel() (_swig_ret ENetChannel)

type ENetCompressor

type ENetCompressor interface {
	Swigcptr() uintptr
	SwigIsENetCompressor()
	SetContext(arg2 uintptr)
	GetContext() (_swig_ret uintptr)
	SetCompress(arg2 _swig_fnptr)
	GetCompress() (_swig_ret _swig_fnptr)
	SetDecompress(arg2 _swig_fnptr)
	GetDecompress() (_swig_ret _swig_fnptr)
	SetDestroy(arg2 _swig_fnptr)
	GetDestroy() (_swig_ret _swig_fnptr)
}

func NewENetCompressor

func NewENetCompressor() (_swig_ret ENetCompressor)

type ENetEvent

type ENetEvent interface {
	Swigcptr() uintptr
	SwigIsENetEvent()
	SetXtype(arg2 Enum_SS__ENetEventType)
	GetXtype() (_swig_ret Enum_SS__ENetEventType)
	SetPeer(arg2 ENetPeer)
	GetPeer() (_swig_ret ENetPeer)
	SetChannelID(arg2 Enet_uint8)
	GetChannelID() (_swig_ret Enet_uint8)
	SetData(arg2 Enet_uint32)
	GetData() (_swig_ret Enet_uint32)
	SetPacket(arg2 ENetPacket)
	GetPacket() (_swig_ret ENetPacket)
}

func NewENetEvent

func NewENetEvent() (_swig_ret ENetEvent)

type ENetHost

type ENetHost interface {
	Swigcptr() uintptr
	SwigIsENetHost()
	SetSocket(arg2 ENetSocket)
	GetSocket() (_swig_ret ENetSocket)
	SetAddress(arg2 ENetAddress)
	GetAddress() (_swig_ret ENetAddress)
	SetIncomingBandwidth(arg2 Enet_uint32)
	GetIncomingBandwidth() (_swig_ret Enet_uint32)
	SetOutgoingBandwidth(arg2 Enet_uint32)
	GetOutgoingBandwidth() (_swig_ret Enet_uint32)
	SetBandwidthThrottleEpoch(arg2 Enet_uint32)
	GetBandwidthThrottleEpoch() (_swig_ret Enet_uint32)
	SetMtu(arg2 Enet_uint32)
	GetMtu() (_swig_ret Enet_uint32)
	SetRandomSeed(arg2 Enet_uint32)
	GetRandomSeed() (_swig_ret Enet_uint32)
	SetRecalculateBandwidthLimits(arg2 int)
	GetRecalculateBandwidthLimits() (_swig_ret int)
	SetPeers(arg2 ENetPeer)
	GetPeers() (_swig_ret ENetPeer)
	SetPeerCount(arg2 int64)
	GetPeerCount() (_swig_ret int64)
	SetChannelLimit(arg2 int64)
	GetChannelLimit() (_swig_ret int64)
	SetServiceTime(arg2 Enet_uint32)
	GetServiceTime() (_swig_ret Enet_uint32)
	SetDispatchQueue(arg2 ENetList)
	GetDispatchQueue() (_swig_ret ENetList)
	SetContinueSending(arg2 int)
	GetContinueSending() (_swig_ret int)
	SetPacketSize(arg2 int64)
	GetPacketSize() (_swig_ret int64)
	SetHeaderFlags(arg2 Enet_uint16)
	GetHeaderFlags() (_swig_ret Enet_uint16)
	SetCommands(arg2 ENetProtocol)
	GetCommands() (_swig_ret ENetProtocol)
	SetCommandCount(arg2 int64)
	GetCommandCount() (_swig_ret int64)
	SetBuffers(arg2 ENetBuffer)
	GetBuffers() (_swig_ret ENetBuffer)
	SetBufferCount(arg2 int64)
	GetBufferCount() (_swig_ret int64)
	SetChecksum(arg2 _swig_fnptr)
	GetChecksum() (_swig_ret _swig_fnptr)
	SetCompressor(arg2 ENetCompressor)
	GetCompressor() (_swig_ret ENetCompressor)
	SetPacketData(arg2 Enet_uint8)
	GetPacketData() (_swig_ret Enet_uint8)
	SetReceivedAddress(arg2 ENetAddress)
	GetReceivedAddress() (_swig_ret ENetAddress)
	SetReceivedData(arg2 Enet_uint8)
	GetReceivedData() (_swig_ret Enet_uint8)
	SetReceivedDataLength(arg2 int64)
	GetReceivedDataLength() (_swig_ret int64)
	SetTotalSentData(arg2 Enet_uint32)
	GetTotalSentData() (_swig_ret Enet_uint32)
	SetTotalSentPackets(arg2 Enet_uint32)
	GetTotalSentPackets() (_swig_ret Enet_uint32)
	SetTotalReceivedData(arg2 Enet_uint32)
	GetTotalReceivedData() (_swig_ret Enet_uint32)
	SetTotalReceivedPackets(arg2 Enet_uint32)
	GetTotalReceivedPackets() (_swig_ret Enet_uint32)
	SetIntercept(arg2 _swig_fnptr)
	GetIntercept() (_swig_ret _swig_fnptr)
	SetConnectedPeers(arg2 int64)
	GetConnectedPeers() (_swig_ret int64)
	SetBandwidthLimitedPeers(arg2 int64)
	GetBandwidthLimitedPeers() (_swig_ret int64)
	SetDuplicatePeers(arg2 int64)
	GetDuplicatePeers() (_swig_ret int64)
	SetMaximumPacketSize(arg2 int64)
	GetMaximumPacketSize() (_swig_ret int64)
	SetMaximumWaitingData(arg2 int64)
	GetMaximumWaitingData() (_swig_ret int64)
}

func Enet_host_create

func Enet_host_create(arg1 ENetAddress, arg2 int64, arg3 int64, arg4 Enet_uint32, arg5 Enet_uint32) (_swig_ret ENetHost)

func NewENetHost

func NewENetHost() (_swig_ret ENetHost)

type ENetIncomingCommand

type ENetIncomingCommand interface {
	Swigcptr() uintptr
	SwigIsENetIncomingCommand()
	SetIncomingCommandList(arg2 ENetListNode)
	GetIncomingCommandList() (_swig_ret ENetListNode)
	SetReliableSequenceNumber(arg2 Enet_uint16)
	GetReliableSequenceNumber() (_swig_ret Enet_uint16)
	SetUnreliableSequenceNumber(arg2 Enet_uint16)
	GetUnreliableSequenceNumber() (_swig_ret Enet_uint16)
	SetCommand(arg2 ENetProtocol)
	GetCommand() (_swig_ret ENetProtocol)
	SetFragmentCount(arg2 Enet_uint32)
	GetFragmentCount() (_swig_ret Enet_uint32)
	SetFragmentsRemaining(arg2 Enet_uint32)
	GetFragmentsRemaining() (_swig_ret Enet_uint32)
	SetFragments(arg2 Enet_uint32)
	GetFragments() (_swig_ret Enet_uint32)
	SetPacket(arg2 ENetPacket)
	GetPacket() (_swig_ret ENetPacket)
}

func Enet_peer_queue_incoming_command

func Enet_peer_queue_incoming_command(arg1 ENetPeer, arg2 ENetProtocol, arg3 uintptr, arg4 int64, arg5 Enet_uint32, arg6 Enet_uint32) (_swig_ret ENetIncomingCommand)

func NewENetIncomingCommand

func NewENetIncomingCommand() (_swig_ret ENetIncomingCommand)

type ENetList

type ENetList interface {
	Swigcptr() uintptr
}

type ENetListNode

type ENetListNode interface {
	Swigcptr() uintptr
}

type ENetOutgoingCommand

type ENetOutgoingCommand interface {
	Swigcptr() uintptr
	SwigIsENetOutgoingCommand()
	SetOutgoingCommandList(arg2 ENetListNode)
	GetOutgoingCommandList() (_swig_ret ENetListNode)
	SetReliableSequenceNumber(arg2 Enet_uint16)
	GetReliableSequenceNumber() (_swig_ret Enet_uint16)
	SetUnreliableSequenceNumber(arg2 Enet_uint16)
	GetUnreliableSequenceNumber() (_swig_ret Enet_uint16)
	SetSentTime(arg2 Enet_uint32)
	GetSentTime() (_swig_ret Enet_uint32)
	SetRoundTripTimeout(arg2 Enet_uint32)
	GetRoundTripTimeout() (_swig_ret Enet_uint32)
	SetRoundTripTimeoutLimit(arg2 Enet_uint32)
	GetRoundTripTimeoutLimit() (_swig_ret Enet_uint32)
	SetFragmentOffset(arg2 Enet_uint32)
	GetFragmentOffset() (_swig_ret Enet_uint32)
	SetFragmentLength(arg2 Enet_uint16)
	GetFragmentLength() (_swig_ret Enet_uint16)
	SetSendAttempts(arg2 Enet_uint16)
	GetSendAttempts() (_swig_ret Enet_uint16)
	SetCommand(arg2 ENetProtocol)
	GetCommand() (_swig_ret ENetProtocol)
	SetPacket(arg2 ENetPacket)
	GetPacket() (_swig_ret ENetPacket)
}

func Enet_peer_queue_outgoing_command

func Enet_peer_queue_outgoing_command(arg1 ENetPeer, arg2 ENetProtocol, arg3 ENetPacket, arg4 Enet_uint32, arg5 Enet_uint16) (_swig_ret ENetOutgoingCommand)

func NewENetOutgoingCommand

func NewENetOutgoingCommand() (_swig_ret ENetOutgoingCommand)

type ENetPacket

type ENetPacket interface {
	Swigcptr() uintptr
	SwigIsENetPacket()
	SetReferenceCount(arg2 int64)
	GetReferenceCount() (_swig_ret int64)
	SetFlags(arg2 Enet_uint32)
	GetFlags() (_swig_ret Enet_uint32)
	SetData(arg2 Enet_uint8)
	GetData() (_swig_ret Enet_uint8)
	SetDataLength(arg2 int64)
	GetDataLength() (_swig_ret int64)
	SetFreeCallback(arg2 _swig_fnptr)
	GetFreeCallback() (_swig_ret _swig_fnptr)
	SetUserData(arg2 uintptr)
	GetUserData() (_swig_ret uintptr)
}

func Enet_packet_create

func Enet_packet_create(arg1 uintptr, arg2 int64, arg3 Enet_uint32) (_swig_ret ENetPacket)

func Enet_peer_receive

func Enet_peer_receive(arg1 ENetPeer, arg2 Enet_uint8) (_swig_ret ENetPacket)

func NewENetPacket

func NewENetPacket() (_swig_ret ENetPacket)

type ENetPeer

type ENetPeer interface {
	Swigcptr() uintptr
	SwigIsENetPeer()
	SetDispatchList(arg2 ENetListNode)
	GetDispatchList() (_swig_ret ENetListNode)
	SetHost(arg2 ENetHost)
	GetHost() (_swig_ret ENetHost)
	SetOutgoingPeerID(arg2 Enet_uint16)
	GetOutgoingPeerID() (_swig_ret Enet_uint16)
	SetIncomingPeerID(arg2 Enet_uint16)
	GetIncomingPeerID() (_swig_ret Enet_uint16)
	SetConnectID(arg2 Enet_uint32)
	GetConnectID() (_swig_ret Enet_uint32)
	SetOutgoingSessionID(arg2 Enet_uint8)
	GetOutgoingSessionID() (_swig_ret Enet_uint8)
	SetIncomingSessionID(arg2 Enet_uint8)
	GetIncomingSessionID() (_swig_ret Enet_uint8)
	SetAddress(arg2 ENetAddress)
	GetAddress() (_swig_ret ENetAddress)
	SetData(arg2 uintptr)
	GetData() (_swig_ret uintptr)
	SetState(arg2 Enum_SS__ENetPeerState)
	GetState() (_swig_ret Enum_SS__ENetPeerState)
	SetChannels(arg2 ENetChannel)
	GetChannels() (_swig_ret ENetChannel)
	SetChannelCount(arg2 int64)
	GetChannelCount() (_swig_ret int64)
	SetIncomingBandwidth(arg2 Enet_uint32)
	GetIncomingBandwidth() (_swig_ret Enet_uint32)
	SetOutgoingBandwidth(arg2 Enet_uint32)
	GetOutgoingBandwidth() (_swig_ret Enet_uint32)
	SetIncomingBandwidthThrottleEpoch(arg2 Enet_uint32)
	GetIncomingBandwidthThrottleEpoch() (_swig_ret Enet_uint32)
	SetOutgoingBandwidthThrottleEpoch(arg2 Enet_uint32)
	GetOutgoingBandwidthThrottleEpoch() (_swig_ret Enet_uint32)
	SetIncomingDataTotal(arg2 Enet_uint32)
	GetIncomingDataTotal() (_swig_ret Enet_uint32)
	SetOutgoingDataTotal(arg2 Enet_uint32)
	GetOutgoingDataTotal() (_swig_ret Enet_uint32)
	SetLastSendTime(arg2 Enet_uint32)
	GetLastSendTime() (_swig_ret Enet_uint32)
	SetLastReceiveTime(arg2 Enet_uint32)
	GetLastReceiveTime() (_swig_ret Enet_uint32)
	SetNextTimeout(arg2 Enet_uint32)
	GetNextTimeout() (_swig_ret Enet_uint32)
	SetEarliestTimeout(arg2 Enet_uint32)
	GetEarliestTimeout() (_swig_ret Enet_uint32)
	SetPacketLossEpoch(arg2 Enet_uint32)
	GetPacketLossEpoch() (_swig_ret Enet_uint32)
	SetPacketsSent(arg2 Enet_uint32)
	GetPacketsSent() (_swig_ret Enet_uint32)
	SetPacketsLost(arg2 Enet_uint32)
	GetPacketsLost() (_swig_ret Enet_uint32)
	SetPacketLoss(arg2 Enet_uint32)
	GetPacketLoss() (_swig_ret Enet_uint32)
	SetPacketLossVariance(arg2 Enet_uint32)
	GetPacketLossVariance() (_swig_ret Enet_uint32)
	SetPacketThrottle(arg2 Enet_uint32)
	GetPacketThrottle() (_swig_ret Enet_uint32)
	SetPacketThrottleLimit(arg2 Enet_uint32)
	GetPacketThrottleLimit() (_swig_ret Enet_uint32)
	SetPacketThrottleCounter(arg2 Enet_uint32)
	GetPacketThrottleCounter() (_swig_ret Enet_uint32)
	SetPacketThrottleEpoch(arg2 Enet_uint32)
	GetPacketThrottleEpoch() (_swig_ret Enet_uint32)
	SetPacketThrottleAcceleration(arg2 Enet_uint32)
	GetPacketThrottleAcceleration() (_swig_ret Enet_uint32)
	SetPacketThrottleDeceleration(arg2 Enet_uint32)
	GetPacketThrottleDeceleration() (_swig_ret Enet_uint32)
	SetPacketThrottleInterval(arg2 Enet_uint32)
	GetPacketThrottleInterval() (_swig_ret Enet_uint32)
	SetPingInterval(arg2 Enet_uint32)
	GetPingInterval() (_swig_ret Enet_uint32)
	SetTimeoutLimit(arg2 Enet_uint32)
	GetTimeoutLimit() (_swig_ret Enet_uint32)
	SetTimeoutMinimum(arg2 Enet_uint32)
	GetTimeoutMinimum() (_swig_ret Enet_uint32)
	SetTimeoutMaximum(arg2 Enet_uint32)
	GetTimeoutMaximum() (_swig_ret Enet_uint32)
	SetLastRoundTripTime(arg2 Enet_uint32)
	GetLastRoundTripTime() (_swig_ret Enet_uint32)
	SetLowestRoundTripTime(arg2 Enet_uint32)
	GetLowestRoundTripTime() (_swig_ret Enet_uint32)
	SetLastRoundTripTimeVariance(arg2 Enet_uint32)
	GetLastRoundTripTimeVariance() (_swig_ret Enet_uint32)
	SetHighestRoundTripTimeVariance(arg2 Enet_uint32)
	GetHighestRoundTripTimeVariance() (_swig_ret Enet_uint32)
	SetRoundTripTime(arg2 Enet_uint32)
	GetRoundTripTime() (_swig_ret Enet_uint32)
	SetRoundTripTimeVariance(arg2 Enet_uint32)
	GetRoundTripTimeVariance() (_swig_ret Enet_uint32)
	SetMtu(arg2 Enet_uint32)
	GetMtu() (_swig_ret Enet_uint32)
	SetWindowSize(arg2 Enet_uint32)
	GetWindowSize() (_swig_ret Enet_uint32)
	SetReliableDataInTransit(arg2 Enet_uint32)
	GetReliableDataInTransit() (_swig_ret Enet_uint32)
	SetOutgoingReliableSequenceNumber(arg2 Enet_uint16)
	GetOutgoingReliableSequenceNumber() (_swig_ret Enet_uint16)
	SetAcknowledgements(arg2 ENetList)
	GetAcknowledgements() (_swig_ret ENetList)
	SetSentReliableCommands(arg2 ENetList)
	GetSentReliableCommands() (_swig_ret ENetList)
	SetSentUnreliableCommands(arg2 ENetList)
	GetSentUnreliableCommands() (_swig_ret ENetList)
	SetOutgoingReliableCommands(arg2 ENetList)
	GetOutgoingReliableCommands() (_swig_ret ENetList)
	SetOutgoingUnreliableCommands(arg2 ENetList)
	GetOutgoingUnreliableCommands() (_swig_ret ENetList)
	SetDispatchedCommands(arg2 ENetList)
	GetDispatchedCommands() (_swig_ret ENetList)
	SetFlags(arg2 Enet_uint16)
	GetFlags() (_swig_ret Enet_uint16)
	SetRoundTripTimeRemainder(arg2 Enet_uint8)
	GetRoundTripTimeRemainder() (_swig_ret Enet_uint8)
	SetRoundTripTimeVarianceRemainder(arg2 Enet_uint8)
	GetRoundTripTimeVarianceRemainder() (_swig_ret Enet_uint8)
	SetIncomingUnsequencedGroup(arg2 Enet_uint16)
	GetIncomingUnsequencedGroup() (_swig_ret Enet_uint16)
	SetOutgoingUnsequencedGroup(arg2 Enet_uint16)
	GetOutgoingUnsequencedGroup() (_swig_ret Enet_uint16)
	SetUnsequencedWindow(arg2 Enet_uint32)
	GetUnsequencedWindow() (_swig_ret Enet_uint32)
	SetEventData(arg2 Enet_uint32)
	GetEventData() (_swig_ret Enet_uint32)
	SetTotalWaitingData(arg2 int64)
	GetTotalWaitingData() (_swig_ret int64)
}

func Enet_host_connect

func Enet_host_connect(arg1 ENetHost, arg2 ENetAddress, arg3 int64, arg4 Enet_uint32) (_swig_ret ENetPeer)

func NewENetPeer

func NewENetPeer() (_swig_ret ENetPeer)

type ENetProtocol

type ENetProtocol interface {
	Swigcptr() uintptr
}

type ENetSocket

type ENetSocket interface {
	Swigcptr() uintptr
}

func Enet_socket_accept

func Enet_socket_accept(arg1 ENetSocket, arg2 ENetAddress) (_swig_ret ENetSocket)

func Enet_socket_create

func Enet_socket_create(arg1 Enum_SS__ENetSocketType) (_swig_ret ENetSocket)

type ENetSocketSet

type ENetSocketSet interface {
	Swigcptr() uintptr
}

type Enet_uint16

type Enet_uint16 interface {
	Swigcptr() uintptr
}

func NewEnetUint16

func NewEnetUint16(v uint16) Enet_uint16

type Enet_uint32

type Enet_uint32 interface {
	Swigcptr() uintptr
}

func Enet_crc32

func Enet_crc32(arg1 ENetBuffer, arg2 int64) (_swig_ret Enet_uint32)

func Enet_host_random_seed

func Enet_host_random_seed() (_swig_ret Enet_uint32)

func Enet_linked_version

func Enet_linked_version() (_swig_ret Enet_uint32)

func Enet_time_get

func Enet_time_get() (_swig_ret Enet_uint32)

func NewEnetUint32

func NewEnetUint32(v uint32) Enet_uint32

type Enet_uint8

type Enet_uint8 interface {
	Swigcptr() uintptr
}

func NewEnetUint8

func NewEnetUint8(v uint8) Enet_uint8

type Enum_SS__ENetEventType

type Enum_SS__ENetEventType int
var ENET_EVENT_TYPE_CONNECT Enum_SS__ENetEventType = _swig_getENET_EVENT_TYPE_CONNECT()
var ENET_EVENT_TYPE_DISCONNECT Enum_SS__ENetEventType = _swig_getENET_EVENT_TYPE_DISCONNECT()
var ENET_EVENT_TYPE_NONE Enum_SS__ENetEventType = _swig_getENET_EVENT_TYPE_NONE()
var ENET_EVENT_TYPE_RECEIVE Enum_SS__ENetEventType = _swig_getENET_EVENT_TYPE_RECEIVE()

type Enum_SS__ENetPacketFlag

type Enum_SS__ENetPacketFlag int
var ENET_PACKET_FLAG_NO_ALLOCATE Enum_SS__ENetPacketFlag = _swig_getENET_PACKET_FLAG_NO_ALLOCATE()
var ENET_PACKET_FLAG_RELIABLE Enum_SS__ENetPacketFlag = _swig_getENET_PACKET_FLAG_RELIABLE()
var ENET_PACKET_FLAG_SENT Enum_SS__ENetPacketFlag = _swig_getENET_PACKET_FLAG_SENT()
var ENET_PACKET_FLAG_UNRELIABLE_FRAGMENT Enum_SS__ENetPacketFlag = _swig_getENET_PACKET_FLAG_UNRELIABLE_FRAGMENT()
var ENET_PACKET_FLAG_UNSEQUENCED Enum_SS__ENetPacketFlag = _swig_getENET_PACKET_FLAG_UNSEQUENCED()

type Enum_SS__ENetPeerFlag

type Enum_SS__ENetPeerFlag int
var ENET_PEER_FLAG_NEEDS_DISPATCH Enum_SS__ENetPeerFlag = _swig_getENET_PEER_FLAG_NEEDS_DISPATCH()

type Enum_SS__ENetPeerState

type Enum_SS__ENetPeerState int
var ENET_PEER_STATE_ACKNOWLEDGING_CONNECT Enum_SS__ENetPeerState = _swig_getENET_PEER_STATE_ACKNOWLEDGING_CONNECT()
var ENET_PEER_STATE_ACKNOWLEDGING_DISCONNECT Enum_SS__ENetPeerState = _swig_getENET_PEER_STATE_ACKNOWLEDGING_DISCONNECT()
var ENET_PEER_STATE_CONNECTED Enum_SS__ENetPeerState = _swig_getENET_PEER_STATE_CONNECTED()
var ENET_PEER_STATE_CONNECTING Enum_SS__ENetPeerState = _swig_getENET_PEER_STATE_CONNECTING()
var ENET_PEER_STATE_CONNECTION_PENDING Enum_SS__ENetPeerState = _swig_getENET_PEER_STATE_CONNECTION_PENDING()
var ENET_PEER_STATE_CONNECTION_SUCCEEDED Enum_SS__ENetPeerState = _swig_getENET_PEER_STATE_CONNECTION_SUCCEEDED()
var ENET_PEER_STATE_DISCONNECTED Enum_SS__ENetPeerState = _swig_getENET_PEER_STATE_DISCONNECTED()
var ENET_PEER_STATE_DISCONNECTING Enum_SS__ENetPeerState = _swig_getENET_PEER_STATE_DISCONNECTING()
var ENET_PEER_STATE_DISCONNECT_LATER Enum_SS__ENetPeerState = _swig_getENET_PEER_STATE_DISCONNECT_LATER()
var ENET_PEER_STATE_ZOMBIE Enum_SS__ENetPeerState = _swig_getENET_PEER_STATE_ZOMBIE()

type Enum_SS__ENetSocketOption

type Enum_SS__ENetSocketOption int
var ENET_SOCKOPT_BROADCAST Enum_SS__ENetSocketOption = _swig_getENET_SOCKOPT_BROADCAST()
var ENET_SOCKOPT_ERROR Enum_SS__ENetSocketOption = _swig_getENET_SOCKOPT_ERROR()
var ENET_SOCKOPT_NODELAY Enum_SS__ENetSocketOption = _swig_getENET_SOCKOPT_NODELAY()
var ENET_SOCKOPT_NONBLOCK Enum_SS__ENetSocketOption = _swig_getENET_SOCKOPT_NONBLOCK()
var ENET_SOCKOPT_RCVBUF Enum_SS__ENetSocketOption = _swig_getENET_SOCKOPT_RCVBUF()
var ENET_SOCKOPT_RCVTIMEO Enum_SS__ENetSocketOption = _swig_getENET_SOCKOPT_RCVTIMEO()
var ENET_SOCKOPT_REUSEADDR Enum_SS__ENetSocketOption = _swig_getENET_SOCKOPT_REUSEADDR()
var ENET_SOCKOPT_SNDBUF Enum_SS__ENetSocketOption = _swig_getENET_SOCKOPT_SNDBUF()
var ENET_SOCKOPT_SNDTIMEO Enum_SS__ENetSocketOption = _swig_getENET_SOCKOPT_SNDTIMEO()

type Enum_SS__ENetSocketShutdown

type Enum_SS__ENetSocketShutdown int
var ENET_SOCKET_SHUTDOWN_READ Enum_SS__ENetSocketShutdown = _swig_getENET_SOCKET_SHUTDOWN_READ()
var ENET_SOCKET_SHUTDOWN_READ_WRITE Enum_SS__ENetSocketShutdown = _swig_getENET_SOCKET_SHUTDOWN_READ_WRITE()
var ENET_SOCKET_SHUTDOWN_WRITE Enum_SS__ENetSocketShutdown = _swig_getENET_SOCKET_SHUTDOWN_WRITE()

type Enum_SS__ENetSocketType

type Enum_SS__ENetSocketType int
var ENET_SOCKET_TYPE_DATAGRAM Enum_SS__ENetSocketType = _swig_getENET_SOCKET_TYPE_DATAGRAM()
var ENET_SOCKET_TYPE_STREAM Enum_SS__ENetSocketType = _swig_getENET_SOCKET_TYPE_STREAM()

type Enum_SS__ENetSocketWait

type Enum_SS__ENetSocketWait int
var ENET_SOCKET_WAIT_INTERRUPT Enum_SS__ENetSocketWait = _swig_getENET_SOCKET_WAIT_INTERRUPT()
var ENET_SOCKET_WAIT_NONE Enum_SS__ENetSocketWait = _swig_getENET_SOCKET_WAIT_NONE()
var ENET_SOCKET_WAIT_RECEIVE Enum_SS__ENetSocketWait = _swig_getENET_SOCKET_WAIT_RECEIVE()
var ENET_SOCKET_WAIT_SEND Enum_SS__ENetSocketWait = _swig_getENET_SOCKET_WAIT_SEND()

type SwigcptrENetAcknowledgement

type SwigcptrENetAcknowledgement uintptr

func (SwigcptrENetAcknowledgement) GetAcknowledgementList

func (arg1 SwigcptrENetAcknowledgement) GetAcknowledgementList() (_swig_ret ENetListNode)

func (SwigcptrENetAcknowledgement) GetCommand

func (arg1 SwigcptrENetAcknowledgement) GetCommand() (_swig_ret ENetProtocol)

func (SwigcptrENetAcknowledgement) GetSentTime

func (arg1 SwigcptrENetAcknowledgement) GetSentTime() (_swig_ret Enet_uint32)

func (SwigcptrENetAcknowledgement) SetAcknowledgementList

func (arg1 SwigcptrENetAcknowledgement) SetAcknowledgementList(arg2 ENetListNode)

func (SwigcptrENetAcknowledgement) SetCommand

func (arg1 SwigcptrENetAcknowledgement) SetCommand(arg2 ENetProtocol)

func (SwigcptrENetAcknowledgement) SetSentTime

func (arg1 SwigcptrENetAcknowledgement) SetSentTime(arg2 Enet_uint32)

func (SwigcptrENetAcknowledgement) SwigIsENetAcknowledgement

func (p SwigcptrENetAcknowledgement) SwigIsENetAcknowledgement()

func (SwigcptrENetAcknowledgement) Swigcptr

func (p SwigcptrENetAcknowledgement) Swigcptr() uintptr

type SwigcptrENetAddress

type SwigcptrENetAddress uintptr

func (SwigcptrENetAddress) GetHost

func (arg1 SwigcptrENetAddress) GetHost() (_swig_ret Enet_uint32)

func (SwigcptrENetAddress) GetPort

func (arg1 SwigcptrENetAddress) GetPort() (_swig_ret Enet_uint16)

func (SwigcptrENetAddress) SetHost

func (arg1 SwigcptrENetAddress) SetHost(arg2 Enet_uint32)

func (SwigcptrENetAddress) SetPort

func (arg1 SwigcptrENetAddress) SetPort(arg2 Enet_uint16)

func (SwigcptrENetAddress) SwigIsENetAddress

func (p SwigcptrENetAddress) SwigIsENetAddress()

func (SwigcptrENetAddress) Swigcptr

func (p SwigcptrENetAddress) Swigcptr() uintptr

type SwigcptrENetBuffer

type SwigcptrENetBuffer uintptr

func (SwigcptrENetBuffer) Swigcptr

func (p SwigcptrENetBuffer) Swigcptr() uintptr

type SwigcptrENetCallbacks

type SwigcptrENetCallbacks uintptr

func (SwigcptrENetCallbacks) Swigcptr

func (p SwigcptrENetCallbacks) Swigcptr() uintptr

type SwigcptrENetChannel

type SwigcptrENetChannel uintptr

func (SwigcptrENetChannel) GetIncomingReliableCommands

func (arg1 SwigcptrENetChannel) GetIncomingReliableCommands() (_swig_ret ENetList)

func (SwigcptrENetChannel) GetIncomingReliableSequenceNumber

func (arg1 SwigcptrENetChannel) GetIncomingReliableSequenceNumber() (_swig_ret Enet_uint16)

func (SwigcptrENetChannel) GetIncomingUnreliableCommands

func (arg1 SwigcptrENetChannel) GetIncomingUnreliableCommands() (_swig_ret ENetList)

func (SwigcptrENetChannel) GetIncomingUnreliableSequenceNumber

func (arg1 SwigcptrENetChannel) GetIncomingUnreliableSequenceNumber() (_swig_ret Enet_uint16)

func (SwigcptrENetChannel) GetOutgoingReliableSequenceNumber

func (arg1 SwigcptrENetChannel) GetOutgoingReliableSequenceNumber() (_swig_ret Enet_uint16)

func (SwigcptrENetChannel) GetOutgoingUnreliableSequenceNumber

func (arg1 SwigcptrENetChannel) GetOutgoingUnreliableSequenceNumber() (_swig_ret Enet_uint16)

func (SwigcptrENetChannel) GetReliableWindows

func (arg1 SwigcptrENetChannel) GetReliableWindows() (_swig_ret Enet_uint16)

func (SwigcptrENetChannel) GetUsedReliableWindows

func (arg1 SwigcptrENetChannel) GetUsedReliableWindows() (_swig_ret Enet_uint16)

func (SwigcptrENetChannel) SetIncomingReliableCommands

func (arg1 SwigcptrENetChannel) SetIncomingReliableCommands(arg2 ENetList)

func (SwigcptrENetChannel) SetIncomingReliableSequenceNumber

func (arg1 SwigcptrENetChannel) SetIncomingReliableSequenceNumber(arg2 Enet_uint16)

func (SwigcptrENetChannel) SetIncomingUnreliableCommands

func (arg1 SwigcptrENetChannel) SetIncomingUnreliableCommands(arg2 ENetList)

func (SwigcptrENetChannel) SetIncomingUnreliableSequenceNumber

func (arg1 SwigcptrENetChannel) SetIncomingUnreliableSequenceNumber(arg2 Enet_uint16)

func (SwigcptrENetChannel) SetOutgoingReliableSequenceNumber

func (arg1 SwigcptrENetChannel) SetOutgoingReliableSequenceNumber(arg2 Enet_uint16)

func (SwigcptrENetChannel) SetOutgoingUnreliableSequenceNumber

func (arg1 SwigcptrENetChannel) SetOutgoingUnreliableSequenceNumber(arg2 Enet_uint16)

func (SwigcptrENetChannel) SetReliableWindows

func (arg1 SwigcptrENetChannel) SetReliableWindows(arg2 Enet_uint16)

func (SwigcptrENetChannel) SetUsedReliableWindows

func (arg1 SwigcptrENetChannel) SetUsedReliableWindows(arg2 Enet_uint16)

func (SwigcptrENetChannel) SwigIsENetChannel

func (p SwigcptrENetChannel) SwigIsENetChannel()

func (SwigcptrENetChannel) Swigcptr

func (p SwigcptrENetChannel) Swigcptr() uintptr

type SwigcptrENetCompressor

type SwigcptrENetCompressor uintptr

func (SwigcptrENetCompressor) GetCompress

func (arg1 SwigcptrENetCompressor) GetCompress() (_swig_ret _swig_fnptr)

func (SwigcptrENetCompressor) GetContext

func (arg1 SwigcptrENetCompressor) GetContext() (_swig_ret uintptr)

func (SwigcptrENetCompressor) GetDecompress

func (arg1 SwigcptrENetCompressor) GetDecompress() (_swig_ret _swig_fnptr)

func (SwigcptrENetCompressor) GetDestroy

func (arg1 SwigcptrENetCompressor) GetDestroy() (_swig_ret _swig_fnptr)

func (SwigcptrENetCompressor) SetCompress

func (arg1 SwigcptrENetCompressor) SetCompress(arg2 _swig_fnptr)

func (SwigcptrENetCompressor) SetContext

func (arg1 SwigcptrENetCompressor) SetContext(arg2 uintptr)

func (SwigcptrENetCompressor) SetDecompress

func (arg1 SwigcptrENetCompressor) SetDecompress(arg2 _swig_fnptr)

func (SwigcptrENetCompressor) SetDestroy

func (arg1 SwigcptrENetCompressor) SetDestroy(arg2 _swig_fnptr)

func (SwigcptrENetCompressor) SwigIsENetCompressor

func (p SwigcptrENetCompressor) SwigIsENetCompressor()

func (SwigcptrENetCompressor) Swigcptr

func (p SwigcptrENetCompressor) Swigcptr() uintptr

type SwigcptrENetEvent

type SwigcptrENetEvent uintptr

func (SwigcptrENetEvent) GetChannelID

func (arg1 SwigcptrENetEvent) GetChannelID() (_swig_ret Enet_uint8)

func (SwigcptrENetEvent) GetData

func (arg1 SwigcptrENetEvent) GetData() (_swig_ret Enet_uint32)

func (SwigcptrENetEvent) GetPacket

func (arg1 SwigcptrENetEvent) GetPacket() (_swig_ret ENetPacket)

func (SwigcptrENetEvent) GetPeer

func (arg1 SwigcptrENetEvent) GetPeer() (_swig_ret ENetPeer)

func (SwigcptrENetEvent) GetXtype

func (arg1 SwigcptrENetEvent) GetXtype() (_swig_ret Enum_SS__ENetEventType)

func (SwigcptrENetEvent) SetChannelID

func (arg1 SwigcptrENetEvent) SetChannelID(arg2 Enet_uint8)

func (SwigcptrENetEvent) SetData

func (arg1 SwigcptrENetEvent) SetData(arg2 Enet_uint32)

func (SwigcptrENetEvent) SetPacket

func (arg1 SwigcptrENetEvent) SetPacket(arg2 ENetPacket)

func (SwigcptrENetEvent) SetPeer

func (arg1 SwigcptrENetEvent) SetPeer(arg2 ENetPeer)

func (SwigcptrENetEvent) SetXtype

func (arg1 SwigcptrENetEvent) SetXtype(arg2 Enum_SS__ENetEventType)

func (SwigcptrENetEvent) SwigIsENetEvent

func (p SwigcptrENetEvent) SwigIsENetEvent()

func (SwigcptrENetEvent) Swigcptr

func (p SwigcptrENetEvent) Swigcptr() uintptr

type SwigcptrENetHost

type SwigcptrENetHost uintptr

func (SwigcptrENetHost) GetAddress

func (arg1 SwigcptrENetHost) GetAddress() (_swig_ret ENetAddress)

func (SwigcptrENetHost) GetBandwidthLimitedPeers

func (arg1 SwigcptrENetHost) GetBandwidthLimitedPeers() (_swig_ret int64)

func (SwigcptrENetHost) GetBandwidthThrottleEpoch

func (arg1 SwigcptrENetHost) GetBandwidthThrottleEpoch() (_swig_ret Enet_uint32)

func (SwigcptrENetHost) GetBufferCount

func (arg1 SwigcptrENetHost) GetBufferCount() (_swig_ret int64)

func (SwigcptrENetHost) GetBuffers

func (arg1 SwigcptrENetHost) GetBuffers() (_swig_ret ENetBuffer)

func (SwigcptrENetHost) GetChannelLimit

func (arg1 SwigcptrENetHost) GetChannelLimit() (_swig_ret int64)

func (SwigcptrENetHost) GetChecksum

func (arg1 SwigcptrENetHost) GetChecksum() (_swig_ret _swig_fnptr)

func (SwigcptrENetHost) GetCommandCount

func (arg1 SwigcptrENetHost) GetCommandCount() (_swig_ret int64)

func (SwigcptrENetHost) GetCommands

func (arg1 SwigcptrENetHost) GetCommands() (_swig_ret ENetProtocol)

func (SwigcptrENetHost) GetCompressor

func (arg1 SwigcptrENetHost) GetCompressor() (_swig_ret ENetCompressor)

func (SwigcptrENetHost) GetConnectedPeers

func (arg1 SwigcptrENetHost) GetConnectedPeers() (_swig_ret int64)

func (SwigcptrENetHost) GetContinueSending

func (arg1 SwigcptrENetHost) GetContinueSending() (_swig_ret int)

func (SwigcptrENetHost) GetDispatchQueue

func (arg1 SwigcptrENetHost) GetDispatchQueue() (_swig_ret ENetList)

func (SwigcptrENetHost) GetDuplicatePeers

func (arg1 SwigcptrENetHost) GetDuplicatePeers() (_swig_ret int64)

func (SwigcptrENetHost) GetHeaderFlags

func (arg1 SwigcptrENetHost) GetHeaderFlags() (_swig_ret Enet_uint16)

func (SwigcptrENetHost) GetIncomingBandwidth

func (arg1 SwigcptrENetHost) GetIncomingBandwidth() (_swig_ret Enet_uint32)

func (SwigcptrENetHost) GetIntercept

func (arg1 SwigcptrENetHost) GetIntercept() (_swig_ret _swig_fnptr)

func (SwigcptrENetHost) GetMaximumPacketSize

func (arg1 SwigcptrENetHost) GetMaximumPacketSize() (_swig_ret int64)

func (SwigcptrENetHost) GetMaximumWaitingData

func (arg1 SwigcptrENetHost) GetMaximumWaitingData() (_swig_ret int64)

func (SwigcptrENetHost) GetMtu

func (arg1 SwigcptrENetHost) GetMtu() (_swig_ret Enet_uint32)

func (SwigcptrENetHost) GetOutgoingBandwidth

func (arg1 SwigcptrENetHost) GetOutgoingBandwidth() (_swig_ret Enet_uint32)

func (SwigcptrENetHost) GetPacketData

func (arg1 SwigcptrENetHost) GetPacketData() (_swig_ret Enet_uint8)

func (SwigcptrENetHost) GetPacketSize

func (arg1 SwigcptrENetHost) GetPacketSize() (_swig_ret int64)

func (SwigcptrENetHost) GetPeerCount

func (arg1 SwigcptrENetHost) GetPeerCount() (_swig_ret int64)

func (SwigcptrENetHost) GetPeers

func (arg1 SwigcptrENetHost) GetPeers() (_swig_ret ENetPeer)

func (SwigcptrENetHost) GetRandomSeed

func (arg1 SwigcptrENetHost) GetRandomSeed() (_swig_ret Enet_uint32)

func (SwigcptrENetHost) GetRecalculateBandwidthLimits

func (arg1 SwigcptrENetHost) GetRecalculateBandwidthLimits() (_swig_ret int)

func (SwigcptrENetHost) GetReceivedAddress

func (arg1 SwigcptrENetHost) GetReceivedAddress() (_swig_ret ENetAddress)

func (SwigcptrENetHost) GetReceivedData

func (arg1 SwigcptrENetHost) GetReceivedData() (_swig_ret Enet_uint8)

func (SwigcptrENetHost) GetReceivedDataLength

func (arg1 SwigcptrENetHost) GetReceivedDataLength() (_swig_ret int64)

func (SwigcptrENetHost) GetServiceTime

func (arg1 SwigcptrENetHost) GetServiceTime() (_swig_ret Enet_uint32)

func (SwigcptrENetHost) GetSocket

func (arg1 SwigcptrENetHost) GetSocket() (_swig_ret ENetSocket)

func (SwigcptrENetHost) GetTotalReceivedData

func (arg1 SwigcptrENetHost) GetTotalReceivedData() (_swig_ret Enet_uint32)

func (SwigcptrENetHost) GetTotalReceivedPackets

func (arg1 SwigcptrENetHost) GetTotalReceivedPackets() (_swig_ret Enet_uint32)

func (SwigcptrENetHost) GetTotalSentData

func (arg1 SwigcptrENetHost) GetTotalSentData() (_swig_ret Enet_uint32)

func (SwigcptrENetHost) GetTotalSentPackets

func (arg1 SwigcptrENetHost) GetTotalSentPackets() (_swig_ret Enet_uint32)

func (SwigcptrENetHost) SetAddress

func (arg1 SwigcptrENetHost) SetAddress(arg2 ENetAddress)

func (SwigcptrENetHost) SetBandwidthLimitedPeers

func (arg1 SwigcptrENetHost) SetBandwidthLimitedPeers(arg2 int64)

func (SwigcptrENetHost) SetBandwidthThrottleEpoch

func (arg1 SwigcptrENetHost) SetBandwidthThrottleEpoch(arg2 Enet_uint32)

func (SwigcptrENetHost) SetBufferCount

func (arg1 SwigcptrENetHost) SetBufferCount(arg2 int64)

func (SwigcptrENetHost) SetBuffers

func (arg1 SwigcptrENetHost) SetBuffers(arg2 ENetBuffer)

func (SwigcptrENetHost) SetChannelLimit

func (arg1 SwigcptrENetHost) SetChannelLimit(arg2 int64)

func (SwigcptrENetHost) SetChecksum

func (arg1 SwigcptrENetHost) SetChecksum(arg2 _swig_fnptr)

func (SwigcptrENetHost) SetCommandCount

func (arg1 SwigcptrENetHost) SetCommandCount(arg2 int64)

func (SwigcptrENetHost) SetCommands

func (arg1 SwigcptrENetHost) SetCommands(arg2 ENetProtocol)

func (SwigcptrENetHost) SetCompressor

func (arg1 SwigcptrENetHost) SetCompressor(arg2 ENetCompressor)

func (SwigcptrENetHost) SetConnectedPeers

func (arg1 SwigcptrENetHost) SetConnectedPeers(arg2 int64)

func (SwigcptrENetHost) SetContinueSending

func (arg1 SwigcptrENetHost) SetContinueSending(arg2 int)

func (SwigcptrENetHost) SetDispatchQueue

func (arg1 SwigcptrENetHost) SetDispatchQueue(arg2 ENetList)

func (SwigcptrENetHost) SetDuplicatePeers

func (arg1 SwigcptrENetHost) SetDuplicatePeers(arg2 int64)

func (SwigcptrENetHost) SetHeaderFlags

func (arg1 SwigcptrENetHost) SetHeaderFlags(arg2 Enet_uint16)

func (SwigcptrENetHost) SetIncomingBandwidth

func (arg1 SwigcptrENetHost) SetIncomingBandwidth(arg2 Enet_uint32)

func (SwigcptrENetHost) SetIntercept

func (arg1 SwigcptrENetHost) SetIntercept(arg2 _swig_fnptr)

func (SwigcptrENetHost) SetMaximumPacketSize

func (arg1 SwigcptrENetHost) SetMaximumPacketSize(arg2 int64)

func (SwigcptrENetHost) SetMaximumWaitingData

func (arg1 SwigcptrENetHost) SetMaximumWaitingData(arg2 int64)

func (SwigcptrENetHost) SetMtu

func (arg1 SwigcptrENetHost) SetMtu(arg2 Enet_uint32)

func (SwigcptrENetHost) SetOutgoingBandwidth

func (arg1 SwigcptrENetHost) SetOutgoingBandwidth(arg2 Enet_uint32)

func (SwigcptrENetHost) SetPacketData

func (arg1 SwigcptrENetHost) SetPacketData(arg2 Enet_uint8)

func (SwigcptrENetHost) SetPacketSize

func (arg1 SwigcptrENetHost) SetPacketSize(arg2 int64)

func (SwigcptrENetHost) SetPeerCount

func (arg1 SwigcptrENetHost) SetPeerCount(arg2 int64)

func (SwigcptrENetHost) SetPeers

func (arg1 SwigcptrENetHost) SetPeers(arg2 ENetPeer)

func (SwigcptrENetHost) SetRandomSeed

func (arg1 SwigcptrENetHost) SetRandomSeed(arg2 Enet_uint32)

func (SwigcptrENetHost) SetRecalculateBandwidthLimits

func (arg1 SwigcptrENetHost) SetRecalculateBandwidthLimits(arg2 int)

func (SwigcptrENetHost) SetReceivedAddress

func (arg1 SwigcptrENetHost) SetReceivedAddress(arg2 ENetAddress)

func (SwigcptrENetHost) SetReceivedData

func (arg1 SwigcptrENetHost) SetReceivedData(arg2 Enet_uint8)

func (SwigcptrENetHost) SetReceivedDataLength

func (arg1 SwigcptrENetHost) SetReceivedDataLength(arg2 int64)

func (SwigcptrENetHost) SetServiceTime

func (arg1 SwigcptrENetHost) SetServiceTime(arg2 Enet_uint32)

func (SwigcptrENetHost) SetSocket

func (arg1 SwigcptrENetHost) SetSocket(arg2 ENetSocket)

func (SwigcptrENetHost) SetTotalReceivedData

func (arg1 SwigcptrENetHost) SetTotalReceivedData(arg2 Enet_uint32)

func (SwigcptrENetHost) SetTotalReceivedPackets

func (arg1 SwigcptrENetHost) SetTotalReceivedPackets(arg2 Enet_uint32)

func (SwigcptrENetHost) SetTotalSentData

func (arg1 SwigcptrENetHost) SetTotalSentData(arg2 Enet_uint32)

func (SwigcptrENetHost) SetTotalSentPackets

func (arg1 SwigcptrENetHost) SetTotalSentPackets(arg2 Enet_uint32)

func (SwigcptrENetHost) SwigIsENetHost

func (p SwigcptrENetHost) SwigIsENetHost()

func (SwigcptrENetHost) Swigcptr

func (p SwigcptrENetHost) Swigcptr() uintptr

type SwigcptrENetIncomingCommand

type SwigcptrENetIncomingCommand uintptr

func (SwigcptrENetIncomingCommand) GetCommand

func (arg1 SwigcptrENetIncomingCommand) GetCommand() (_swig_ret ENetProtocol)

func (SwigcptrENetIncomingCommand) GetFragmentCount

func (arg1 SwigcptrENetIncomingCommand) GetFragmentCount() (_swig_ret Enet_uint32)

func (SwigcptrENetIncomingCommand) GetFragments

func (arg1 SwigcptrENetIncomingCommand) GetFragments() (_swig_ret Enet_uint32)

func (SwigcptrENetIncomingCommand) GetFragmentsRemaining

func (arg1 SwigcptrENetIncomingCommand) GetFragmentsRemaining() (_swig_ret Enet_uint32)

func (SwigcptrENetIncomingCommand) GetIncomingCommandList

func (arg1 SwigcptrENetIncomingCommand) GetIncomingCommandList() (_swig_ret ENetListNode)

func (SwigcptrENetIncomingCommand) GetPacket

func (arg1 SwigcptrENetIncomingCommand) GetPacket() (_swig_ret ENetPacket)

func (SwigcptrENetIncomingCommand) GetReliableSequenceNumber

func (arg1 SwigcptrENetIncomingCommand) GetReliableSequenceNumber() (_swig_ret Enet_uint16)

func (SwigcptrENetIncomingCommand) GetUnreliableSequenceNumber

func (arg1 SwigcptrENetIncomingCommand) GetUnreliableSequenceNumber() (_swig_ret Enet_uint16)

func (SwigcptrENetIncomingCommand) SetCommand

func (arg1 SwigcptrENetIncomingCommand) SetCommand(arg2 ENetProtocol)

func (SwigcptrENetIncomingCommand) SetFragmentCount

func (arg1 SwigcptrENetIncomingCommand) SetFragmentCount(arg2 Enet_uint32)

func (SwigcptrENetIncomingCommand) SetFragments

func (arg1 SwigcptrENetIncomingCommand) SetFragments(arg2 Enet_uint32)

func (SwigcptrENetIncomingCommand) SetFragmentsRemaining

func (arg1 SwigcptrENetIncomingCommand) SetFragmentsRemaining(arg2 Enet_uint32)

func (SwigcptrENetIncomingCommand) SetIncomingCommandList

func (arg1 SwigcptrENetIncomingCommand) SetIncomingCommandList(arg2 ENetListNode)

func (SwigcptrENetIncomingCommand) SetPacket

func (arg1 SwigcptrENetIncomingCommand) SetPacket(arg2 ENetPacket)

func (SwigcptrENetIncomingCommand) SetReliableSequenceNumber

func (arg1 SwigcptrENetIncomingCommand) SetReliableSequenceNumber(arg2 Enet_uint16)

func (SwigcptrENetIncomingCommand) SetUnreliableSequenceNumber

func (arg1 SwigcptrENetIncomingCommand) SetUnreliableSequenceNumber(arg2 Enet_uint16)

func (SwigcptrENetIncomingCommand) SwigIsENetIncomingCommand

func (p SwigcptrENetIncomingCommand) SwigIsENetIncomingCommand()

func (SwigcptrENetIncomingCommand) Swigcptr

func (p SwigcptrENetIncomingCommand) Swigcptr() uintptr

type SwigcptrENetList

type SwigcptrENetList uintptr

func (SwigcptrENetList) Swigcptr

func (p SwigcptrENetList) Swigcptr() uintptr

type SwigcptrENetListNode

type SwigcptrENetListNode uintptr

func (SwigcptrENetListNode) Swigcptr

func (p SwigcptrENetListNode) Swigcptr() uintptr

type SwigcptrENetOutgoingCommand

type SwigcptrENetOutgoingCommand uintptr

func (SwigcptrENetOutgoingCommand) GetCommand

func (arg1 SwigcptrENetOutgoingCommand) GetCommand() (_swig_ret ENetProtocol)

func (SwigcptrENetOutgoingCommand) GetFragmentLength

func (arg1 SwigcptrENetOutgoingCommand) GetFragmentLength() (_swig_ret Enet_uint16)

func (SwigcptrENetOutgoingCommand) GetFragmentOffset

func (arg1 SwigcptrENetOutgoingCommand) GetFragmentOffset() (_swig_ret Enet_uint32)

func (SwigcptrENetOutgoingCommand) GetOutgoingCommandList

func (arg1 SwigcptrENetOutgoingCommand) GetOutgoingCommandList() (_swig_ret ENetListNode)

func (SwigcptrENetOutgoingCommand) GetPacket

func (arg1 SwigcptrENetOutgoingCommand) GetPacket() (_swig_ret ENetPacket)

func (SwigcptrENetOutgoingCommand) GetReliableSequenceNumber

func (arg1 SwigcptrENetOutgoingCommand) GetReliableSequenceNumber() (_swig_ret Enet_uint16)

func (SwigcptrENetOutgoingCommand) GetRoundTripTimeout

func (arg1 SwigcptrENetOutgoingCommand) GetRoundTripTimeout() (_swig_ret Enet_uint32)

func (SwigcptrENetOutgoingCommand) GetRoundTripTimeoutLimit

func (arg1 SwigcptrENetOutgoingCommand) GetRoundTripTimeoutLimit() (_swig_ret Enet_uint32)

func (SwigcptrENetOutgoingCommand) GetSendAttempts

func (arg1 SwigcptrENetOutgoingCommand) GetSendAttempts() (_swig_ret Enet_uint16)

func (SwigcptrENetOutgoingCommand) GetSentTime

func (arg1 SwigcptrENetOutgoingCommand) GetSentTime() (_swig_ret Enet_uint32)

func (SwigcptrENetOutgoingCommand) GetUnreliableSequenceNumber

func (arg1 SwigcptrENetOutgoingCommand) GetUnreliableSequenceNumber() (_swig_ret Enet_uint16)

func (SwigcptrENetOutgoingCommand) SetCommand

func (arg1 SwigcptrENetOutgoingCommand) SetCommand(arg2 ENetProtocol)

func (SwigcptrENetOutgoingCommand) SetFragmentLength

func (arg1 SwigcptrENetOutgoingCommand) SetFragmentLength(arg2 Enet_uint16)

func (SwigcptrENetOutgoingCommand) SetFragmentOffset

func (arg1 SwigcptrENetOutgoingCommand) SetFragmentOffset(arg2 Enet_uint32)

func (SwigcptrENetOutgoingCommand) SetOutgoingCommandList

func (arg1 SwigcptrENetOutgoingCommand) SetOutgoingCommandList(arg2 ENetListNode)

func (SwigcptrENetOutgoingCommand) SetPacket

func (arg1 SwigcptrENetOutgoingCommand) SetPacket(arg2 ENetPacket)

func (SwigcptrENetOutgoingCommand) SetReliableSequenceNumber

func (arg1 SwigcptrENetOutgoingCommand) SetReliableSequenceNumber(arg2 Enet_uint16)

func (SwigcptrENetOutgoingCommand) SetRoundTripTimeout

func (arg1 SwigcptrENetOutgoingCommand) SetRoundTripTimeout(arg2 Enet_uint32)

func (SwigcptrENetOutgoingCommand) SetRoundTripTimeoutLimit

func (arg1 SwigcptrENetOutgoingCommand) SetRoundTripTimeoutLimit(arg2 Enet_uint32)

func (SwigcptrENetOutgoingCommand) SetSendAttempts

func (arg1 SwigcptrENetOutgoingCommand) SetSendAttempts(arg2 Enet_uint16)

func (SwigcptrENetOutgoingCommand) SetSentTime

func (arg1 SwigcptrENetOutgoingCommand) SetSentTime(arg2 Enet_uint32)

func (SwigcptrENetOutgoingCommand) SetUnreliableSequenceNumber

func (arg1 SwigcptrENetOutgoingCommand) SetUnreliableSequenceNumber(arg2 Enet_uint16)

func (SwigcptrENetOutgoingCommand) SwigIsENetOutgoingCommand

func (p SwigcptrENetOutgoingCommand) SwigIsENetOutgoingCommand()

func (SwigcptrENetOutgoingCommand) Swigcptr

func (p SwigcptrENetOutgoingCommand) Swigcptr() uintptr

type SwigcptrENetPacket

type SwigcptrENetPacket uintptr

func (SwigcptrENetPacket) GetData

func (arg1 SwigcptrENetPacket) GetData() (_swig_ret Enet_uint8)

func (SwigcptrENetPacket) GetDataLength

func (arg1 SwigcptrENetPacket) GetDataLength() (_swig_ret int64)

func (SwigcptrENetPacket) GetFlags

func (arg1 SwigcptrENetPacket) GetFlags() (_swig_ret Enet_uint32)

func (SwigcptrENetPacket) GetFreeCallback

func (arg1 SwigcptrENetPacket) GetFreeCallback() (_swig_ret _swig_fnptr)

func (SwigcptrENetPacket) GetReferenceCount

func (arg1 SwigcptrENetPacket) GetReferenceCount() (_swig_ret int64)

func (SwigcptrENetPacket) GetUserData

func (arg1 SwigcptrENetPacket) GetUserData() (_swig_ret uintptr)

func (SwigcptrENetPacket) SetData

func (arg1 SwigcptrENetPacket) SetData(arg2 Enet_uint8)

func (SwigcptrENetPacket) SetDataLength

func (arg1 SwigcptrENetPacket) SetDataLength(arg2 int64)

func (SwigcptrENetPacket) SetFlags

func (arg1 SwigcptrENetPacket) SetFlags(arg2 Enet_uint32)

func (SwigcptrENetPacket) SetFreeCallback

func (arg1 SwigcptrENetPacket) SetFreeCallback(arg2 _swig_fnptr)

func (SwigcptrENetPacket) SetReferenceCount

func (arg1 SwigcptrENetPacket) SetReferenceCount(arg2 int64)

func (SwigcptrENetPacket) SetUserData

func (arg1 SwigcptrENetPacket) SetUserData(arg2 uintptr)

func (SwigcptrENetPacket) SwigIsENetPacket

func (p SwigcptrENetPacket) SwigIsENetPacket()

func (SwigcptrENetPacket) Swigcptr

func (p SwigcptrENetPacket) Swigcptr() uintptr

type SwigcptrENetPeer

type SwigcptrENetPeer uintptr

func (SwigcptrENetPeer) GetAcknowledgements

func (arg1 SwigcptrENetPeer) GetAcknowledgements() (_swig_ret ENetList)

func (SwigcptrENetPeer) GetAddress

func (arg1 SwigcptrENetPeer) GetAddress() (_swig_ret ENetAddress)

func (SwigcptrENetPeer) GetChannelCount

func (arg1 SwigcptrENetPeer) GetChannelCount() (_swig_ret int64)

func (SwigcptrENetPeer) GetChannels

func (arg1 SwigcptrENetPeer) GetChannels() (_swig_ret ENetChannel)

func (SwigcptrENetPeer) GetConnectID

func (arg1 SwigcptrENetPeer) GetConnectID() (_swig_ret Enet_uint32)

func (SwigcptrENetPeer) GetData

func (arg1 SwigcptrENetPeer) GetData() (_swig_ret uintptr)

func (SwigcptrENetPeer) GetDispatchList

func (arg1 SwigcptrENetPeer) GetDispatchList() (_swig_ret ENetListNode)

func (SwigcptrENetPeer) GetDispatchedCommands

func (arg1 SwigcptrENetPeer) GetDispatchedCommands() (_swig_ret ENetList)

func (SwigcptrENetPeer) GetEarliestTimeout

func (arg1 SwigcptrENetPeer) GetEarliestTimeout() (_swig_ret Enet_uint32)

func (SwigcptrENetPeer) GetEventData

func (arg1 SwigcptrENetPeer) GetEventData() (_swig_ret Enet_uint32)

func (SwigcptrENetPeer) GetFlags

func (arg1 SwigcptrENetPeer) GetFlags() (_swig_ret Enet_uint16)

func (SwigcptrENetPeer) GetHighestRoundTripTimeVariance

func (arg1 SwigcptrENetPeer) GetHighestRoundTripTimeVariance() (_swig_ret Enet_uint32)

func (SwigcptrENetPeer) GetHost

func (arg1 SwigcptrENetPeer) GetHost() (_swig_ret ENetHost)

func (SwigcptrENetPeer) GetIncomingBandwidth

func (arg1 SwigcptrENetPeer) GetIncomingBandwidth() (_swig_ret Enet_uint32)

func (SwigcptrENetPeer) GetIncomingBandwidthThrottleEpoch

func (arg1 SwigcptrENetPeer) GetIncomingBandwidthThrottleEpoch() (_swig_ret Enet_uint32)

func (SwigcptrENetPeer) GetIncomingDataTotal

func (arg1 SwigcptrENetPeer) GetIncomingDataTotal() (_swig_ret Enet_uint32)

func (SwigcptrENetPeer) GetIncomingPeerID

func (arg1 SwigcptrENetPeer) GetIncomingPeerID() (_swig_ret Enet_uint16)

func (SwigcptrENetPeer) GetIncomingSessionID

func (arg1 SwigcptrENetPeer) GetIncomingSessionID() (_swig_ret Enet_uint8)

func (SwigcptrENetPeer) GetIncomingUnsequencedGroup

func (arg1 SwigcptrENetPeer) GetIncomingUnsequencedGroup() (_swig_ret Enet_uint16)

func (SwigcptrENetPeer) GetLastReceiveTime

func (arg1 SwigcptrENetPeer) GetLastReceiveTime() (_swig_ret Enet_uint32)

func (SwigcptrENetPeer) GetLastRoundTripTime

func (arg1 SwigcptrENetPeer) GetLastRoundTripTime() (_swig_ret Enet_uint32)

func (SwigcptrENetPeer) GetLastRoundTripTimeVariance

func (arg1 SwigcptrENetPeer) GetLastRoundTripTimeVariance() (_swig_ret Enet_uint32)

func (SwigcptrENetPeer) GetLastSendTime

func (arg1 SwigcptrENetPeer) GetLastSendTime() (_swig_ret Enet_uint32)

func (SwigcptrENetPeer) GetLowestRoundTripTime

func (arg1 SwigcptrENetPeer) GetLowestRoundTripTime() (_swig_ret Enet_uint32)

func (SwigcptrENetPeer) GetMtu

func (arg1 SwigcptrENetPeer) GetMtu() (_swig_ret Enet_uint32)

func (SwigcptrENetPeer) GetNextTimeout

func (arg1 SwigcptrENetPeer) GetNextTimeout() (_swig_ret Enet_uint32)

func (SwigcptrENetPeer) GetOutgoingBandwidth

func (arg1 SwigcptrENetPeer) GetOutgoingBandwidth() (_swig_ret Enet_uint32)

func (SwigcptrENetPeer) GetOutgoingBandwidthThrottleEpoch

func (arg1 SwigcptrENetPeer) GetOutgoingBandwidthThrottleEpoch() (_swig_ret Enet_uint32)

func (SwigcptrENetPeer) GetOutgoingDataTotal

func (arg1 SwigcptrENetPeer) GetOutgoingDataTotal() (_swig_ret Enet_uint32)

func (SwigcptrENetPeer) GetOutgoingPeerID

func (arg1 SwigcptrENetPeer) GetOutgoingPeerID() (_swig_ret Enet_uint16)

func (SwigcptrENetPeer) GetOutgoingReliableCommands

func (arg1 SwigcptrENetPeer) GetOutgoingReliableCommands() (_swig_ret ENetList)

func (SwigcptrENetPeer) GetOutgoingReliableSequenceNumber

func (arg1 SwigcptrENetPeer) GetOutgoingReliableSequenceNumber() (_swig_ret Enet_uint16)

func (SwigcptrENetPeer) GetOutgoingSessionID

func (arg1 SwigcptrENetPeer) GetOutgoingSessionID() (_swig_ret Enet_uint8)

func (SwigcptrENetPeer) GetOutgoingUnreliableCommands

func (arg1 SwigcptrENetPeer) GetOutgoingUnreliableCommands() (_swig_ret ENetList)

func (SwigcptrENetPeer) GetOutgoingUnsequencedGroup

func (arg1 SwigcptrENetPeer) GetOutgoingUnsequencedGroup() (_swig_ret Enet_uint16)

func (SwigcptrENetPeer) GetPacketLoss

func (arg1 SwigcptrENetPeer) GetPacketLoss() (_swig_ret Enet_uint32)

func (SwigcptrENetPeer) GetPacketLossEpoch

func (arg1 SwigcptrENetPeer) GetPacketLossEpoch() (_swig_ret Enet_uint32)

func (SwigcptrENetPeer) GetPacketLossVariance

func (arg1 SwigcptrENetPeer) GetPacketLossVariance() (_swig_ret Enet_uint32)

func (SwigcptrENetPeer) GetPacketThrottle

func (arg1 SwigcptrENetPeer) GetPacketThrottle() (_swig_ret Enet_uint32)

func (SwigcptrENetPeer) GetPacketThrottleAcceleration

func (arg1 SwigcptrENetPeer) GetPacketThrottleAcceleration() (_swig_ret Enet_uint32)

func (SwigcptrENetPeer) GetPacketThrottleCounter

func (arg1 SwigcptrENetPeer) GetPacketThrottleCounter() (_swig_ret Enet_uint32)

func (SwigcptrENetPeer) GetPacketThrottleDeceleration

func (arg1 SwigcptrENetPeer) GetPacketThrottleDeceleration() (_swig_ret Enet_uint32)

func (SwigcptrENetPeer) GetPacketThrottleEpoch

func (arg1 SwigcptrENetPeer) GetPacketThrottleEpoch() (_swig_ret Enet_uint32)

func (SwigcptrENetPeer) GetPacketThrottleInterval

func (arg1 SwigcptrENetPeer) GetPacketThrottleInterval() (_swig_ret Enet_uint32)

func (SwigcptrENetPeer) GetPacketThrottleLimit

func (arg1 SwigcptrENetPeer) GetPacketThrottleLimit() (_swig_ret Enet_uint32)

func (SwigcptrENetPeer) GetPacketsLost

func (arg1 SwigcptrENetPeer) GetPacketsLost() (_swig_ret Enet_uint32)

func (SwigcptrENetPeer) GetPacketsSent

func (arg1 SwigcptrENetPeer) GetPacketsSent() (_swig_ret Enet_uint32)

func (SwigcptrENetPeer) GetPingInterval

func (arg1 SwigcptrENetPeer) GetPingInterval() (_swig_ret Enet_uint32)

func (SwigcptrENetPeer) GetReliableDataInTransit

func (arg1 SwigcptrENetPeer) GetReliableDataInTransit() (_swig_ret Enet_uint32)

func (SwigcptrENetPeer) GetRoundTripTime

func (arg1 SwigcptrENetPeer) GetRoundTripTime() (_swig_ret Enet_uint32)

func (SwigcptrENetPeer) GetRoundTripTimeRemainder

func (arg1 SwigcptrENetPeer) GetRoundTripTimeRemainder() (_swig_ret Enet_uint8)

func (SwigcptrENetPeer) GetRoundTripTimeVariance

func (arg1 SwigcptrENetPeer) GetRoundTripTimeVariance() (_swig_ret Enet_uint32)

func (SwigcptrENetPeer) GetRoundTripTimeVarianceRemainder

func (arg1 SwigcptrENetPeer) GetRoundTripTimeVarianceRemainder() (_swig_ret Enet_uint8)

func (SwigcptrENetPeer) GetSentReliableCommands

func (arg1 SwigcptrENetPeer) GetSentReliableCommands() (_swig_ret ENetList)

func (SwigcptrENetPeer) GetSentUnreliableCommands

func (arg1 SwigcptrENetPeer) GetSentUnreliableCommands() (_swig_ret ENetList)

func (SwigcptrENetPeer) GetState

func (arg1 SwigcptrENetPeer) GetState() (_swig_ret Enum_SS__ENetPeerState)

func (SwigcptrENetPeer) GetTimeoutLimit

func (arg1 SwigcptrENetPeer) GetTimeoutLimit() (_swig_ret Enet_uint32)

func (SwigcptrENetPeer) GetTimeoutMaximum

func (arg1 SwigcptrENetPeer) GetTimeoutMaximum() (_swig_ret Enet_uint32)

func (SwigcptrENetPeer) GetTimeoutMinimum

func (arg1 SwigcptrENetPeer) GetTimeoutMinimum() (_swig_ret Enet_uint32)

func (SwigcptrENetPeer) GetTotalWaitingData

func (arg1 SwigcptrENetPeer) GetTotalWaitingData() (_swig_ret int64)

func (SwigcptrENetPeer) GetUnsequencedWindow

func (arg1 SwigcptrENetPeer) GetUnsequencedWindow() (_swig_ret Enet_uint32)

func (SwigcptrENetPeer) GetWindowSize

func (arg1 SwigcptrENetPeer) GetWindowSize() (_swig_ret Enet_uint32)

func (SwigcptrENetPeer) SetAcknowledgements

func (arg1 SwigcptrENetPeer) SetAcknowledgements(arg2 ENetList)

func (SwigcptrENetPeer) SetAddress

func (arg1 SwigcptrENetPeer) SetAddress(arg2 ENetAddress)

func (SwigcptrENetPeer) SetChannelCount

func (arg1 SwigcptrENetPeer) SetChannelCount(arg2 int64)

func (SwigcptrENetPeer) SetChannels

func (arg1 SwigcptrENetPeer) SetChannels(arg2 ENetChannel)

func (SwigcptrENetPeer) SetConnectID

func (arg1 SwigcptrENetPeer) SetConnectID(arg2 Enet_uint32)

func (SwigcptrENetPeer) SetData

func (arg1 SwigcptrENetPeer) SetData(arg2 uintptr)

func (SwigcptrENetPeer) SetDispatchList

func (arg1 SwigcptrENetPeer) SetDispatchList(arg2 ENetListNode)

func (SwigcptrENetPeer) SetDispatchedCommands

func (arg1 SwigcptrENetPeer) SetDispatchedCommands(arg2 ENetList)

func (SwigcptrENetPeer) SetEarliestTimeout

func (arg1 SwigcptrENetPeer) SetEarliestTimeout(arg2 Enet_uint32)

func (SwigcptrENetPeer) SetEventData

func (arg1 SwigcptrENetPeer) SetEventData(arg2 Enet_uint32)

func (SwigcptrENetPeer) SetFlags

func (arg1 SwigcptrENetPeer) SetFlags(arg2 Enet_uint16)

func (SwigcptrENetPeer) SetHighestRoundTripTimeVariance

func (arg1 SwigcptrENetPeer) SetHighestRoundTripTimeVariance(arg2 Enet_uint32)

func (SwigcptrENetPeer) SetHost

func (arg1 SwigcptrENetPeer) SetHost(arg2 ENetHost)

func (SwigcptrENetPeer) SetIncomingBandwidth

func (arg1 SwigcptrENetPeer) SetIncomingBandwidth(arg2 Enet_uint32)

func (SwigcptrENetPeer) SetIncomingBandwidthThrottleEpoch

func (arg1 SwigcptrENetPeer) SetIncomingBandwidthThrottleEpoch(arg2 Enet_uint32)

func (SwigcptrENetPeer) SetIncomingDataTotal

func (arg1 SwigcptrENetPeer) SetIncomingDataTotal(arg2 Enet_uint32)

func (SwigcptrENetPeer) SetIncomingPeerID

func (arg1 SwigcptrENetPeer) SetIncomingPeerID(arg2 Enet_uint16)

func (SwigcptrENetPeer) SetIncomingSessionID

func (arg1 SwigcptrENetPeer) SetIncomingSessionID(arg2 Enet_uint8)

func (SwigcptrENetPeer) SetIncomingUnsequencedGroup

func (arg1 SwigcptrENetPeer) SetIncomingUnsequencedGroup(arg2 Enet_uint16)

func (SwigcptrENetPeer) SetLastReceiveTime

func (arg1 SwigcptrENetPeer) SetLastReceiveTime(arg2 Enet_uint32)

func (SwigcptrENetPeer) SetLastRoundTripTime

func (arg1 SwigcptrENetPeer) SetLastRoundTripTime(arg2 Enet_uint32)

func (SwigcptrENetPeer) SetLastRoundTripTimeVariance

func (arg1 SwigcptrENetPeer) SetLastRoundTripTimeVariance(arg2 Enet_uint32)

func (SwigcptrENetPeer) SetLastSendTime

func (arg1 SwigcptrENetPeer) SetLastSendTime(arg2 Enet_uint32)

func (SwigcptrENetPeer) SetLowestRoundTripTime

func (arg1 SwigcptrENetPeer) SetLowestRoundTripTime(arg2 Enet_uint32)

func (SwigcptrENetPeer) SetMtu

func (arg1 SwigcptrENetPeer) SetMtu(arg2 Enet_uint32)

func (SwigcptrENetPeer) SetNextTimeout

func (arg1 SwigcptrENetPeer) SetNextTimeout(arg2 Enet_uint32)

func (SwigcptrENetPeer) SetOutgoingBandwidth

func (arg1 SwigcptrENetPeer) SetOutgoingBandwidth(arg2 Enet_uint32)

func (SwigcptrENetPeer) SetOutgoingBandwidthThrottleEpoch

func (arg1 SwigcptrENetPeer) SetOutgoingBandwidthThrottleEpoch(arg2 Enet_uint32)

func (SwigcptrENetPeer) SetOutgoingDataTotal

func (arg1 SwigcptrENetPeer) SetOutgoingDataTotal(arg2 Enet_uint32)

func (SwigcptrENetPeer) SetOutgoingPeerID

func (arg1 SwigcptrENetPeer) SetOutgoingPeerID(arg2 Enet_uint16)

func (SwigcptrENetPeer) SetOutgoingReliableCommands

func (arg1 SwigcptrENetPeer) SetOutgoingReliableCommands(arg2 ENetList)

func (SwigcptrENetPeer) SetOutgoingReliableSequenceNumber

func (arg1 SwigcptrENetPeer) SetOutgoingReliableSequenceNumber(arg2 Enet_uint16)

func (SwigcptrENetPeer) SetOutgoingSessionID

func (arg1 SwigcptrENetPeer) SetOutgoingSessionID(arg2 Enet_uint8)

func (SwigcptrENetPeer) SetOutgoingUnreliableCommands

func (arg1 SwigcptrENetPeer) SetOutgoingUnreliableCommands(arg2 ENetList)

func (SwigcptrENetPeer) SetOutgoingUnsequencedGroup

func (arg1 SwigcptrENetPeer) SetOutgoingUnsequencedGroup(arg2 Enet_uint16)

func (SwigcptrENetPeer) SetPacketLoss

func (arg1 SwigcptrENetPeer) SetPacketLoss(arg2 Enet_uint32)

func (SwigcptrENetPeer) SetPacketLossEpoch

func (arg1 SwigcptrENetPeer) SetPacketLossEpoch(arg2 Enet_uint32)

func (SwigcptrENetPeer) SetPacketLossVariance

func (arg1 SwigcptrENetPeer) SetPacketLossVariance(arg2 Enet_uint32)

func (SwigcptrENetPeer) SetPacketThrottle

func (arg1 SwigcptrENetPeer) SetPacketThrottle(arg2 Enet_uint32)

func (SwigcptrENetPeer) SetPacketThrottleAcceleration

func (arg1 SwigcptrENetPeer) SetPacketThrottleAcceleration(arg2 Enet_uint32)

func (SwigcptrENetPeer) SetPacketThrottleCounter

func (arg1 SwigcptrENetPeer) SetPacketThrottleCounter(arg2 Enet_uint32)

func (SwigcptrENetPeer) SetPacketThrottleDeceleration

func (arg1 SwigcptrENetPeer) SetPacketThrottleDeceleration(arg2 Enet_uint32)

func (SwigcptrENetPeer) SetPacketThrottleEpoch

func (arg1 SwigcptrENetPeer) SetPacketThrottleEpoch(arg2 Enet_uint32)

func (SwigcptrENetPeer) SetPacketThrottleInterval

func (arg1 SwigcptrENetPeer) SetPacketThrottleInterval(arg2 Enet_uint32)

func (SwigcptrENetPeer) SetPacketThrottleLimit

func (arg1 SwigcptrENetPeer) SetPacketThrottleLimit(arg2 Enet_uint32)

func (SwigcptrENetPeer) SetPacketsLost

func (arg1 SwigcptrENetPeer) SetPacketsLost(arg2 Enet_uint32)

func (SwigcptrENetPeer) SetPacketsSent

func (arg1 SwigcptrENetPeer) SetPacketsSent(arg2 Enet_uint32)

func (SwigcptrENetPeer) SetPingInterval

func (arg1 SwigcptrENetPeer) SetPingInterval(arg2 Enet_uint32)

func (SwigcptrENetPeer) SetReliableDataInTransit

func (arg1 SwigcptrENetPeer) SetReliableDataInTransit(arg2 Enet_uint32)

func (SwigcptrENetPeer) SetRoundTripTime

func (arg1 SwigcptrENetPeer) SetRoundTripTime(arg2 Enet_uint32)

func (SwigcptrENetPeer) SetRoundTripTimeRemainder

func (arg1 SwigcptrENetPeer) SetRoundTripTimeRemainder(arg2 Enet_uint8)

func (SwigcptrENetPeer) SetRoundTripTimeVariance

func (arg1 SwigcptrENetPeer) SetRoundTripTimeVariance(arg2 Enet_uint32)

func (SwigcptrENetPeer) SetRoundTripTimeVarianceRemainder

func (arg1 SwigcptrENetPeer) SetRoundTripTimeVarianceRemainder(arg2 Enet_uint8)

func (SwigcptrENetPeer) SetSentReliableCommands

func (arg1 SwigcptrENetPeer) SetSentReliableCommands(arg2 ENetList)

func (SwigcptrENetPeer) SetSentUnreliableCommands

func (arg1 SwigcptrENetPeer) SetSentUnreliableCommands(arg2 ENetList)

func (SwigcptrENetPeer) SetState

func (arg1 SwigcptrENetPeer) SetState(arg2 Enum_SS__ENetPeerState)

func (SwigcptrENetPeer) SetTimeoutLimit

func (arg1 SwigcptrENetPeer) SetTimeoutLimit(arg2 Enet_uint32)

func (SwigcptrENetPeer) SetTimeoutMaximum

func (arg1 SwigcptrENetPeer) SetTimeoutMaximum(arg2 Enet_uint32)

func (SwigcptrENetPeer) SetTimeoutMinimum

func (arg1 SwigcptrENetPeer) SetTimeoutMinimum(arg2 Enet_uint32)

func (SwigcptrENetPeer) SetTotalWaitingData

func (arg1 SwigcptrENetPeer) SetTotalWaitingData(arg2 int64)

func (SwigcptrENetPeer) SetUnsequencedWindow

func (arg1 SwigcptrENetPeer) SetUnsequencedWindow(arg2 Enet_uint32)

func (SwigcptrENetPeer) SetWindowSize

func (arg1 SwigcptrENetPeer) SetWindowSize(arg2 Enet_uint32)

func (SwigcptrENetPeer) SwigIsENetPeer

func (p SwigcptrENetPeer) SwigIsENetPeer()

func (SwigcptrENetPeer) Swigcptr

func (p SwigcptrENetPeer) Swigcptr() uintptr

type SwigcptrENetProtocol

type SwigcptrENetProtocol uintptr

func (SwigcptrENetProtocol) Swigcptr

func (p SwigcptrENetProtocol) Swigcptr() uintptr

type SwigcptrENetSocket

type SwigcptrENetSocket uintptr

func (SwigcptrENetSocket) Swigcptr

func (p SwigcptrENetSocket) Swigcptr() uintptr

type SwigcptrENetSocketSet

type SwigcptrENetSocketSet uintptr

func (SwigcptrENetSocketSet) Swigcptr

func (p SwigcptrENetSocketSet) Swigcptr() uintptr

type SwigcptrEnet_uint16

type SwigcptrEnet_uint16 uintptr

func (SwigcptrEnet_uint16) Swigcptr

func (p SwigcptrEnet_uint16) Swigcptr() uintptr

type SwigcptrEnet_uint32

type SwigcptrEnet_uint32 uintptr

func (SwigcptrEnet_uint32) Swigcptr

func (p SwigcptrEnet_uint32) Swigcptr() uintptr

type SwigcptrEnet_uint8

type SwigcptrEnet_uint8 uintptr

func (SwigcptrEnet_uint8) Swigcptr

func (p SwigcptrEnet_uint8) Swigcptr() uintptr

Directories

Path Synopsis
sample

Jump to

Keyboard shortcuts

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