Click or drag to resize

HeaderCell(IHeaderFrame, Byte) Constructor

Creates a new HeaderCell from specified parameters.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public HeaderCell(
	IHeaderFrame parent,
	byte character
)
View Source

Parameters

parent  IHeaderFrame
A reference to the parent ICommandFrame for this HeaderCell.
character  Byte
ASCII character as a Byte that represents this HeaderCell.
See Also