NodeOPCUA API Documentation
    Preparing search index...

    Interface InternalNotification

    interface InternalNotification {
        monitoredItemId?: number;
        notification: StatusChangeNotification | QueueItem;
        publishTime: Date;
        start_tick: number;
    }
    Index

    Properties

    monitoredItemId?: number
    publishTime: Date
    start_tick: number