<< Click to Display Table of Contents >> Navigation: »No topics above this level« TracePointData Constructor |
Initializes the instance
[Visual Basic]
<CLSCompliant(IsCompliant:=False)> _
Public Overloads Sub New( _
ByVal iecFormat As UInt32, _
ByVal typeLenght As UInt32, _
ByVal pData As IntPtr, _
ByVal dataLen As UInt32, _
ByRef dataOffset As Integer _
)
[C#]
[CLSCompliant(IsCompliant=False)]
uint iecFormat,
uint typeLenght,
IntPtr pData,
uint dataLen,
ref int dataOffset
);
iecFormat
The IEC format.
typeLenght
Length of the type.
pData
Pointer to data.
dataLen
Length of data.
dataOffset
Data offset.
TracePointData Class | BR.AN.PviServices Namespace | TracePointData Constructor Overload List
Generated from assembly BR.AN.PviServices [8.1.0.4]