sd2snesConnectionManager ​
A manager for the sd2snes serial connection.
Kind: Class
Namespace: ConnectorLib.sd2snes
Inheritance: IDisposable → INotifyPropertyChanged
Public Constructors
sd2snesConnectionManager()
Initializes a new instance of the ConnectorLib.sd2snes.sd2snesConnectionManager class.
Public Member Functions
void
Shutdown()
Shuts down the sd2snes connection manager, stopping the USB watcher and any active connections.
void
WaitForTermination()
Waits for the sd2snes connection manager to terminate.
void
Dispose()
Clean up any resources being used.
Properties
bool
Issd2snesConnected
[get, ]
Gets whether or the sd2snes is connected.
Events
PropertyChangedEventHandler
PropertyChanged
Event that is raised when a property changes.
