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.276-beta+3dd4b43be3e31323696af3ab6b14b705e6420d69
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