onvif
    Preparing search index...

    Interface Receiver

    Description of a receiver, including its token and configuration.

    interface Receiver {
        configuration: ReceiverConfiguration;
        token: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    configuration: ReceiverConfiguration

    Describes the configuration of the receiver.

    token: string

    Unique identifier of the receiver.