Click or drag to resize

ICommonHeaderTTypeIdentifier Interface

Defines the common header of a frame image for a set of parsed types, consisting at least of a type ID.

Namespace: GSF.Parsing
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.242-beta+5de70bd1c87865d409ebc16b8886196644c0c750
Syntax
public interface ICommonHeader<out TTypeIdentifier>

Type Parameters

TTypeIdentifier
Type of identifier used to distinguish output types.

The ICommonHeaderTTypeIdentifier type exposes the following members.

Properties
 NameDescription
Public propertyState Gets or sets any additional state information that might be needed for parsing.
Public propertyTypeID Gets or sets the identifier used for identifying the Type to be parsed.
Top
Remarks
Header implementations can extend this interface as necessary to accomodate protocol specific header images.
See Also