ConnectionChannel Enumeration
|
For printers that support both Status and Printing channel (Link OS printers).
Namespace: Zebra.Sdk.CommAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
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