A maxon::MachineInterface interface represents either the local machine (running Cinema 4D) or a machine connected via RPC. Typically one accesses the local machine to obtain specific interfaces.
maxon::MachinesInterface gives access to the local or connected machines:
A maxon::MachineInterface represents the local machine or a connected machine.
The connection state is stored as maxon::MACHINESTATE.
General information on the machine can be obtained with:
A maxon::MachineInterface gives access to various interfaces:
The maxon::MachineInterface provides this observable:
ObservableMessageReceived:
Called when the machine receives a message.