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, WSA = 29, Ethernet_3_0 = 7, CGW2 = 17, CGW3 = 25, CGW3_INT = 26, IoT = 30, LTE_4G = 32, Ethernet_Gateway_4 = 33, POEX = 35 }

Enumerations.cs

Members 
Description 
USB = 2 
Configurations will be sent and interpreted as if from a USB Gateway  
USBPro = 28 
Configurations will be sent and interpreted as if from a USB Pro Gateway  
WSA = 29 
Configurations will be sent and interpreted as if from a WSA 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  
CGW3 = 25 
Configurations will be sent and interpreted as if from a 3G Cellular Gateway  
CGW3_INT = 26 
Configurations will be sent and interpreted as if from an International 3G Cellular Gateway  
IoT = 30 
Configurations will be sent and interpreted as if from an IoT Gateway  
LTE_4G = 32 
Configurations will be sent and interpreted as if from a 4G LTE Gateway  
Ethernet_Gateway_4 = 33 
Configurations will be sent and interpreted as if from an Ethernet Gateway 2  
POEX = 35 
Configurations will be sent and interpreted as if from a POE Sensor  
Copyright (c) 2022. All rights reserved.
What do you think about this topic? Send feedback!