IncomingMessage
- class c104.IncomingMessage
This class represents incoming messages and provides access to structured properties interpreted from incoming messages
- first(self: c104.IncomingMessage) None
reset message information element pointer to first position
- Return type:
None
- next(self: c104.IncomingMessage) bool
move message information element pointer to next position, starting by first one
- Returns:
True, if another information element exists, otherwise False
- Return type:
- property info
value (read-only)
- Type:
- property is_select_command
test if message is a point command and has select flag set (read-only)
- Type:
- property number_of_object
represents the number of information objects (read-only) (deprecated, use
number_of_objectsinstead)- Type:
- property number_of_objects
represents the number of information objects contained in this message (read-only)
- Type:
Deprecated since version 2.1.0: number_of_object was renamed to number_of_objects. The old property name will be removed in c104 3.0.0.