Discovery Class |
Namespace: Flir.Atlas.Live.Discovery
public class Discovery : IDisposable
The Discovery type exposes the following members.
Name | Description | |
---|---|---|
Dispose |
Dispose discovery resources.
| |
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Start |
Start searching for devices on all supported interfaces.
| |
Start(Int32) |
Synchronous scan for devices.
| |
Start(Interface) |
Start searching for devices.
| |
Stop |
Stop scanning for devices.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
IsScanning |
Checks if the scanner is active.
|
Name | Description | |
---|---|---|
DeviceError |
This event is raised when an error occurs in the scanner.
| |
DeviceFound |
This event is raised when a camera device is added to the collection.
| |
DeviceLost |
This event is raised when a camera device is removed from the collection.
|