A message to an ADB server.
JSON representation |
---|
{ // Union field |
Fields | |
---|---|
Union field
|
|
open |
Open a new stream. |
streamData |
Send data to a stream. |
Open
Message for opening a new stream.
JSON representation |
---|
{ "streamId": integer, "service": string } |
Fields | |
---|---|
streamId |
The unique ID that will be used to talk to this stream. This should probably just be a number that increments for each new Open request. |
service |
An ADB service to use in the new stream. |