Objects

Top  Previous  Next

Objects represent the various component part of your platform. For example, a platform with a serial port might have a ser object. A platform can be described as a collection of objects.

Under Tibbo Basic, the set of object you get for each platform is fixed. You cannot add new objects or create multiple instances of the same object.

Objects have properties, methods and events. A property can be likened to an attribute of the object, and a method is an action that the object can perform. Events are described in the next section.

Objects are covered in further detail under Objects, Events and Platform Functions.