public override void SetSerialPortConfiguration(SerialPortConfiguration SerialPortConfiguration, bool ForcePersistance)
 {
     throw new NotImplementedException();
 }
 public SerialPortProxyClient(SerialPortConfiguration config)
 {
     _config = config;
 }
 public SerialPortServerDocument()
 {
     _layers = new INetworkLayerFactory[0];
     ServerPort = new SerialPortConfiguration("COM1", this);
 }
Beispiel #4
0
 public Configuration()      // constructor -> fill here the structure with the sensible defaults
 {
     xyTableComport    = new SerialPortConfiguration();
     MicroscopeComport = new SerialPortConfiguration();
 }