onvif
    Preparing search index...

    Interface NetworkProtocol

    interface NetworkProtocol {
        enabled: boolean;
        extension?: NetworkProtocolExtension;
        name: NetworkProtocolType;
        port?: number[];
    }
    Index
    enabled: boolean

    Indicates if the protocol is enabled or not.

    Network protocol type string.

    port?: number[]

    The port that is used by the protocol.