Click or drag to resize

WirelessNetworkInfo Class

Class for getting/setting the printer's wireless network configuration.
Inheritance Hierarchy
SystemObject
  Zebra.Sdk.Card.ContainersWirelessNetworkInfo

Namespace:  Zebra.Sdk.Card.Containers
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
public class WirelessNetworkInfo

The WirelessNetworkInfo type exposes the following members.

Constructors
  NameDescription
Public methodWirelessNetworkInfo
Initializes a new instance of the WirelessNetworkInfo class
Top
Properties
  NameDescription
Public propertyAddress
IP address.
Public propertyBSSID
BSSID.
Public propertyChannel
Channel number.
Public propertyCountry
Country.
Public propertyCryptoType
Wireless cryptographic security type.
Public propertyDhcpEnabled
Indicates whether DHCP is enabled.
Public propertyGateway
Gateway.
Public propertyMacAddress
MAC address.
Public propertyRadioEnabled
Indicates if the printer's wireless radio is enabled.
Public propertySecurityType
Wireless security type.
Public propertySnmpEnabled
Indicates whether SNMP is enabled.
Public propertySSID
SSID.
Public propertySubnetMask
Subnet mask.
Public propertyWirelessKey
Wireless key (write-only).
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
For ZMotif Series printers only.
See Also