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

Method getBMPType

Server/src/bmp/parseBMP.cpp:1022–1024  ·  view source on GitHub ↗

* get current BMP message type */

Source from the content-addressed store, hash-verified

1020 * get current BMP message type
1021 */
1022char parseBMP::getBMPType() {
1023 return bmp_type;
1024}
1025
1026/**
1027 * get current BMP message length

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected