aswi2022bug-thugs-gitlab/ld_client/LDClient/detection/IT32Utils.cs @ d49f4d79
1 |
using System; |
---|---|
2 |
using System.Collections.Generic; |
3 |
using System.Linq; |
4 |
using System.Text; |
5 |
using System.Threading.Tasks; |
6 |
|
7 |
namespace LDClient.detection { |
8 |
public interface IT32Utils { |
9 |
|
10 |
public bool InitConnection(); |
11 |
public bool ExecuteCommands(); |
12 |
public bool CloseConnection(); |
13 |
|
14 |
}
|
15 |
}
|