System.Bluetooth.TBluetoothLEManager のメソッド
継承Protected
__MarkDestroying | protected | |
_AddRef | protected | IInterface_AddRef メソッドを実装します。 |
_Release | protected | IInterface_Release メソッドを実装します。 |
AddDeviceToList | protected | 指定されたリモート デバイスが指定されたリモート デバイス リストにまだ含まれていなければ追加し、指定されたリモート デバイスを返します。 |
AfterConstruction | public | 最後のコンストラクタが実行された後に応答します。 |
BeforeDestruction | public | インターフェース化オブジェクトの破棄を許可する前に参照カウントがゼロであることを確認します。 |
CancelDiscovery | public | StartDiscovery により既に開始されている検出処理をキャンセルします。 |
CheckDisposed | protected | このメソッドは廃止予定です。 |
ClassInfo | public |
オブジェクト型の実行時型情報(RTTI)テーブルのポインタを返します。 |
ClassName | public | 引数で渡される変数の型ではなくオブジェクトインスタンスの型を示す文字列を返します。 |
ClassNameIs | public | オブジェクトが指定の型かどうかを示します。 |
ClassParent | public | 1 つ上位のクラスの型を返します。 |
ClassType | public | オブジェクトのクラスへのクラス参照を返します。 |
CleanupInstance | public | クラス内の長い文字列とバリアントとインターフェース変数に対する終了処理を実行します。 |
ClearDevicesFromList | protected | Bluetooth LE デバイスのリストをクリアします。 |
Create | public | TBluetoothLEManager のインスタンスを作成します。 |
CreateInstance | public | TBluetoothLEManager のインスタンスを作成し、それを返します。 |
DefaultHandler | public | メッセージレコードを処理するメソッドのインターフェースを提供します。 |
Destroy | public | TBluetoothLEManager のこのインスタンスを破棄します。 |
Dispatch | public | Message パラメータの内容に基づいてオブジェクトのメッセージ処理メソッドを呼び出します。 |
DisposeOf | public | DisposeOf は、オブジェクトでのデストラクタ コードの実行を強制します。 |
DoDiscoverDevice | protected | |
DoDiscoveryEnd | protected | OnDiscoveryEnd イベントのディスパッチャ。 |
DoDiscoveryLEEnd(非推奨) | protected | OnDiscoveryEnd イベントのディスパッチャです。 |
DoEnableBluetooth | protected | ユーザーが Bluetooth をオンできる、プラットフォーム固有のシステム アクティビティを示します。 |
DoGetAdapter | protected | マネージャのアダプタを返します。 |
DoGetGattServer | protected | アプリケーションの動作プラットフォーム用の TBluetoothGattServer インスタンスのうち、リモート デバイスから問い合わせることができる Bluetooth LE サービスの公開に使用できるものを返します。 |
DoGetLEAdapter(非推奨) | protected | お使いのマネージャのアダプタを返します。 |
DoGetSupportsGattClient | protected | 現在のプラットフォームで Bluetooth LE をクライアントとして使用できる場合は True を返し、そうでない場合は False を返します。 |
DoGetSupportsGattServer | protected | 現在のプラットフォームで Bluetooth LE をクライアントとして使用できる場合は True を返し、そうでない場合は False を返します。 |
Equals | public |
現在のインスタンスと Obj パラメータが等しいかどうかを調べます。 |
FieldAddress | public | パブリッシュオブジェクト項目のアドレスを返します。 |
Free | public | オブジェクトを破棄し,必要ならば関連付けられているメモリを解放します。 |
FreeInstance | public | NewInstance メソッドの前回の呼び出しによって割り当てられたメモリを解除します。 |
GetBluetoothManager | protected | アプリケーションが動作しているプラットフォームのサポートを実装した BluetoothManager のサブクラスのインスタンスを返します。 |
GetConnectionState | protected | ConnectionState の取得アクセサです。 |
GetDeviceInList | protected | デバイスのリスト内に、デバイスがあるかどうかをチェックし、そのデバイスを返します。 |
GetDisposed | protected | |
GetGattServer | public | アプリケーションの動作プラットフォーム用の TBluetoothGattServer インスタンスのうち、リモート デバイスから問い合わせることができる Bluetooth LE サービスの公開に使用できるものを返します。 |
GetHashCode | public | ハッシュ コードを表す整数を返します。 |
GetInterface | public | 指定したインターフェースを取り出します。 |
GetInterfaceEntry | public | クラス内で実現された特定のインターフェースのエントリを返します。 |
GetInterfaceTable | public | 指定したクラスで実装されているすべてのインターフェースが入った構造体のポインタを返します。 |
GetKnownServiceName | protected | 指定された一意の識別子を持つサービスの表示名を返します。 |
GetSupportsGattClient | public | 現在のプラットフォームで Bluetooth LE をクライアントとして使用できる場合は True を返し、そうでない場合は False を返します。 |
GetSupportsGattServer | public | 現在のプラットフォームが Bluetooth Low Energy をサーバーとしてサポートしている場合、True を返します。そうでなければ、False を返します。 |
InheritsFrom | public | 2 つのオブジェクト型の関係を調べます。 |
InitInstance | public | 新しく割り当てられたオブジェクトインスタンスをすべて 0 に初期化し,インスタンスの仮想メソッドテーブルポインタを初期化します。 |
InstanceSize | public | オブジェクト型の各インスタンスのサイズをバイト数で返します。 |
MethodAddress | public | クラス メソッドのアドレスを名前で返します。 |
MethodName | public | アドレスを指定すると、クラス メソッドの名前を返します。 |
NewInstance | public | インターフェース化オブジェクトの各インスタンスにメモリを割り当てます。 |
operator () | public | |
QualifiedClassName | public |
クラスの修飾名を返します。 |
QueryInterface | protected | IInterfaceQueryInterface メソッドを実装します。 |
ResetDevicesFromList | protected | AllDiscoveredDevices リストからデバイスをリセットします。 |
RssiToDistance | public | RSSI を距離に変換するアルゴリズムの実装です。 |
SafeCallException | public | safecall 呼び出し規約を使って宣言されたメソッド内での例外を処理します。 |
StartDiscovery | public | Bluetooth LE を使用するリモート デバイスを見つけるための検出操作を開始します。 |
StartDiscoveryRaw | public | Bluetooth LE デバイスのスキャンを開始します。 |
ToString | public | クラス名を表す文字列を返します。 |
UnitName | public |
クラスが定義されているユニットの名前を返します。 |
UnitScope | public |
クラスのユニット スコープを返します。 |