Class encapsulating serial port auto-detection behavior
Declaration Syntax
C# | Visual Basic | Visual C++ |
public class AutoDetect
Public Class AutoDetect
public ref class AutoDetect
Members
All Members | Constructors | Methods | Properties | Fields | |
Icon | Member | Description |
---|---|---|
AutoDetect()()() |
Constructor
| |
AutoDetectId |
List of device ID's which have been auto-detected
| |
ConnectionName |
Name of the connection (ComPort) on which a device was detected
| |
DeviceDetected |
True if a device has been detected
| |
Done()()() |
Clean up any resources used by the autodetect class
| |
Equals(Object) | (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.) | |
SendExploratory()()() |
Send any required exploratory packet to invoke a detectable respose
| |
ToString()()() | (Inherited from Object.) |
Inheritance Hierarchy
Object | |
AutoDetect |