Provided a feedback path, so we can find out if our foreign device registration has been NAK'd.

This commit is contained in:
tbrennan3
2011-09-12 21:21:39 +00:00
parent 364293b075
commit ce7e651156
3 changed files with 26 additions and 1 deletions
+5
View File
@@ -101,6 +101,11 @@ struct sockaddr_in; /* Defined elsewhere, needed here. */
uint8_t * npdu,
uint16_t received_bytes);
/** Returns the last BVLL Result we received, either as the result of a BBMD
* request we sent, or (if not a BBMD or Client), from trying to register
* as a foreign device. */
BACNET_BVLC_RESULT bvlc_get_last_result();
#ifdef __cplusplus
}
#endif /* __cplusplus */