Class DataSource.Types.Device
Captures metadata about the device that recorded the measurement.
Implements
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class DataSource.Types.Device : IMessage<DataSource.Types.Device>, IEquatable<DataSource.Types.Device>, IDeepCloneable<DataSource.Types.Device>, IBufferMessage, IMessage
Constructors
Device()
Declaration
public Device()
Device(Device)
Declaration
public Device(DataSource.Types.Device other)
Parameters
| Type | Name | Description |
|---|---|---|
| DataSource.Types.Device | other |
Properties
DisplayName
Optional. An optional name for the device.
Declaration
public string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FormFactor
Optional. Captures the form factor of the device.
Declaration
public DataSource.Types.Device.Types.FormFactor FormFactor { get; set; }
Property Value
| Type | Description |
|---|---|
| DataSource.Types.Device.Types.FormFactor |
Manufacturer
Optional. An optional manufacturer of the device.
Declaration
public string Manufacturer { get; set; }
Property Value
| Type | Description |
|---|---|
| string |