PROTOCOLS
Qmi
Defined in fuchsia.hardware.telephony.transport/qmi.fidl
SetChannel
Give a channel handle that transports bi-directional QMI messages
Request
Name | Type |
---|---|
transport |
handle<channel>
|
Response
Name | Type |
---|---|
result |
Qmi_SetChannel_Result
|
SetNetwork
Configure the network used by the transport Currently only sets network up/down
Request
Name | Type |
---|---|
connected |
bool
|
Response
Name | Type |
---|
SetSnoopChannel
Pass an interface for QMI message snooping
Request
Name | Type |
---|---|
interface |
fuchsia.telephony.snoop/Publisher
|
Response
Name | Type |
---|---|
result |
Qmi_SetSnoopChannel_Result
|
STRUCTS
Qmi_SetChannel_Response
Defined in fuchsia.hardware.telephony.transport/qmi.fidl
Name | Type | Description | Default |
---|
Qmi_SetSnoopChannel_Response
Defined in fuchsia.hardware.telephony.transport/qmi.fidl
Name | Type | Description | Default |
---|
UNIONS
Qmi_SetChannel_Result
Defined in fuchsia.hardware.telephony.transport/qmi.fidl
Name | Type | Description |
---|---|---|
response |
Qmi_SetChannel_Response
|
|
err |
zx/status
|
Qmi_SetSnoopChannel_Result
Defined in fuchsia.hardware.telephony.transport/qmi.fidl
Name | Type | Description |
---|---|---|
response |
Qmi_SetSnoopChannel_Response
|
|
err |
zx/status
|