PrinterStatusMessagesGetStatusMessage Method
|
Used to acquire a human readable string of the current errors/warnings passed to this instance.
Namespace:
Zebra.Sdk.Printer
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.13.898
Syntax public string[] GetStatusMessage()
Public Function GetStatusMessage As String()
public:
array<String^>^ GetStatusMessage()
Return Value
Type:
StringA human readable string array of the current errors/warnings passed to this instance.
See Also