This Method removes entries from the BACnet property Device_Address_Binding.
Signature
RemoveDeviceAddressBindings (
[in]BACnetAddressBinding[] AddressBindings
[out]0:UInt32 FirstFailedElementNumber
);
Argument |
Description |
AddressBindings |
Array of address bindings to remove from the entries in the BACnet property Device_Address_Binding. The BACnetAddressBinding DataType is defined in 10.5.3. |
FirstFailedElementNumber |
The numerical position, starting at 1, of the failed element in the AddressBindings. If the call succeeds or fails for other reasons, the returned value shall be 0. |
Method Result Codes
ResultCode |
Description |
BadNodeIdUnknown |
This status is returned for the BACnet error codes UNKNOWN_OBJECT and UNKNOWN_PROPERTY |
BadTypeMismatch |
This status is returned for the BACnet error codes INVALID_DATATYPE |
BadOutOfRange |
This status is returned for the BACnet error code VALUE_OUT_OF_RANGE |
BadNotWritable |
This status is returned for the BACnet error code WRITE_ACCESS_DENIED |
BadNotFound |
This status is returned for the BACnet error code LIST_ELEMENT_NOT_FOUND |