Table of Contents

Interface IRegisteredDevice<TDevice>

Namespace
Acuit.Pinpoint.IO
Assembly
Acuit.Pinpoint.IO.Abstractions.dll

A registered device.

public interface IRegisteredDevice<TDevice> where TDevice : class

Type Parameters

TDevice

Properties

Definition

Gets the definition for a configured device.

ConfiguredDeviceDefinition Definition { get; }

Property Value

ConfiguredDeviceDefinition

Device

Gets the device, or null if the device could not be created.

TDevice Device { get; }

Property Value

TDevice

HealthCheckName

Gets the health check name that was assigned to this device.

string HealthCheckName { get; }

Property Value

string