Instance Propertymongokitten 7.9.5MongoCore
messageLength
The total length of the message, including the header
MessageHeader.swift:20let messageLength: Int32
Other members in extension
Types
Type members
init(bodyLength: Int32, requestId: Int32, responseTo: Int32, opCode: OpCode
) static let byteSize: Int32
Instance members
var bodyLength: Int32
The length of the message body, excluding the header
var opCode: OpCode
The type of message
var requestId: Int32
The request id, used to match replies to requests
var responseTo: Int32
The response id, used to match replies to requests