Interface ICamIpcXmlPropPointer
IPC for instance of a property of a specific type (data tree element)
Assembly: CAMIPC.XmlProp.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("5A14E9DB-4A95-473D-8B94-1F4765684718")]
public interface ICamIpcXmlPropPointer
Properties
Arr[string]
Declaration
ICamIpcXmlPropArray Arr[string Name] { get; }
Parameters
Type |
Name |
Description |
string |
Name |
|
Property Value
Bol[string]
Declaration
bool Bol[string Name] { get; set; }
Parameters
Type |
Name |
Description |
string |
Name |
|
Property Value
CStr[string]
Declaration
string CStr[string Name] { get; }
Parameters
Type |
Name |
Description |
string |
Name |
|
Property Value
Flt[string]
Declaration
double Flt[string Name] { get; set; }
Parameters
Type |
Name |
Description |
string |
Name |
|
Property Value
Int[string]
Declaration
int Int[string Name] { get; set; }
Parameters
Type |
Name |
Description |
string |
Name |
|
Property Value
Ptr[string]
Declaration
ICamIpcXmlPropPointer Ptr[string Name] { get; }
Parameters
Type |
Name |
Description |
string |
Name |
|
Property Value
Str[string]
Declaration
string Str[string Name] { get; set; }
Parameters
Type |
Name |
Description |
string |
Name |
|
Property Value
Methods
GetInstanceId()
Get unique identifier of current instance (used in IPC messages)
Declaration
Returns