diff options
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration/Services/IExternalBridgeClient.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Integration/Services/IExternalBridgeClient.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Integration/Services/IExternalBridgeClient.cs b/Software/Visual_Studio/Tango.Integration/Services/IExternalBridgeClient.cs index c5cb1d378..573a9d07c 100644 --- a/Software/Visual_Studio/Tango.Integration/Services/IExternalBridgeClient.cs +++ b/Software/Visual_Studio/Tango.Integration/Services/IExternalBridgeClient.cs @@ -17,6 +17,12 @@ namespace Tango.Integration.Services String IPAddress { get; set; } + ExternalBridgeClientType Type { get; } + + String ComPort { get; } + + String Device { get; } + Task<bool> Authenticate(String password); } } |
