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()
| SmartCardDeviceNetworkConfiguration | ( | String | localIpAddress, |
| String | netmask, | ||
| String | gateway, | ||
| String | dnsServer, | ||
| String | dhcp, | ||
| String | hostName | ||
| ) |
Constructor
- Parameters
-
device IP address device netmask device gateway device dns server device dhcp is enabled device hostname
Member Function Documentation
◆ getDhcp()
| String getDhcp | ( | ) |
- Returns
- if device dhcp is enabled
◆ getDnsServer()
| String getDnsServer | ( | ) |
- Returns
- device dns server
◆ getGateway()
| String getGateway | ( | ) |
- Returns
- device gateway
◆ getHostName()
| String getHostName | ( | ) |
- Returns
- device hostname
◆ getLocalIpAddress()
| String getLocalIpAddress | ( | ) |
- Returns
- local ip addess
◆ getNetmask()
| String getNetmask | ( | ) |
- Returns
- device netmask