Interface IConnectedDeviceLock<T>
A lock on a device connection.
public interface IConnectedDeviceLock<T> : IDisposable
Type Parameters
TThe type of the device-specific connection object.
- Inherited Members
Properties
Connection
Gets the device-specific connection object.
T Connection { get; }
Property Value
- T