WirelessCryptoType Enumeration
|
Specifies the wireless cryptographic security type.
Namespace:
Zebra.Sdk.Card.Enumerations
Assembly:
SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax public enum WirelessCryptoType
Public Enumeration WirelessCryptoType
public enum class WirelessCryptoType
Members
| Member name | Value | Description |
---|
| NONE | 0 |
None.
|
| RC4 | 1 |
RC4.
|
| TKIP | 2 |
TKIP.
|
| CCMP | 3 |
CCMP.
|
See Also