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-Identification.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>

枚举

CompatibilityState 灵活

类型:uint32

fuchsia.developer.remotecontrol/host-Identification.fidl 中定义

主机工具和目标之间的兼容性状态。

名称说明
0

确定兼容性状态时出错。

1

没有兼容性信息。

2

支持 ABI 修订版本

3

无法识别 ABI 修订版本。

4

系统提供的 ABI 修订版本不受支持。

ConnectCapabilityError灵活

类型:uint32

fuchsia.developer.remotecontrol/service-discovery.fidl 中定义

名称说明
1
2
3
4

IdentityHostError灵活

类型:uint32

fuchsia.developer.remotecontrol/host-Identification.fidl 中定义

名称说明
1
2
3

TunnelError灵活

类型:uint32

fuchsia.developer.remotecontrol/remote-control.fidl 中定义

名称说明
1
2
3

IdentifyHostResponse

fuchsia.developer.remotecontrol/host-Identification.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_IdentificationHost_Result 严格

fuchsia.developer.remotecontrol/remote-control.fidl 中定义

序数变体类型说明
response RemoteControl_IdentifyHost_Response
err IdentifyHostError
framework_err internal

RemoteControl_OpenCapability_Result严格

fuchsia.developer.remotecontrol/remote-control.fidl 中定义

序数变体类型说明
response RemoteControl_OpenCapability_Response
err ConnectCapabilityError
framework_err internal

常量

名称类型说明
MAX_CONNECT_MATCHES 5 uint16
MAX_NUM_MATCHES 250 uint16
NODE_NAME_MAX 255 uint32