Exemplo n.º 1
0
 /// <summary>
 /// Creates a new UsbBluetoothEndpoint instance.
 /// </summary>
 /// <param name="type">The Bluetooth endpoint type.</param>
 /// <param name="id">The USB endpoint identifier.</param>
 public UsbBluetoothEndpointInfo(UsbBluetoothEndpointType type, byte id)
 {
     Type = type;
     Id   = id;
 }
 /// <summary>
 /// Creates a new UsbBluetoothEndpoint instance.
 /// </summary>
 /// <param name="type">The Bluetooth endpoint type.</param>
 /// <param name="id">The USB endpoint identifier.</param>
 public UsbBluetoothEndpointInfo(UsbBluetoothEndpointType type, byte id)
 {
     Type = type;
     Id = id;
 }