interface GetMonitoredItemsResult {
    clientHandles: Uint32Array;
    serverHandles: Uint32Array;
    statusCode: StatusCode;
}

Properties

clientHandles: Uint32Array

array of clientHandles for all MonitoredItems of the subscription identified by subscriptionId.

serverHandles: Uint32Array

array of serverHandles for all MonitoredItems of the subscription identified by subscriptionId.

statusCode: StatusCode