C# Class SharpQuake.qsocket_t

Exibir arquivo Open project: Memorix101/SharpQuake Class Usage Examples

Public Properties

Property Type Description
ackSequence uint
addr System.Net.EndPoint
address string
canSend bool
connecttime double
disconnected bool
driver int
driverdata object
landriver int
lastMessageTime double
lastSendTime double
receiveMessage byte[]
receiveMessageLength int
receiveSequence uint
sendMessage byte[]
sendMessageLength int
sendNext bool
sendSequence uint
socket Socket
unreliableReceiveSequence uint
unreliableSendSequence uint

Public Methods

Method Description
ClearBuffers ( ) : void
Read ( byte buf, int len, EndPoint &ep ) : int
Write ( byte buf, int len, EndPoint ep ) : int
qsocket_t ( ) : System

Method Details

ClearBuffers() public method

public ClearBuffers ( ) : void
return void

Read() public method

public Read ( byte buf, int len, EndPoint &ep ) : int
buf byte
len int
ep System.Net.EndPoint
return int

Write() public method

public Write ( byte buf, int len, EndPoint ep ) : int
buf byte
len int
ep System.Net.EndPoint
return int

qsocket_t() public method

public qsocket_t ( ) : System
return System

Property Details

ackSequence public_oe property

public uint ackSequence
return uint

addr public_oe property

public EndPoint,System.Net addr
return System.Net.EndPoint

address public_oe property

public string address
return string

canSend public_oe property

public bool canSend
return bool

connecttime public_oe property

public double connecttime
return double

disconnected public_oe property

public bool disconnected
return bool

driver public_oe property

public int driver
return int

driverdata public_oe property

public object driverdata
return object

landriver public_oe property

public int landriver
return int

lastMessageTime public_oe property

public double lastMessageTime
return double

lastSendTime public_oe property

public double lastSendTime
return double

receiveMessage public_oe property

public byte[] receiveMessage
return byte[]

receiveMessageLength public_oe property

public int receiveMessageLength
return int

receiveSequence public_oe property

public uint receiveSequence
return uint

sendMessage public_oe property

public byte[] sendMessage
return byte[]

sendMessageLength public_oe property

public int sendMessageLength
return int

sendNext public_oe property

public bool sendNext
return bool

sendSequence public_oe property

public uint sendSequence
return uint

socket public_oe property

public Socket socket
return Socket

unreliableReceiveSequence public_oe property

public uint unreliableReceiveSequence
return uint

unreliableSendSequence public_oe property

public uint unreliableSendSequence
return uint