sync toc
ENet
ENetException Class
ENetException Members
ENetException Constructor
ENetException Constructor ()
ENetException Constructor (String)
ENetException Constructor (String,Exception)
ENetException Constructor (SerializationInfo,StreamingContext)
Event Structure
Event Members
Event Constructor
Properties
ChannelID Property
Data Property
NativeData Property
Packet Property
Peer Property
Type Property
EventType Enumeration
Host Structure
Host Members
Host Constructor
Properties
IsInitialized Property
NativeData Property
Methods
Broadcast Method
CheckEvents Method
CompressWithRangeEncoder Method
Connect Method
Connect(IPEndPoint,Int32,Int32) Method
Connect(String,Int32,Int32,Int32) Method
Dispose Method
DoNotCompress Method
Equals Method
Equals(Host) Method
Equals(Object) Method
Flush Method
GetHashCode Method
Initialize Method
InitializeClient Method
InitializeServer Method
Service Method
SetBandwidthLimit Method
SetChannelLimit Method
Operators
Equality Operator
Inequality Operator
Library Class
Library Members
Properties
Time Property
Methods
Deinitialize Method
Initialize Method
Packet Structure
Packet Members
Packet Constructor
Properties
Data Property
Flags Property
IsInitialized Property
Item Property
Length Property
NativeData Property
ReferenceCount Property
Methods
Add Method
Clear Method
Contains Method
CopyTo Method
CopyTo(Byte) Method
CopyTo(Byte,Int32) Method
CopyTo(Byte,Int32,Int32) Method
CopyTo(Byte,Int32,Int32,Int32) Method
Dispose Method
Equals Method
Equals(Packet) Method
Equals(Object) Method
GetBytes Method
GetEnumerator Method
GetHashCode Method
GetUserData Method
GetUserData() Method
GetUserData(Object) Method
IndexOf Method
Initialize Method
Initialize(Byte) Method
Initialize(Byte,PacketFlags) Method
Initialize(Byte,Int32,Int32) Method
Initialize(Byte,Int32,Int32,PacketFlags) Method
Initialize(IntPtr,Int32) Method
Initialize(IntPtr,Int32,PacketFlags) Method
Insert Method
Remove Method
RemoveAt Method
Resize Method
SetUserData Method
SetUserData(Object) Method
SetUserData(Object,Object) Method
Operators
Equality Operator
Inequality Operator
Events
Freed Event
PacketFlags Enumeration
PacketFreeCallback Delegate
Peer Structure
Peer Members
Peer Constructor
Properties
Host Property
IsInitialized Property
NativeData Property
State Property
UserData Property
Methods
ConfigureThrottle Method
Disconnect Method
DisconnectLater Method
DisconnectNow Method
Equals Method
Equals(Peer) Method
Equals(Object) Method
GetHashCode Method
GetRemoteAddress Method
Ping Method
Receive Method
Reset Method
Send Method
Send(Byte,Packet) Method
Send(Byte,Byte,PacketFlags) Method
Send(Byte,Byte,Int32,Int32,PacketFlags) Method
SetPingInterval Method
SetTimeouts Method
Operators
Equality Operator
Inequality Operator
PeerState Enumeration
ENet.Native
ENetAddress Structure
ENetAddress Members
Fields
host Field
port Field
Type Conversions
Explicit IPEndPoint to ENetAddress Conversion
Implicit ENetAddress to IPEndPoint Conversion
ENetApi Class
ENetApi Members
Fields
ENET_HOST_ANY Field
ENET_HOST_BROADCAST Field
ENET_PEER_PACKET_THROTTLE_ACCELERATION Field
ENET_PEER_PACKET_THROTTLE_DECELERATION Field
ENET_PEER_PACKET_THROTTLE_INTERVAL Field
ENET_PEER_PACKET_THROTTLE_SCALE Field
ENET_PEER_PING_INTERVAL Field
ENET_PEER_TIMEOUT_LIMIT Field
ENET_PEER_TIMEOUT_MAXIMUM Field
ENET_PEER_TIMEOUT_MINIMUM Field
ENET_PROTOCOL_MAXIMUM_CHANNEL_COUNT Field
ENET_PROTOCOL_MAXIMUM_FRAGMENT_COUNT Field
ENET_PROTOCOL_MAXIMUM_PACKET_SIZE Field
ENET_PROTOCOL_MAXIMUM_PEER_ID Field
ENET_PROTOCOL_MINIMUM_CHANNEL_COUNT Field
Methods
address_get_host Method
address_get_host(ENetAddress,Byte*,IntPtr) Method
address_get_host(ENetAddress,Byte,IntPtr) Method
address_get_host_ip Method
address_get_host_ip(ENetAddress,Byte*,IntPtr) Method
address_get_host_ip(ENetAddress,Byte,IntPtr) Method
address_set_host Method
address_set_host(ENetAddress,Byte*) Method
address_set_host(ENetAddress,Byte) Method
enet_address_get_host Method
enet_address_get_host(ENetAddress,Byte*,IntPtr) Method
enet_address_get_host(ENetAddress,Byte,IntPtr) Method
enet_address_get_host_ip Method
enet_address_get_host_ip(ENetAddress,Byte*,IntPtr) Method
enet_address_get_host_ip(ENetAddress,Byte,IntPtr) Method
enet_address_set_host Method
enet_address_set_host(ENetAddress,Byte*) Method
enet_address_set_host(ENetAddress,Byte) Method
enet_host_bandwidth_limit Method
enet_host_broadcast Method
enet_host_channel_limit Method
enet_host_check_events Method
enet_host_compress Method
enet_host_compress_with_range_encoder Method
enet_host_connect Method
enet_host_create Method
enet_host_create(ENetAddress*,IntPtr,IntPtr,UInt32,UInt32) Method
enet_host_create(ENetAddress,IntPtr,IntPtr,UInt32,UInt32) Method
enet_host_destroy Method
enet_host_flush Method
enet_host_service Method
enet_host_service(ENetHost*,ENetEvent*,UInt32) Method
enet_host_service(ENetHost*,ENetEvent,UInt32) Method
enet_packet_create Method
enet_packet_destroy Method
enet_packet_resize Method
enet_peer_disconnect Method
enet_peer_disconnect_later Method
enet_peer_disconnect_now Method
enet_peer_ping Method
enet_peer_ping_interval Method
enet_peer_receive Method
enet_peer_reset Method
enet_peer_send Method
enet_peer_throttle_configure Method
enet_peer_timeout Method
enet_time_get Method
enet_time_set Method
host_bandwidth_limit Method
host_broadcast Method
host_channel_limit Method
host_check_events Method
host_compress Method
host_compress_with_range_encoder Method
host_connect Method
host_create Method
host_create(ENetAddress*,IntPtr,IntPtr,UInt32,UInt32) Method
host_create(ENetAddress,IntPtr,IntPtr,UInt32,UInt32) Method
host_destroy Method
host_flush Method
host_service Method
host_service(ENetHost*,ENetEvent*,UInt32) Method
host_service(ENetHost*,ENetEvent,UInt32) Method
initialize_with_callbacks Method
memcmp Method
packet_create Method
packet_destroy Method
packet_resize Method
peer_disconnect Method
peer_disconnect_later Method
peer_disconnect_now Method
peer_ping Method
peer_ping_interval Method
peer_receive Method
peer_reset Method
peer_send Method
peer_throttle_configure Method
peer_timeout Method
strlen Method
time_get Method
time_set Method
ENetCallbacks Structure
ENetCallbacks Members
Fields
free Field
malloc Field
no_memory Field
ENetCallbacks.free_cb Delegate
ENetCallbacks.malloc_cb Delegate
ENetCallbacks.no_memory_cb Delegate
ENetCompressor Structure
ENetCompressor Members
Fields
compress Field
context Field
decompress Field
destroy Field
ENetCompressor.compress_cb Delegate
ENetCompressor.decompress_cb Delegate
ENetCompressor.destroy_cb Delegate
ENetEvent Structure
ENetEvent Members
Fields
channelID Field
data Field
packet Field
peer Field
type Field
ENetHost Structure
ENetHost Members
ENetListNode Structure
ENetListNode Members
Fields
next Field
previous Field
ENetPacket Structure
ENetPacket Members
Fields
data Field
dataLength Field
flags Field
freeCallback Field
referenceCount Field
ENetPacket.freeCallback_cb Delegate
ENetPeer Structure
ENetPeer Members
Fields
address Field
connectID Field
data Field
dispatchList Field
host Field
incomingPeerID Field
incomingSessionID Field
outgoingPeerID Field
outgoingSessionID Field
state Field