Click or drag to resize
Grid Solutions Framework

GSFDeviceAlarmStateAdapterGetShortStatus Method

Gets a short one-line status of this adapter.

Namespace:  GrafanaAdapters
Assembly:  GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.3.250-beta
Syntax
public override string GetShortStatus(
	int maxLength
)
Request Example View Source

Parameters

maxLength
Type: SystemInt32
Maximum number of available characters for display.

Return Value

Type: String
A short one-line summary of the current status of this adapter.

Implements

IAdapterGetShortStatus(Int32)
See Also