Click or drag to resize

JobUtilZmotifReserveDevice Method

Requests a reservation to a shared printer.

Namespace:  Zebra.Sdk.Card.Zmotif.Job
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
int ReserveDevice(
	ReservationType reservationType
)

Parameters

reservationType
Type: Zebra.Sdk.Card.EnumerationsReservationType
The type of reservation to request.

Return Value

Type: Int32
A request specific reservation token.
Exceptions
ExceptionCondition
ConnectionExceptionIf the device is busy or there is a error communicating with the printer.
ZebraCardExceptionIf a printer error occurs.
See Also