Table of Contents

Class DeviceEvent

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

Represents an event associated with a device, encapsulating information about a device-related occurrence or state change.

public class DeviceEvent
Inheritance
DeviceEvent
Inherited Members
Extension Methods

Remarks

This class is intended to be used as a data carrier for device event notifications or processing.

Properties

ClickType

public ClickType? ClickType { get; set; }

Property Value

ClickType?