public sealed class Open : IMessage<Open>, IEquatable<Open>, IDeepCloneable<Open>, IBufferMessage, IMessageReference documentation and code samples for the Device Streaming v1 API class Open.
Message for opening a new stream.
Namespace
Google.Cloud.DeviceStreaming.V1Assembly
Google.Cloud.DeviceStreaming.V1.dll
Constructors
Open()
public Open()Open(Open)
public Open(Open other)| Parameter | |
|---|---|
| Name | Description |
other |
Open |
Properties
Service
public string Service { get; set; }Optional. An ADB service to use in the new stream.
| Property Value | |
|---|---|
| Type | Description |
string |
|
StreamId
public int StreamId { get; set; }Required. 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.
| Property Value | |
|---|---|
| Type | Description |
int |
|