C# Mine
ContentsIndexHome
PreviousUpNext
eMineListenerProtocol Enumeration

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

Syntax
C#
public enum eMineListenerProtocol { TCPAndUDP = 0, TCP = 1, UDP = 2 }

Enumerations.cs

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)  
Copyright (c) 2017. All rights reserved.
What do you think about this topic? Send feedback!