次の方法で共有


MobileBroadbandCellTdscdma.TimingAdvanceInBitPeriods プロパティ

定義

ビット期間が 48/13us であるビット期間のタイミングアドバンスを取得します。

Note

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

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

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

プロパティ値

ビット周期のタイミングアドバンス。

Windows の要件

アプリの機能
cellularDeviceControl cellularDeviceIdentity

注釈

この値の範囲は 0 ~ 255 です。不明な場合は null を返します。

適用対象