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