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 割り込みエンドポイントのポリシング間隔。

適用対象