|
ISupportBinaryImageGenerateBinaryImage Method
|
Generates binary image of the object and copies it into the given buffer, for
BinaryLength bytes.
Namespace: GSF.ParsingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.205-beta+5ef4169f3b1079d8b163dd363614f656bd140924
Syntax int GenerateBinaryImage(
byte[] buffer,
int startIndex
)
abstract GenerateBinaryImage :
buffer : byte[] *
startIndex : int -> int
function GenerateBinaryImage(buffer, startIndex);
Parameters
- buffer Byte
- Buffer used to hold generated binary image of the source object.
- startIndex Int32
- 0-based starting index in the buffer to start writing.
Return Value
Int32The number of bytes written to the
buffer.
Remarks See Also