public sealed class StatusUpdate : IMessage<StatusUpdate>, IEquatable<StatusUpdate>, IDeepCloneable<StatusUpdate>, IBufferMessage, IMessageReference documentation and code samples for the Device Streaming v1 API class StatusUpdate.
A StatusUpdate message given over the ADB protocol for the device state.
Implements
IMessageStatusUpdate, IEquatableStatusUpdate, IDeepCloneableStatusUpdate, IBufferMessage, IMessageNamespace
Google.Cloud.DeviceStreaming.V1Assembly
Google.Cloud.DeviceStreaming.V1.dll
Constructors
StatusUpdate()
public StatusUpdate()StatusUpdate(StatusUpdate)
public StatusUpdate(StatusUpdate other)| Parameter | |
|---|---|
| Name | Description |
other |
StatusUpdate |
Properties
Features
public string Features { get; set; }A comma-separated list of "features" that this device supports.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Properties
public MapField<string, string> Properties { get; }A map of properties with information about this device.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|
State
public StatusUpdate.Types.DeviceState State { get; set; }The device's state
| Property Value | |
|---|---|
| Type | Description |
StatusUpdateTypesDeviceState |
|