Click or drag to resize

AlertDestination Class

Enumeration of the various alert destinations which can be set on Zebra Printers.
Inheritance Hierarchy
SystemObject
  Zebra.Sdk.SettingsAlertDestination

Namespace:  Zebra.Sdk.Settings
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
[JsonObjectAttribute]
public class AlertDestination

The AlertDestination type exposes the following members.

Properties
  NameDescription
Public propertyDestinationAsSGDString
Returns the alert destination as a string.
Public propertyDestinationName
Gets/Sets the alert destination name.
Top
Methods
  NameDescription
Public methodStatic memberCreateAlertDestination
Creates an AlertDestination based on the destination.
Public methodStatic memberCreateAlertDestinationFromName
Creates an AlertDestination based on the destinationName. DestinationName
Public methodEquals
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the alert destination.
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldStatic memberBLUETOOTH
Alert Destination 'Bluetooth'
Public fieldStatic memberEMAIL
Alert Destination 'E-Mail'
Public fieldStatic memberHTTP
Alert Destination 'HTTP-POST'
Public fieldStatic memberPARALLEL
Alert Destination 'Parallel'
Public fieldStatic memberSDK
Alert Destination 'SDK'
Public fieldStatic memberSERIAL
Alert Destination 'Serial'
Public fieldStatic memberSNMP
Alert Destination 'SNMP'
Public fieldStatic memberTCP
Alert Destination 'TCP'
Public fieldStatic memberUDP
Alert Destination 'UDP'
Public fieldStatic memberUSB
Alert Destination 'USB'
Top
See Also