Click or drag to resize

IAdapterGetShortStatus Method

Gets a short one-line adapter status.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
string GetShortStatus(
	int maxLength
)

Parameters

maxLength  Int32
Maximum number of available characters for display.

Return Value

String
A short one-line summary of the current adapter status.
See Also