API version 15

Runtime.ShowBluetoothSettingsメソッド

iOSAndroidWindows

 

説明

端末のBluetooth設定画面を表示します。

 

呼出形式

Runtime.ShowBluetoothSettings();

 

戻り値

なし

 

引数

なし

 

例外

なし

 

使用例

Button btnShowBluetoothSettings {
    X = 10;
    Y = 10;
    Width = 150;
    Height = 24;
    Title = "Bluetooth設定画面を表示";
    Function OnTouch( e ) {
        Runtime.ShowBluetoothSettings();
    }
}

 

関連項目

IsBluetoothEnabledSetBluetoothEnabledメソッド

 



「オンラインマニュアル」一覧へ戻る
「Bizの宝箱」TOPへ戻る