Add project files.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace TheXamlGuy.Framework.Serial;
|
||||
|
||||
public interface ISerialConnection
|
||||
{
|
||||
bool IsOpen { get; }
|
||||
|
||||
void Close();
|
||||
|
||||
bool Open();
|
||||
}
|
||||
Reference in New Issue
Block a user