다음을 통해 공유


UsbInterruptInEndpointDescriptor.Interval 속성

정의

USB 인터럽트 엔드포인트의 폴링 간격을 가져옵니다.

public:
 property TimeSpan Interval { TimeSpan get(); };
TimeSpan Interval();
public System.TimeSpan Interval { get; }
var timeSpan = usbInterruptInEndpointDescriptor.interval;
Public ReadOnly Property Interval As TimeSpan

속성 값

USB 인터럽트 엔드포인트의 폴링 간격입니다.

적용 대상