- added function GooseSubscriber_getParserError

pull/291/head
Michael Zillgith 5 years ago
parent 146dbb9057
commit 8ac9a732df

@ -72,6 +72,12 @@ GooseSubscriber_isValid(GooseSubscriber self)
return true; return true;
} }
GooseParseError
GooseSubscriber_getParseError(GooseSubscriber self)
{
return self->parseError;
}
void void
GooseSubscriber_setDstMac(GooseSubscriber self, uint8_t dstMac[6]) GooseSubscriber_setDstMac(GooseSubscriber self, uint8_t dstMac[6])
{ {

Loading…
Cancel
Save