Added TSM timeout callback function.

This commit is contained in:
skarg
2013-10-16 17:41:10 +00:00
parent c9daf98061
commit ec1ffa8598
2 changed files with 21 additions and 0 deletions
+8
View File
@@ -80,10 +80,18 @@ typedef struct BACnet_TSM_Data {
unsigned apdu_len;
} BACNET_TSM_DATA;
typedef void (
*tsm_timeout_function) (
uint8_t invoke_id);
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
void tsm_set_timeout_handler(
tsm_timeout_function pFunction);
bool tsm_transaction_available(
void);
uint8_t tsm_transaction_idle_count(