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.275-beta+6cd8c2deb04a1aae6d4ac315ff222aabe4b2a6dd
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