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