getGatewayStatus method
Returns the current Gateway state for the socket connection
Implementation
String getGatewayStatus() {
return gatewayState;
}
Returns the current Gateway state for the socket connection
String getGatewayStatus() {
return gatewayState;
}