Click or drag to resize

DeviceUtilSetOcpDisplay Method

Displays the specified line data on the printer's OCP.

Namespace:  Zebra.Sdk.Card.Device
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
void SetOcpDisplay(
	OcpDisplayInfo ocpDisplay
)

Parameters

ocpDisplay
Type: Zebra.Sdk.Card.ContainersOcpDisplayInfo
Instance populated with the OCP line data to be displayed.
Exceptions
ExceptionCondition
ConnectionExceptionIf there is an error communicating with the printer.
SettingsExceptionIf an error occurs while setting the OCP display information.
ZebraCardExceptionIf the printer model is not supported or the device is busy.
Remarks
For ZMotif Series 7, 8, and 9 printers only.
See Also