Protocol for Server to listen for when opening the socket(s)
Namespace: Monnit.MineAssembly: MonnitMineAPI (in MonnitMineAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public enum eMineListenerProtocol |
| Visual Basic |
|---|
Public Enumeration eMineListenerProtocol |
| Visual C++ |
|---|
public enum class eMineListenerProtocol |
| F# |
|---|
type eMineListenerProtocol |
Members
| Member name | Value | Description | |
|---|---|---|---|
| TCPAndUDP | 0 | Server will listen to both TCP and UDP communication (Ethernet, Cellular, and USB Gateways) | |
| TCP | 1 | Server will listen to only TCP communication (Ethernet and USB Gateways) | |
| UDP | 2 | Server will listen to only UDP communication (Cellular Gateways) |