Method | Description | |
---|---|---|
GetTotalNbDataINOUT ( ) : int | ||
SendBytesNow ( byte Data, int Length ) : bool | ||
SendStringNow ( string command ) : void | ||
UDPSender ( string IPAdress, int Port ) : System |
public SendBytesNow ( byte Data, int Length ) : bool | ||
Data | byte | |
Length | int | |
return | bool |
public SendStringNow ( string command ) : void | ||
command | string | |
return | void |
public UDPSender ( string IPAdress, int Port ) : System | ||
IPAdress | string | |
Port | int | |
return | System |