Interface ICamIpcWriteToReportProbingAction
Write To Report action. XML type: TWriteToReportCycleAction. Stores the measured value into a report with a component/feature index.
Namespace: CAMIPC.ModelFormerTypes
Assembly: CAMIPC.ModelFormerTypes.dll
Syntax
[Guid("828695AA-D7B7-4543-AC79-46D904F689D2")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcWriteToReportProbingAction
Properties
ComponentNumber
Component number for the report entry. Writing switches to explicit mode.
Declaration
int ComponentNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
FeatureNumber
Feature number for the report entry. Writing switches to explicit mode.
Declaration
int FeatureNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
GetInstanceId()
Get unique identifier of current instance (used in IPC messages)
Declaration
string GetInstanceId()
Returns
| Type | Description |
|---|---|
| string |