Interface ICamIpcMachineInfo
Global information about the machine of CAM system
Namespace: CAMIPC.TechOperation
Assembly: CAMIPC.TechOperation.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("3882595F-CACA-4EEB-95DF-5EFD0BCA9CF6")]
public interface ICamIpcMachineInfo
Properties
GUID
Global identifier GUID of the machine schema
Declaration
string GUID { get; }
Property Value
| Type | Description |
|---|---|
| string |
MachineCaption
User friendly machine name
Declaration
string MachineCaption { get; }
Property Value
| Type | Description |
|---|---|
| string |
SchemaFilePath
Path to the machine schema file
Declaration
string SchemaFilePath { get; }
Property Value
| Type | Description |
|---|---|
| string |
XMLNodeName
ID of machine's root XML node inside schema file
Declaration
string XMLNodeName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
GetInstanceId()
Get unique identifier of current instance (used in IPC messages)
Declaration
string GetInstanceId()
Returns
| Type | Description |
|---|---|
| string |