Gatebox SDK Reference  1.06
All Classes Namespaces Functions Variables Enumerations
com.gateboxlab.gateboxsdk.GateboxHome Class Reference

Gatebox Home 制御クラス More...

Classes

class  Result
 リスナ応答内容 More...
 

Static Public Member Functions

static void RegisterReceiver (string callbackObjectName, string callbackFuncName)
 レシーバ登録 More...
 
static void UnregisterReceiver ()
 レシーバ解除 More...
 

Static Public Attributes

const string RESET_WLAN = "resetWlan"
 アクション:デバイス管理システムで無線LAN設定変更を行おうとしたとき More...
 
const string RELOAD_APPLICATION = "reloadApplication"
 アクション:デバイス管理システムでアプリを切り替えたとき More...
 
const string DEACTIVATE_DEVICE = "deactivate"
 アクション:デバイス管理システムでシステム登録解除を行ったとき More...
 
const string DISCONNECT_WLAN = "disconnectWlan"
 アクション:Wifiの接続が切れたとき More...
 
const string SERVER_ERROR = "serverError"
 アクション:バックエンドシステムがエラーを返し、リトライ制限を超えたとき More...
 
const string SYSTEM_UPDATE = "systemUpdate"
 アクション:端末のOSがアップデートされるとき More...
 
const string SYSTEM_ERROR = "systemError"
 アクション:端末で何かしらのエラーが発生したとき More...
 
const string POWER_OFF = "powerOff"
 アクション:電源ボタンを押したとき More...
 
const string ACTIVATE_CLOVA = "activateClova"
 アクション:デバイス管理システムでClova連携を行おうとしたとき More...
 

Detailed Description

Gatebox Home 制御クラス

Member Function Documentation

◆ RegisterReceiver()

static void com.gateboxlab.gateboxsdk.GateboxHome.RegisterReceiver ( string  callbackObjectName,
string  callbackFuncName 
)
inlinestatic

レシーバ登録

Parameters
callbackObjectNameObject名称
callbackFuncNameFunction名称

◆ UnregisterReceiver()

static void com.gateboxlab.gateboxsdk.GateboxHome.UnregisterReceiver ( )
inlinestatic

レシーバ解除

Member Data Documentation

◆ ACTIVATE_CLOVA

const string com.gateboxlab.gateboxsdk.GateboxHome.ACTIVATE_CLOVA = "activateClova"
static

アクション:デバイス管理システムでClova連携を行おうとしたとき

◆ DEACTIVATE_DEVICE

const string com.gateboxlab.gateboxsdk.GateboxHome.DEACTIVATE_DEVICE = "deactivate"
static

アクション:デバイス管理システムでシステム登録解除を行ったとき

◆ DISCONNECT_WLAN

const string com.gateboxlab.gateboxsdk.GateboxHome.DISCONNECT_WLAN = "disconnectWlan"
static

アクション:Wifiの接続が切れたとき

◆ POWER_OFF

const string com.gateboxlab.gateboxsdk.GateboxHome.POWER_OFF = "powerOff"
static

アクション:電源ボタンを押したとき

◆ RELOAD_APPLICATION

const string com.gateboxlab.gateboxsdk.GateboxHome.RELOAD_APPLICATION = "reloadApplication"
static

アクション:デバイス管理システムでアプリを切り替えたとき

◆ RESET_WLAN

const string com.gateboxlab.gateboxsdk.GateboxHome.RESET_WLAN = "resetWlan"
static

アクション:デバイス管理システムで無線LAN設定変更を行おうとしたとき

◆ SERVER_ERROR

const string com.gateboxlab.gateboxsdk.GateboxHome.SERVER_ERROR = "serverError"
static

アクション:バックエンドシステムがエラーを返し、リトライ制限を超えたとき

◆ SYSTEM_ERROR

const string com.gateboxlab.gateboxsdk.GateboxHome.SYSTEM_ERROR = "systemError"
static

アクション:端末で何かしらのエラーが発生したとき

◆ SYSTEM_UPDATE

const string com.gateboxlab.gateboxsdk.GateboxHome.SYSTEM_UPDATE = "systemUpdate"
static

アクション:端末のOSがアップデートされるとき


The documentation for this class was generated from the following file: