Impact Acquire SDK .NET
DeviceWillBeClosedEventArgs Class Reference

A class containing data generated by an event triggered when a device is about to get closed. More...

Inheritance diagram for DeviceWillBeClosedEventArgs:
[legend]

Public Member Functions

 DeviceWillBeClosedEventArgs (Device device)
 Creates a new mv.impact.acquire.DeviceWillBeClosedEventArgs instance.
 

Properties

Device device [get]
 A reference to the mv.impact.acquire.Device that is about to get closed.
 

Detailed Description

A class containing data generated by an event triggered when a device is about to get closed.

Constructor & Destructor Documentation

◆ DeviceWillBeClosedEventArgs()

Creates a new mv.impact.acquire.DeviceWillBeClosedEventArgs instance.

Parameters
[in]deviceA reference to the mv.impact.acquire.Device that is about to get closed.

Property Documentation

◆ device

Device device
get

A reference to the mv.impact.acquire.Device that is about to get closed.