Skip to content

Failed to read property PROP_OBJECT_LIST #141

@chenjing1294

Description

@chenjing1294

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions