コード例 #1
0
 public PackedDeviceInformations(DeviceInformation[] deviceInfos)
 {
     this.devices = deviceInfos;
     this.count =(byte) deviceInfos.Length;
 }
コード例 #2
0
 public void updateDeviceInfo(DeviceInformation deviceInfo)
 {
     deviceInfoDictionary.Remove(deviceInfo.contactDescriptorByteValue);
        deviceInfoDictionary.Add(deviceInfo.contactDescriptorByteValue, deviceInfo);
 }