C# Mine
ContentsIndexHome
PreviousUpNext
eGatewayType Enumeration

Type of the gateway. Certain settings are interpreted differently for different types of gateways

Syntax
C#
public enum eGatewayType { USB = 2, USBPro = 28, Ethernet_3_0 = 7, CGW2 = 17, CGW3 = 25, ELTE = 30, LTE = 32, EGW2 = 33 }

Enumerations.cs

Members 
Description 
USB = 2 
Configurations will be sent and interpreted as if from a USB Gateway  
Ethernet_3_0 = 7 
Configurations will be sent and interpreted as if from an Ethernet Gateway  
CGW2 = 17 
Configurations will be sent and interpreted as if from a Cellular Gateway  
ELTE = 30 
Configurations will be sent and interpreted as if from a LTE Gateway  
EGW2 = 33 
Configurations will be sent and interpreted as if from an Ethernet Gateway 2  
Copyright (c) 2017. All rights reserved.
What do you think about this topic? Send feedback!