[go: up one dir, main page]

Menu

Commit [r206]  Maximize  Restore  History

This problem was caused during an attempt to reallocate an APDU buffer

to accomodate a larger size (all those property requests fill up quickly).
The allocation for the proper new buffer size was backwards
(using <= instead of >).
This has been fixed in the CheckSpace method of BACnetAPDUEncoder.

There may still be a problem with a rpm request that must be segmented.
This can be verified by testing this MAX script on a device that supports
segmentation.

madanner 2002-10-22

changed /trunk/VTS3/BACnetLibrary/BACnetAPDUEncoder.cpp