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);

 

Presets these properties 

GatewayType GatewayFirmwareVersion RadioFirmwareVersion Host Port SecurityKey 

Sets all other properties to default values @param gatewayID Numeric Identifier of the gateway. @param gatewayType type of gateway @param gatewayFirmwareVersion Gateway firmware version. @param radioFirmwareVersion Radio firmware version. @param hostAddress IP address or DNS Resolvable host name address the gateway uses to communicate to the server. @param port Port the gateway will use to communicate to the server. @param key Static pre-shared key for initializing encryption handshake.

Copyright (c) 2022. All rights reserved.
What do you think about this topic? Send feedback!