NodeOPCUA API Documentation
    Preparing search index...
    interface ISubscriber {
        _watchDog?: WatchDog;
        _watchDogData?: IWatchdogData2;
        keepAlive?: () => void;
        onClientSeen?: () => void;
        watchdogReset: () => void;
    }
    Index

    Properties

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