added handler for npdu.

This commit is contained in:
skarg
2005-03-17 19:17:38 +00:00
parent 3f9235eb59
commit 14fab39517
+5
View File
@@ -74,4 +74,9 @@ int npdu_decode(
BACNET_ADDRESS *src,
BACNET_NPDU_DATA *npdu_data);
void npdu_handler(
BACNET_ADDRESS *src, // source address
uint8_t *pdu, // PDU data
uint16_t pdu_len); // length PDU
#endif