Property | Type | Description | |
---|---|---|---|
maxDelay | float |
Method | Description | |
---|---|---|
ChannelBuffer ( |
||
CheckInternalBuffer ( ) : void | ||
Dispose ( ) : void | ||
Send ( short msgType, |
||
SendInternalBuffer ( ) : bool | ||
SendWriter ( |
||
SetOption ( ChannelOption option, int value ) : bool |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
AllocPacket ( ) : |
||
FreePacket ( |
||
QueuePacket ( ) : void | ||
SendBytes ( byte bytes, int bytesToSend ) : bool |
public ChannelBuffer ( |
||
conn | ||
bufferSize | int | |
cid | byte | |
isReliable | bool | |
return | System |
public Send ( short msgType, |
||
msgType | short | |
msg | ||
return | bool |
public SendWriter ( |
||
writer | ||
return | bool |
public SetOption ( ChannelOption option, int value ) : bool | ||
option | ChannelOption | |
value | int | |
return | bool |