MobileBroadbandCellNR.TimingAdvanceInNanoseconds プロパティ

定義

タイミングの進み方を ns 単位で取得します。

注意

この機能は、モバイル ネットワーク オペレーターによる特権アクセス権を持つモバイル オペレーター アプリと UWP アプリでのみ使用できます。

この API を使用してアプリを Microsoft Store に発行する場合は、特別な承認が必要です。 詳細については、「アプリ機能宣言」トピックの 「制限付き 機能」セクション 参照してください。

public:
 property IReference<int> ^ TimingAdvanceInNanoseconds { IReference<int> ^ get(); };
IReference<int> TimingAdvanceInNanoseconds();
public System.Nullable<int> TimingAdvanceInNanoseconds { get; }
var iReference = mobileBroadbandCellNR.timingAdvanceInNanoseconds;
Public ReadOnly Property TimingAdvanceInNanoseconds As Nullable(Of Integer)

プロパティ値

ns 単位で進めるタイミング。

Windows の要件

アプリの機能
cellularDeviceControl cellularDeviceIdentity

適用対象