Protocol for Server to listen for when opening the socket(s)

Namespace: Monnit.Mine
Assembly: 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 nameValueDescription
TCPAndUDP0 Server will listen to both TCP and UDP communication (Ethernet, Cellular, and USB Gateways)
TCP1 Server will listen to only TCP communication (Ethernet and USB Gateways)
UDP2 Server will listen to only UDP communication (Cellular Gateways)

See Also