TracePointData Constructor

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TracePointData Constructor

BR.AN.PviServices .NET


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)]

TracePointData(

  uint iecFormat,

  uint typeLenght,

  IntPtr pData,

  uint dataLen,

  ref int dataOffset

);

Parameters

iecFormat

The IEC format.

typeLenght

Length of the type.

pData

Pointer to data.

dataLen

Length of data.

dataOffset

Data offset.

See Also

TracePointData Class | BR.AN.PviServices Namespace | TracePointData Constructor Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]