first use of libmbus
This commit is contained in:
@ -81,6 +81,7 @@ static void parseAndPrintFrame(t_longframe *frame) {
|
||||
logMsg("papf parse: %d", r);
|
||||
|
||||
char *xml = mbus_frame_data_xml(&frame_data);
|
||||
logMsg("xml ptr: %p", xml);
|
||||
if (xml != NULL) {
|
||||
logMsg("XML: %s", xml);
|
||||
free(xml);
|
||||
|
Reference in New Issue
Block a user