maxon.MachineInterface

Description

This class is the entry point to access machine interfaces.
So there is no difference if the machine is running local or remote via rpc.

Inheritance diagram

Inheritance

Parent Class:

Child Class:

Methods Signature

GetMachineInfo()

Returns information about the system and processor.

GetUniqueId()

Returns the service name of the local machine.

Methods Definition

MachineInterface.GetMachineInfo()
Returns information about the system and processor.
Returns

System and processor information.

Return type

maxon.MACHINEINFO

MachineInterface.GetUniqueId()

Returns the service name of the local machine. This name is a unique name which allows to identify the machine.

Returns

The service name.

Return type

str