프로퍼티 | 타입 | 설명 | |
---|---|---|---|
END_OF_PACKET | byte | ||
Receiving | bool | ||
Sock | |||
SocketName | string | ||
confirmPackets | System.Boolean |
메소드 | 설명 | |
---|---|---|
Disable ( ) : void |
Disables the socket client.
|
|
DisableLogging ( ) : void |
Disables logging for this client, increasing performance.
|
|
Enable ( ) : void |
Enables the socket to accept packets
|
|
GetRemoteHostIP ( ) : String |
Gets the IP address of this client in string representation
|
|
OnProcessPacket ( |
Packet processor has determined that the packet needed processing.
|
|
SendPacket ( |
Sends a packet to the Socket we're connected with.
|
|
Show ( |
||
Show ( string Text ) : void | ||
SocketClient ( |
public OnProcessPacket ( |
||
p | The packet that needed processing | |
리턴 | void |
public SendPacket ( |
||
packet | The packet to send | |
리턴 | void |
public SocketClient ( |
||
_sock | ||
_socketname | string | |
리턴 | System |