'Declaration
Public Function New( _ ByVal networkMessageNumber As Integer, _ ByVal dataSetOffset As Integer, _ ByVal groupVersion As Long _ )
'Usage
Dim networkMessageNumber As Integer Dim dataSetOffset As Integer Dim groupVersion As Long Dim instance As New UAUadpDataSetReaderMessageParameters(networkMessageNumber, dataSetOffset, groupVersion)
public UAUadpDataSetReaderMessageParameters( int networkMessageNumber, int dataSetOffset, long groupVersion )
public: UAUadpDataSetReaderMessageParameters( int networkMessageNumber, int dataSetOffset, int64 groupVersion )
Parameters
- networkMessageNumber
- The number of the network message inside a publishing interval in which the dataset message is published.
Valid values of this parameter are in the range from
0
to65535
. - dataSetOffset
- Defines the offset for the dataset message inside the corresponding network message.
Valid values of this parameter are in the range from
0
to65535
. - groupVersion
- Defines the expected value in the group version field in the header of the network message.
Valid values of this parameter are in the range from
0
to4294967295
.