Java Mine
ContentsIndexHome
PreviousUpNext
Gateway.Gateway Constructor (int, eGatewayType, String, String, String, int, SecretKey)
Syntax
Java
public Gateway(int gatewayID, eGatewayType gatewayType, String gatewayFirmwareVersion, String radioFirmwareVersion, String hostAddress, int port, SecretKey key);
Parameters 
Description 
int gatewayID 
Numeric Identifier of the gateway.  
eGatewayType gatewayType 
type of gateway  
String gatewayFirmwareVersion 
Gateway firmware version.  
String radioFirmwareVersion 
Radio firmware version.  
String hostAddress 
IP address or DNS Resolvable host name address the gateway uses to communicate to the server.  
int port 
Port the gateway will use to communicate to the server.  
SecretKey key 
Static pre-shared key for initializing encryption handshake. 

 

Presets these properties 

GatewayType GatewayFirmwareVersion RadioFirmwareVersion Host Port SecurityKey 

Sets all other properties to default values

@2015 all rights reserved
What do you think about this topic? Send feedback!