AbstractNetworkWifiProfile

AbstractNetworkWifiProfile ⇐ BusinessModel

Kind: global abstract class
Extends: BusinessModel
Model:
Properties

NameTypeDescription
isNetworkWifiProfileboolean

flag (always true)

ssidString

Network Wireless access-point SSID (Service Set Identifier)

bssidString

Network Wireless access-point BSSID (Basic Service Set Identifier)

enableboolean

true if the Network Wireless profile is enabled

keyString

Network Wireless profile key

channelString

Network Wireless profile channel

bitRatenumber

Network Wireless profile bitrate

AbstractNetworkWifiProfile()

Model holding a Network Wireless profile.