bacpypes icon indicating copy to clipboard operation
bacpypes copied to clipboard

Does it support PrivateTransfer request?

Open g3gant opened this issue 5 years ago • 1 comments

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!

g3gant avatar Feb 10 '20 06:02 g3gant

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.

JoelBender avatar Feb 10 '20 14:02 JoelBender