ZebraCardPrinter Interface |
Namespace: Zebra.Sdk.Card.Printer
The ZebraCardPrinter type exposes the following members.
Name | Description | |
---|---|---|
Connection |
Gets/sets the printer's connection.
|
Name | Description | |
---|---|---|
Cancel |
Cancels all jobs or a specific job.
(Inherited from JobUtil.) | |
CheckForAlarm |
Gets the printer's current alarm code.
(Inherited from DeviceUtil.) | |
ClearOcpDisplay |
Clears any custom line data from the OCP and returns it to the main view.
(Inherited from DeviceUtil.) | |
Destroy |
Clean up all the resources and stop any running threads.
(Inherited from JobUtil.) | |
EjectCard |
Sends the card to the eject bin.
(Inherited from JobUtil.) | |
GetAllJobSettings |
Retrieve all settings and their attributes.
(Inherited from JobControlProvider.) | |
GetAllJobSettingValues |
Retrieves all of the device's setting values.
(Inherited from JobControlProvider.) | |
GetAllSettings |
Retrieve all settings and their attributes.
(Inherited from SettingsProvider.) | |
GetAllSettingValues |
Retrieves all of the device's setting values.
(Inherited from SettingsProvider.) | |
GetAvailableSettings |
Retrieve all of the setting identifiers for a device.
(Inherited from SettingsProvider.) | |
GetCardCount |
Returns the printer's total card count values.
(Inherited from DeviceUtil.) | |
GetJobList |
Returns a list of all the current jobs in the printer's queue.
(Inherited from JobUtil.) | |
GetJobSettingRange |
Retrieves the allowable range for a setting.
(Inherited from JobControlProvider.) | |
GetJobSettings |
Retrieve all of the setting identifiers for a device.
(Inherited from JobControlProvider.) | |
GetJobSettingsValues |
Retrieves the device's setting values for a list of setting IDs.
(Inherited from JobControlProvider.) | |
GetJobSettingType |
Returns the data type of the setting.
(Inherited from JobControlProvider.) | |
GetJobSettingValue |
Retrieves the device's setting value for a setting ID.
(Inherited from JobControlProvider.) | |
GetJobStatus |
Returns the job status for the specified jobId.
(Inherited from JobUtil.) | |
GetMagneticEncoderConfiguration |
Returns the printer's magnetic encoder configuration.
(Inherited from DeviceUtil.) | |
GetMediaInformation |
Returns a List of the printer's installed media information.
(Inherited from DeviceUtil.) | |
GetOcpDisplay |
Returns the line data currently displayed on the printer's OCP.
(Inherited from DeviceUtil.) | |
GetPrintCapability |
Returns the transfer type of the printer.
(Inherited from DeviceUtil.) | |
GetPrinterInformation |
Returns the printer's specific device information.
(Inherited from DeviceUtil.) | |
GetPrinterStatus |
Returns the printer's current status information.
(Inherited from DeviceUtil.) | |
GetSensorStates |
Returns the printer's sensor states.
(Inherited from DeviceUtil.) | |
GetSensorValues |
Returns the printer's sensor values.
(Inherited from DeviceUtil.) | |
GetSettingRange |
Retrieves the allowable range for a setting.
(Inherited from SettingsProvider.) | |
GetSettingsValues |
Retrieves the device's setting values for a list of setting IDs.
(Inherited from SettingsProvider.) | |
GetSettingType |
Returns the data type of the setting.
(Inherited from SettingsProvider.) | |
GetSettingValue |
Retrieves the device's setting value for a setting id.
(Inherited from SettingsProvider.) | |
GetSmartCardConfigurations |
Returns the printer's smart card encoder configurations.
(Inherited from DeviceUtil.) | |
HasLaminator |
Returns true if the printer includes a laminator.
(Inherited from DeviceUtil.) | |
HasMagneticEncoder |
Returns true if the printer includes a magnetic encoder.
(Inherited from DeviceUtil.) | |
HasSmartCardEncoder |
Returns true if the printer includes a smart card encoder.
(Inherited from DeviceUtil.) | |
IsJobSettingReadOnly |
Returns true if the setting is read only.
(Inherited from JobControlProvider.) | |
IsJobSettingValid |
Returns true if value is valid for the given setting.
(Inherited from JobControlProvider.) | |
IsJobSettingWriteOnly |
Returns true if the setting is write only.
(Inherited from JobControlProvider.) | |
IsSettingReadOnly |
Returns true if the setting is read only.
(Inherited from SettingsProvider.) | |
IsSettingValid |
Returns true if value is valid for the given setting.
(Inherited from SettingsProvider.) | |
IsSettingWriteOnly |
Returns true if the setting is write only.
(Inherited from SettingsProvider.) | |
MagEncode |
Encodes a magnetic card for the current job.
(Inherited from JobUtil.) | |
PositionCard |
Moves a card from the specified source to the specified destination.
(Inherited from JobUtil.) | |
Prints a card.
(Inherited from JobUtil.) | ||
PrintAndMagEncode |
Writes the magnetic encoding data and prints a card.
(Inherited from JobUtil.) | |
PrintTemplate |
Prints a card from the provided templatejobData.
(Inherited from JobUtil.) | |
ProcessSettingsViaMap |
Change or retrieve printer settings.
(Inherited from SettingsProvider.) | |
ReadMagData(DataSource) |
Reads the data from a magnetically encoded card.
(Inherited from JobUtil.) | |
ReadMagData(DataSource, Boolean) |
Reads the data from a magnetically encoded card.
(Inherited from JobUtil.) | |
RegisterAlarmHandler |
Registers a callback routine for asynchronous reporting of printer alarm conditions.
(Inherited from DeviceUtil.) | |
Reprint |
Reprints the last rendered job.
(Inherited from JobUtil.) | |
Reset |
Resets the printer.
(Inherited from DeviceUtil.) | |
Resume |
Resumes the processing of a held job such as a smart card encoding job.
(Inherited from JobUtil.) | |
SetConnection |
Sets the printer connection.
| |
SetJobSetting |
Sets the setting to the given value.
(Inherited from JobControlProvider.) | |
SetJobSettings |
Set more than one setting.
(Inherited from JobControlProvider.) | |
SetOcpDisplay |
Displays the specified line data on the printer's OCP.
(Inherited from DeviceUtil.) | |
SetSetting |
Sets the setting to the given value.
(Inherited from SettingsProvider.) | |
SetSettings |
Set more than one setting.
(Inherited from SettingsProvider.) | |
SmartCardEncode |
Positions a card at the smart card station, suspends the job to allow the card to be read or encoded, and waits for Resume
to be called before completing the job.
(Inherited from JobUtil.) | |
UpdateFirmware(String) |
Updates the printers firmware.
(Inherited from DeviceUtil.) | |
UpdateFirmware(String, CardFirmwareUpdateHandler) |
Updates the printers firmware.
(Inherited from DeviceUtil.) |