Table of Contents

Class Device

Namespace
adas_core.Domain.Models.MongoModels
Assembly
adas-core.Domain.dll

Represents a device entity within the application.

public class Device
Inheritance
Device
Inherited Members
Extension Methods

Properties

Battery

public int? Battery { get; set; }

Property Value

int?

Color

public string? Color { get; set; }

Property Value

string

Connected

public bool Connected { get; set; }

Property Value

bool

CreatedAt

public DateTime CreatedAt { get; set; }

Property Value

DateTime

DeviceType

public DeviceType DeviceType { get; set; }

Property Value

DeviceType

Id

public ObjectId Id { get; set; }

Property Value

ObjectId

Key

public string? Key { get; set; }

Property Value

string

MacAddr

public string? MacAddr { get; set; }

Property Value

string

Name

public string? Name { get; set; }

Property Value

string

PointOfCareIds

public List<ObjectId> PointOfCareIds { get; set; }

Property Value

List<ObjectId>

Ready

public bool Ready { get; set; }

Property Value

bool

SerialNumber

public string? SerialNumber { get; set; }

Property Value

string

Settings

public DeviceSettings? Settings { get; set; }

Property Value

DeviceSettings

UpdatedAt

public DateTime UpdatedAt { get; set; }

Property Value

DateTime

Uuid

public string? Uuid { get; set; }

Property Value

string