Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to read property PROP_OBJECT_LIST #141

Open
chenjing1294 opened this issue Jul 26, 2024 · 0 comments
Open

Failed to read property PROP_OBJECT_LIST #141

chenjing1294 opened this issue Jul 26, 2024 · 0 comments

Comments

@chenjing1294
Copy link

In ObjectBrowseSample, if the latest BACnet library is used, the following call will fail

var objectIdList = await sender.ReadPropertyAsync(adr, deviceObjId, BacnetPropertyIds.PROP_OBJECT_LIST);

Because there is no RoutedDestination in Complex-ACK, adr.Equals(_address) in BacnetAsyncResult.OnComplexAck returns false.

1
2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant