See: Description
| Interface | Description |
|---|---|
| IRAPICallback<T> |
Callback
|
| IRAPIResult |
General callback
|
| IRDeviceAPIService |
IRKit Device HTTP APIのインタフェースです。
Interface for IRKit Device HTTP API.
|
| IRInternetAPIService |
IRKit Internet HTTP APIのインタフェースです。
Interface for IRKit Internet HTTP API.
|
| Class | Description |
|---|---|
| IRAPIError |
API error
|
| IRDeviceAPIService.GetHomeResponse |
getHome()のレスポンスです。
|
| IRDeviceAPIService.GetMessagesResponse |
getMessages()のレスポンスです。
Response of getMessages().
|
| IRDeviceAPIService.PostKeysResponse |
postKeys()のレスポンスです。
Response of postKeys().
|
| IRDeviceAPIService.PostMessagesRequest |
postMessages()のリクエストパラメータです。
Request parameters for postMessages().
|
| IRDeviceAPIService.PostMessagesResponse |
postMessages()のレスポンスです。
Response of postMessages().
|
| IRDeviceAPIService.PostWifiResponse |
postWifi()のレスポンスです。
Response of postWifi().
|
| IRDeviceEndpoint |
Local endpoint for IRPeripheral.
|
| IRHTTPClient |
Device HTTP APIとInternet HTTP APIを利用するためのクラスです。
Client for HTTP API and Internet HTTP API.
|
| IRInternetAPIService.AndroidApp |
GetRecommendedGooglePlayAppsResponseとGetRecommendedAmazonAppsResponseに含まれるappsの1エントリです。
An entry in apps of GetRecommendedGooglePlayAppsResponse and GetRecommendedAmazonAppsResponse.
|
| IRInternetAPIService.GetMessagesResponse |
getMessages()のレスポンスです。
Response of getMessages().
|
| IRInternetAPIService.GetRecommendedAmazonAppsResponse |
getRecommendedAmazonApps()のレスポンスです。
Response of getRecommendedAmazonApps().
|
| IRInternetAPIService.GetRecommendedGooglePlayAppsResponse |
getRecommendedGooglePlayApps()のレスポンスです。
Response of getRecommendedGooglePlayApps().
|
| IRInternetAPIService.GetRecommendediOSAppsResponse |
getRecommendediOSApps()のレスポンスです。
Response of getRecommendediOSApps().
|
| IRInternetAPIService.GetRecommendediOSAppsResponse.App | |
| IRInternetAPIService.PostAppsResponse |
postApps()のレスポンスです。
Response of postApps().
|
| IRInternetAPIService.PostClientsResponse |
postClients()のレスポンスです。
Response of postClients().
|
| IRInternetAPIService.PostDevicesResponse |
postDevices()のレスポンスです。
Response of postDevices().
|
| IRInternetAPIService.PostDoorResponse |
postDoor()のレスポンスです。
Response of postDoor().
|
| IRInternetAPIService.PostKeysResponse |
postKeys()のレスポンスです。
Response of postKeys().
|
| IRInternetAPIService.PostMessagesResponse |
postMessages()のレスポンスです。
Response of postMessages().
|
| IRRequestThrottler |
Device HTTP APIとInternet HTTP APIにスロットル制御付きでアクセスするためのクラスです。
A class which does request throttling for Device HTTP API and Internet HTTP API.
|