ConnectionChannel Enumeration
             | 
          
        
         
            For printers that support both Status and Printing channel (Link OS printers).
            
 
    Namespace: 
   Zebra.Sdk.Comm
    Assembly:
   SdkApi_Desktop (in SdkApi_Desktop.dll) Version: 2.14.1869
Syntaxpublic enum ConnectionChannel
Public Enumeration ConnectionChannel
public enum class ConnectionChannel
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | STATUS_CHANNEL | 0 | 
            The status channel of a connection.
             | 
 | PRINTING_CHANNEL | 1 | 
            The printing channel of a connection.
             | 
See Also