Object_Name property

  1. @Array.multi<NativeType>([32])
Array<Char> Object_Name
getter/setter pair

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.

Implementation

@ffi.Array.multi([32])
external ffi.Array<ffi.Char> Object_Name;