SmartCardDeviceNetworkConfiguration Class Reference

Public Member Functions

 SmartCardDeviceNetworkConfiguration (String localIpAddress, String netmask, String gateway, String dnsServer, String dhcp, String hostName)
 
String getLocalIpAddress ()
 Get local IP address. More...
 
String getNetmask ()
 Get netmask. More...
 
String getGateway ()
 Get device gateway. More...
 
String getDnsServer ()
 Get device dns server. More...
 
String getDhcp ()
 Get if dhcp is enabled. More...
 
String getHostName ()
 Get local IP address. More...
 

Constructor & Destructor Documentation

SmartCardDeviceNetworkConfiguration ( String  localIpAddress,
String  netmask,
String  gateway,
String  dnsServer,
String  dhcp,
String  hostName 
)

Constructor

Parameters
deviceIP address
devicenetmask
devicegateway
devicedns server
devicedhcp is enabled
devicehostname

Member Function Documentation

String getDhcp ( )
Returns
if device dhcp is enabled
String getDnsServer ( )
Returns
device dns server
String getGateway ( )
Returns
device gateway
String getHostName ( )
Returns
device hostname
String getLocalIpAddress ( )
Returns
local ip addess
String getNetmask ( )
Returns
device netmask