commonBacObj_s class final
Structure to define the Object Properties common to all Objects.
- Inheritance
- Implemented types
- Available extensions
Constructors
Properties
-
address
→ Pointer<
T> -
Available on T, provided by the StructAddress extension
The memory address of the underlying data.no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- mObject_Type → BACnetObjectType
-
no setter
- mObject_TypeAsInt ↔ int
-
The BACnet type of this object (ie, what class is this object from?).
This property, of type BACnetObjectType, indicates membership in a
particular object type class. Each inherited class will be of one type.
getter/setter pair
- Object_Instance_Number ↔ int
-
The instance number for this class instance.
getter/setter pair
-
Object_Name
↔ Array<
Char> -
Object Name; must be unique.
This property, of type CharacterString, shall represent a name for
the object that is unique within the BACnet Device that maintains it.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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