다음을 통해 공유


UsbDevice.DefaultInterface 속성

정의

USB 구성의 기본 인터페이스 또는 첫 번째 인터페이스를 나타내는 개체를 가져옵니다.

public:
 property UsbInterface ^ DefaultInterface { UsbInterface ^ get(); };
UsbInterface DefaultInterface();
public UsbInterface DefaultInterface { get; }
var usbInterface = usbDevice.defaultInterface;
Public ReadOnly Property DefaultInterface As UsbInterface

속성 값

USB 구성의 기본 인터페이스 또는 첫 번째 인터페이스를 나타내는 UsbInterface 개체입니다.

적용 대상