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.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
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