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: 3.0.3271
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
(Overrides ObjectEquals(Object))
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Public methodGetType
(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