Click or drag to resize

FrameParserBaseTFrameIdentifierOnUnknownFrameTypeEncountered Method

Handles unknown frame types.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
protected virtual void OnUnknownFrameTypeEncountered(
	TFrameIdentifier frameType
)
View Source

Parameters

frameType  TFrameIdentifier
Unknown frame ID.
See Also