bacpypes
bacpypes copied to clipboard
Does it support PrivateTransfer request?
I'm want to build some tool, which will allow to work with trendlogs inside a controller. It's using PrivateTransfer function for it. Could you please explain me how to use it if it is supported? And thank you for you huge work!
Look for the classes in apdu.py that start with ConfirmedPrivateTransfer and end in Request, ACK, and Error. The vendorID and serviceNumber are very simple, encoding and decoding the serviceParameters can get tricky but most of the time the they are just application or context encoded primitive values.