C# Class SharpQuake.qsocket_t

Afficher le fichier Open project: Memorix101/SharpQuake Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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 méthode

public ClearBuffers ( ) : void
Résultat void

Read() public méthode

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

Write() public méthode

public Write ( byte buf, int len, EndPoint ep ) : int
buf byte
len int
ep System.Net.EndPoint
Résultat int

qsocket_t() public méthode

public qsocket_t ( ) : System
Résultat System

Property Details

ackSequence public_oe property

public uint ackSequence
Résultat uint

addr public_oe property

public EndPoint,System.Net addr
Résultat System.Net.EndPoint

address public_oe property

public string address
Résultat string

canSend public_oe property

public bool canSend
Résultat bool

connecttime public_oe property

public double connecttime
Résultat double

disconnected public_oe property

public bool disconnected
Résultat bool

driver public_oe property

public int driver
Résultat int

driverdata public_oe property

public object driverdata
Résultat object

landriver public_oe property

public int landriver
Résultat int

lastMessageTime public_oe property

public double lastMessageTime
Résultat double

lastSendTime public_oe property

public double lastSendTime
Résultat double

receiveMessage public_oe property

public byte[] receiveMessage
Résultat byte[]

receiveMessageLength public_oe property

public int receiveMessageLength
Résultat int

receiveSequence public_oe property

public uint receiveSequence
Résultat uint

sendMessage public_oe property

public byte[] sendMessage
Résultat byte[]

sendMessageLength public_oe property

public int sendMessageLength
Résultat int

sendNext public_oe property

public bool sendNext
Résultat bool

sendSequence public_oe property

public uint sendSequence
Résultat uint

socket public_oe property

public Socket socket
Résultat Socket

unreliableReceiveSequence public_oe property

public uint unreliableReceiveSequence
Résultat uint

unreliableSendSequence public_oe property

public uint unreliableSendSequence
Résultat uint