fuchsia.developer.remotecontrol

新增時間:16 天

通訊協定

RemoteControl

定義於 fuchsia.developer.remotecontrol/remote-control.fidl

EchoString

傳回輸入內容。

要求

名稱類型
value string[255]

回應

名稱類型
response string[255]

GetTime

要求

<EMPTY>

回應

名稱類型
time int64

IdentifyHost

要求

<EMPTY>

回應

名稱類型
payload RemoteControl_IdentifyHost_Result

LogMessage

這個外掛程式能將字串寫入裝置的 syslog。

要求

名稱類型
tag string
message string
severity fuchsia.diagnostics/Severity

回應

<EMPTY>

OpenCapability

要求

名稱類型
moniker string[4096]
capability_set fuchsia.sys2/OpenDirType
capability_name fuchsia.component/name
server_channel handle<channel>
flags fuchsia.io/OpenFlags

回應

名稱類型
payload RemoteControl_OpenCapability_Result

結構化

CompatibilityInfo

定義於 fuchsia.developer.remotecontrol/host-identity.fidl

目標的相容性資訊

欄位類型說明預設
state CompatibilityState

主機工具與目標之間的相容性狀態。

無預設
platform_abi uint64

目標平台的 ABI 修訂版本。

無預設
message string

適合向英文閱讀使用者顯示的狀態訊息字串。

無預設

RemoteControl_IdentifyHost_Response

定義於 fuchsia.developer.remotecontrol/remote-control.fidl

欄位類型說明預設
response IdentifyHostResponse 無預設

RemoteControl_OpenCapability_Response

定義於 fuchsia.developer.remotecontrol/remote-control.fidl

<EMPTY>

ENUMS

CompatibilityState 彈性

類型:uint32

定義於 fuchsia.developer.remotecontrol/host-identity.fidl

主機工具與目標之間的相容性狀態。

名稱說明
0

判斷相容性狀態時發生錯誤。

1

沒有相容性資訊。

2

支援 ABI 修訂版本

3

無法識別 ABI 修訂版本。

4

系統不支援 ABI 修訂版本。

ConnectCapabilityError 彈性

類型:uint32

定義於 fuchsia.developer.remotecontrol/service-discovery.fidl

名稱說明
1
2
3
4

MarkHostError 彈性

類型:uint32

定義於 fuchsia.developer.remotecontrol/host-identity.fidl

名稱說明
1
2
3

TunnelError 彈性

類型:uint32

定義於 fuchsia.developer.remotecontrol/remote-control.fidl

名稱說明
1
2
3

資料表

IdentifyHostResponse

定義於 fuchsia.developer.remotecontrol/host-identity.fidl

序數欄位類型說明
nodename string[255]
boot_timestamp_nanos uint64
serial_number string[255]
ids vector<uint64>
product_config string[100]
board_config string[100]
addresses vector<fuchsia.net/Subnet>

聯合國

RemoteControl_IdentifiHost_Result 嚴格

定義於 fuchsia.developer.remotecontrol/remote-control.fidl

序數Variant類型說明
response RemoteControl_IdentifyHost_Response
err IdentifyHostError
framework_err internal

RemoteControl_OpenCapability_Result 嚴格

定義於 fuchsia.developer.remotecontrol/remote-control.fidl

序數Variant類型說明
response RemoteControl_OpenCapability_Response
err ConnectCapabilityError
framework_err internal

業者

名稱類型說明
MAX_CONNECT_MATCHES 5 uint16
MAX_NUM_MATCHES 250 uint16
NODE_NAME_MAX 255 uint32