예제 #1
0
 public UsbImpl()
 {
     this.switchState = UsbSwitchState.Off;
     this.devices     = new List <UsbDeviceInformation>();
 }
예제 #2
0
 public void UsbSwitchStateChange(UsbSwitchState switchState)
 {
     this.switchState = switchState;
 }
예제 #3
0
 /// <summary>The UsbSwitchStateChange method</summary>
 /// <param name="state">The state parameter of type UsbSwitchState</param>
 public void UsbSwitchStateChange(UsbSwitchState state)
 {
     npcClientCaller.Call(typeof(void), "UsbImpl.UsbSwitchStateChange", state);
 }