Method | Description | |
---|---|---|
AbortClient ( ) : void | ||
AbortServer ( ) : void | ||
ConfigureClient ( string ip, string sPort ) : void | ||
ConfigureServer ( string sPort, string sClients, int iBandwidth ) : void | ||
TelemetryNetwork ( ) : System |
Method | Description | |
---|---|---|
FireChange ( ) : void | ||
FireError ( string sError ) : void |
public ConfigureClient ( string ip, string sPort ) : void | ||
ip | string | |
sPort | string | |
return | void |
public ConfigureServer ( string sPort, string sClients, int iBandwidth ) : void | ||
sPort | string | |
sClients | string | |
iBandwidth | int | |
return | void |