openPDC Historian Help
Initialize Method (binaryImage, startIndex, length)
NamespacesTVA.Historian.PacketsPacketType2Initialize(array<Byte>[]()[], Int32, Int32)
Initializes PacketType2 from the specified binaryImage.
Declaration Syntax
C#Visual BasicVisual C++
public override int Initialize(
	byte[] binaryImage,
	int startIndex,
	int length
)
Public Overrides Function Initialize ( _
	binaryImage As Byte(), _
	startIndex As Integer, _
	length As Integer _
) As Integer
public:
virtual int Initialize(
	array<unsigned char>^ binaryImage, 
	int startIndex, 
	int length
) override
Parameters
binaryImage (array< Byte >[]()[])
Binary image to be used for initializing PacketType2.
startIndex (Int32)
0-based starting index of initialization data in the binaryImage.
length (Int32)
Valid number of bytes in binaryImage from startIndex.
Return Value
Number of bytes used from the binaryImage for initializing PacketType2.

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252