Method | Description | |
---|---|---|
NetworkConnection ( string host, int port ) : System | ||
SendSync ( int frame, byte syncData ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
Send ( byte packet ) : void |
public NetworkConnection ( string host, int port ) : System | ||
host | string | |
port | int | |
return | System |
public SendSync ( int frame, byte syncData ) : void | ||
frame | int | |
syncData | byte | |
return | void |