|
DataCellHeaderImage Property
|
Gets the binary header image of the
DataCell object.
Namespace: GSF.PhasorProtocols.BPAPDCstreamAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.205-beta
Syntax protected override byte[] HeaderImage { get; }
Protected Overrides ReadOnly Property HeaderImage As Byte()
Get
abstract HeaderImage : byte[] with get
override HeaderImage : byte[] with get
function get_HeaderImage();
View SourceProperty Value
ByteRemarks
Although this BPA PDCstream implementation
DataCell will correctly parse a PDCxchng style
stream, one will not be produced. Only a fully formatted stream will ever be produced.
See Also