Returned data by server for cnsGetCompletionsCallback

Example

{
data: [
'DasSystem.Erster View:Beispiele.Float.Sub Float.Trend1',
'TheSystem.First View:Examples.Float.Sub Float.Trend1',
'System1.View1:Examples.Float.SubFloat.Trend1'
],
dps: [
'System1:ExampleDP_Trend1.',
'System1:ExampleDP_Trend1.',
'System1:ExampleDP_Trend1.',
]
}
interface CnsGetCompletionsData {
    data: string[];
    dps: string[];
}

Properties

Properties

data: string[]
dps: string[]