NodeOPCUA API Documentation
    Preparing search index...

    Interface ISubscriber

    interface ISubscriber {
        _watchDog?: WatchDog;
        _watchDogData?: IWatchdogData2;
        keepAlive?: () => void;
        onClientSeen?: () => void;
        watchdogReset: () => void;
    }

    Implemented by

    Index

    Properties

    _watchDog?: WatchDog
    _watchDogData?: IWatchdogData2
    keepAlive?: () => void
    onClientSeen?: () => void
    watchdogReset: () => void