Table of Contents

Interface IConnectedDeviceLock<T>

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

A lock on a device connection.

public interface IConnectedDeviceLock<T> : IDisposable

Type Parameters

T

The type of the device-specific connection object.

Inherited Members

Properties

Connection

Gets the device-specific connection object.

T Connection { get; }

Property Value

T