@achingbrain/ssdp
    Preparing search index...

    Interface NotifyMessage

    interface NotifyMessage {
        LOCATION: string;
        NT: string;
        NTS: "ssdp:alive" | "ssdp:byebye";
        USN: string;
        ttl(): number;
    }
    Index

    Properties

    Methods

    Properties

    LOCATION: string
    NT: string
    NTS: "ssdp:alive" | "ssdp:byebye"
    USN: string

    Methods