SettingsHelperUtilZmotifGetPanelPowerLevel Method
|
Returns the power level of the specific panel.
Namespace:
Zebra.Sdk.Card.Zmotif.Settings
Assembly:
SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax ParameterInfo GetPanelPowerLevel(
PanelType panel
)
Function GetPanelPowerLevel (
panel As PanelType
) As ParameterInfo
ParameterInfo^ GetPanelPowerLevel(
PanelType panel
)
Parameters
- panel
- Type: Zebra.Sdk.Card.EnumerationsPanelType
The ribbon panel.
Return Value
Type:
ParameterInfoThe ribbon panel power level and range.
Exceptions Exception | Condition |
---|
ConnectionException | If the device is busy or there is an error communicating with the printer. |
SettingsException | If the panel is invalid or an error occurs while retrieving the panel power level. |
See Also