Exemplo n.º 1
0
 public SocketDevice(string host, int port, EthernetConnectionType connectionType)
 {
     this.host           = host;
     this.port           = port;
     this.connectionType = connectionType;
 }
Exemplo n.º 2
0
 public SocketDevice(string host, int port, EthernetConnectionType connectionType)
 {
     this.host = host;
     this.port = port;
     this.connectionType = connectionType;
 }