new GetVersionResponsePDU(ackSequence, dbVersionArg, code, errorMessageArg) → {Kinetic}
Parameters:
Name | Type | Description |
---|---|---|
ackSequence |
number | monotically increasing number for each request in a TCP connection |
dbVersionArg |
number | the version of the object in the DB |
code |
number | response code (SUCCESS, FAIL) |
errorMessageArg |
Buffer | Detailed error message. |
- Source:
Returns:
- message structure following the kinetic protocol
- Type
- Kinetic