new GetLogPDU(sequence, connectionID, clusterVersion, types) → {Kinetic}
Parameters:
Name | Type | Description |
---|---|---|
sequence |
number | monotonically increasing number for each request in a TCP connection. |
connectionID |
number | the connectionID received from the InitPDU |
clusterVersion |
number | the version of the cluster received from the InitPDU |
types |
Array.<number> | = [0, 1, 2, 4, 5, 6] - logs types needed |
- Source:
Returns:
- message structure following the kinetic protocol
- Type
- Kinetic