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.256-beta+0e7e94d39a9b10efe7e26e3b8d5130afc0dd4d74
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