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.
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.See
maxon.MACHINEINFO
formaxon.DataDictionary
properties.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