Package | Description |
---|---|
com.zebra.sdk.common.card.containers |
Provides containers for Zebra Card Printer objects.
|
com.zebra.sdk.common.card.enumerations |
Provides card printer enumerated objects.
|
Modifier and Type | Field and Description |
---|---|
java.util.EnumSet<IPVersion> |
DiscoveryConfiguration.internetProtocolVersions
Internet Protocol versions to use for discovery.
|
Constructor and Description |
---|
DiscoveryConfiguration(int retries,
int timeout,
java.util.EnumSet<IPVersion> ipVersion,
java.util.EnumSet<PrinterType> printerType)
Sets the network discovery configuration parameters.
|
Modifier and Type | Method and Description |
---|---|
static IPVersion |
IPVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IPVersion[] |
IPVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
© 2016 ZIH Corp. All Rights Reserved.