|
MultiSourceFrameImageParserBaseTSourceIdentifier, TTypeIdentifier, TOutputTypeWrite Method
|
Note: This API is now obsolete.
Namespace: GSF.ParsingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.248-beta+a497a19de709fd99e2448886199a2c8824265ddf
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
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("MultiSourceFrameImageParserBase requires consumers call Parse overload that takes data source identifier as an argument",
true)>
Public Overrides Sub Write (
buffer As Byte(),
offset As Integer,
count As Integer
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"MultiSourceFrameImageParserBase requires consumers call Parse overload that takes data source identifier as an argument",
true)]
virtual void Write(
array<unsigned char>^ buffer,
int offset,
int count
) override
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("MultiSourceFrameImageParserBase requires consumers call Parse overload that takes data source identifier as an argument",
true)>]
abstract Write :
buffer : byte[] *
offset : int *
count : int -> unit
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("MultiSourceFrameImageParserBase requires consumers call Parse overload that takes data source identifier as an argument",
true)>]
override Write :
buffer : byte[] *
offset : int *
count : int -> unit
function Write(buffer, offset, count);
View SourceParameters
- buffer Byte
- A Byte array.
- offset Int32
- An Int32 for the count.
- count Int32
- An Int32 for the offset.
Implements
IBinaryImageParserWrite(Byte, Int32, Int32)
ExceptionsException | Condition |
---|
NotImplementedException | This method should not be called directly. |
See Also