Variable DefaultGetExternalIpByUPnPOptionsConst

DefaultGetExternalIpByUPnPOptions: {
    checkIp: ((ip) => boolean);
    debug: boolean;
    multicastIp: string;
    port: number;
    timeoutMilliseconds: number;
} = ...

Type declaration

  • checkIp: ((ip) => boolean)
      • (ip): boolean
      • Parameters

        • ip: string

        Returns boolean

  • debug: boolean
  • multicastIp: string
  • port: number
  • timeoutMilliseconds: number

Since

5.0.3

Version

2023-11-21

Generated using TypeDoc