Click or drag to resize

MultiSourceFrameImageParserBaseTSourceIdentifier, TTypeIdentifier, TOutputTypeWrite Method

Note: This API is now obsolete.

Not implemented. Consumers should call the Parse(TSourceIdentifier, Byte, Int32, Int32) method instead to make sure data source source ID gets tracked with data buffer.

Namespace: GSF.Parsing
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("MultiSourceFrameImageParserBase requires consumers call Parse overload that takes data source identifier as an argument", 
	true)]
public override void Write(
	byte[] buffer,
	int offset,
	int count
)
View Source

Parameters

buffer  Byte
A Byte array.
offset  Int32
An Int32 for the count.
count  Int32
An Int32 for the offset.

Implements

IBinaryImageParserWrite(Byte, Int32, Int32)
Exceptions
ExceptionCondition
NotImplementedExceptionThis method should not be called directly.
See Also