BACnet_IP_Broadcast_Distribution_Table_Entry class final

BACnet/IP Broadcast Distribution Table (BDT)

The BDT consists of one entry for the address of the BBMD for the local IP subnet and an entry for the BBMD on each remote IP subnet to which broadcasts are to be forwarded. Each entry consists of the 6-octet B/IP address with which the BBMD is accessed and a 4-octet broadcast distribution mask. @{

Inheritance
  • Object
  • Struct
  • BACnet_IP_Broadcast_Distribution_Table_Entry
Implemented types
Available extensions

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
broadcast_mask BACNET_IP_BROADCAST_DISTRIBUTION_MASK
Broadcast Distribution Mask
getter/setter pair
dest_address BACNET_IP_ADDRESS
BACnet/IP address
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
next Pointer<BACnet_IP_Broadcast_Distribution_Table_Entry>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
valid bool
true if valid entry - false if not
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited