예제 #1
0
 public SocketDevice(string host, int port, EthernetConnectionType connectionType)
 {
     this.host           = host;
     this.port           = port;
     this.connectionType = connectionType;
 }
예제 #2
0
 public SocketDevice(string host, int port, EthernetConnectionType connectionType)
 {
     this.host = host;
     this.port = port;
     this.connectionType = connectionType;
 }