dbxMessage.h | Doc |
This class is easy to use. You only have to know the position of the first message list node in the stream (from the corresponding message info object).
Returns the length of the message read from the dbx file. The length of the message stored in the corresponding message info object is not correct(mostly).
This function returns a pointer to the whole message.
OE stores the messages with 0x0d 0x0a ("\r\n") at the end of each line. This function removes all 0x0d.
I used this function to log my results while I tried to decode the dbx file format.
Used for the ShowResults function. Counts th header and body lines of the message.