You are here:
Symbol Reference > BaseApplication Namespace >
BaseApplication.eMineListenerProtocol Enumeration
Collapse All
BaseApplication.eMineListenerProtocol Enumeration
Send Feedback
Protocol for Server to listen for when opening the socket(s)
File
Enumerations.cs
Syntax
C++
C#
Visual Basic
Members
enum
eMineListenerProtocol
{
TCPAndUDP
= 0,
TCP
= 1,
UDP
= 2 };
public
enum
eMineListenerProtocol
{
TCPAndUDP
= 0,
TCP
= 1,
UDP
= 2 }
Public
Enum
eMineListenerProtocol
TCPAndUDP
= 0
TCP
= 1
UDP
= 2
End Enum
Members
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)