Device Streaming v1 API - Class Open (1.0.0-beta01)

public sealed class Open : IMessage<Open>, IEquatable<Open>, IDeepCloneable<Open>, IBufferMessage, IMessage

Reference documentation and code samples for the Device Streaming v1 API class Open.

Message for opening a new stream.

Inheritance

object > Open

Namespace

Google.Cloud.DeviceStreaming.V1

Assembly

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