MCPcopy Create free account
hub / github.com/SNAS/openbmp / getBMPLength

Method getBMPLength

Server/src/bmp/parseBMP.cpp:1031–1033  ·  view source on GitHub ↗

* get current BMP message length * * The length returned does not include the version 3 common header length */

Source from the content-addressed store, hash-verified

1029 * The length returned does not include the version 3 common header length
1030 */
1031uint32_t parseBMP::getBMPLength() {
1032 return bmp_len;
1033}
1034
1035/**
1036 * Enable/Disable debug

Callers 1

ReadIncomingMsgMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected