Used to acquire a human readable string of the current errors/warnings passed to this instance

Namespace:  ZSDK_API.Printer
Assembly:  ZSDK_API (in ZSDK_API.dll) Version: 1.1.123.0

Syntax

C#
public string[] GetStatusMessage()
Visual Basic (Declaration)
Public Function GetStatusMessage As String()

Return Value

a human readable string array of the current errors/warnings passed to this instance

See Also