Table of Contents

Interface IRegisteredDevice

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

A registered device.

public interface IRegisteredDevice

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.

object Device { get; }

Property Value

object

HealthCheckName

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

string HealthCheckName { get; }

Property Value

string