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