Exemple #1
0
 public CommunicationPortInfo(ChannelInfoType chlType, PortIconType portClass, bool isOpened, bool isConnected)
 {
     channelType     = chlType;
     portType        = portClass;
     isPortOpened    = isOpened;
     isPortConnected = isConnected;
 }
Exemple #2
0
 public CommunicationPortInfo(PortIconType portClass, bool isOpened, bool isConnected)
     : this(ChannelInfoType.Communication, portClass, isOpened, isConnected)
 {
 }