openPDC Historian Help
PacketType11 Constructor (binaryImage, startIndex, length)
NamespacesTVA.Historian.PacketsPacketType11PacketType11(array<Byte>[]()[], Int32, Int32)
Initializes a new instance of the PacketType11 class.
Declaration Syntax
C#Visual BasicVisual C++
public PacketType11(
	byte[] binaryImage,
	int startIndex,
	int length
)
Public Sub New ( _
	binaryImage As Byte(), _
	startIndex As Integer, _
	length As Integer _
)
public:
PacketType11(
	array<unsigned char>^ binaryImage, 
	int startIndex, 
	int length
)
Parameters
binaryImage (array< Byte >[]()[])
Binary image to be used for initializing PacketType11.
startIndex (Int32)
0-based starting index of initialization data in the binaryImage.
length (Int32)
Valid number of bytes in binaryImage from startIndex.

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