共用方式為


UsbInterruptOutEndpointDescriptor.Interval 屬性

定義

取得 USB 中斷端點的波道間隔。

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

屬性值

USB 中斷端點的移動間隔。

適用於