Click or drag to resize
Grid Solutions Framework

DNP3InputAdapterGetShortStatus Method

Gets a short one-line status of this DNP3InputAdapter.

Namespace: DNP3Adapters
Assembly: Dnp3Adapters (in Dnp3Adapters.dll) Version: 2.4.177-beta
Syntax
public override string GetShortStatus(
	int maxLength
)
View Source

Parameters

maxLength  Int32
Maximum number of available characters for display.

Return Value

String
A short one-line summary of the current status of this DNP3InputAdapter.

Implements

IAdapterGetShortStatus(Int32)
See Also