Interface

GSSDP-1.6GSSDPClientConstructorProps

interface ConstructorProps {
    active: boolean;
    address: Gio.InetAddress;
    address_family: Gio.SocketFamily;
    addressFamily: Gio.SocketFamily;
    boot_id: number;
    bootId: number;
    config_id: number;
    configId: number;
    host_ip: string;
    host_mask: Gio.InetAddressMask;
    hostIp: string;
    hostMask: Gio.InetAddressMask;
    interface: string;
    msearch_port: number;
    msearchPort: number;
    network: string;
    port: number;
    server_id: string;
    serverId: string;
    socket_ttl: number;
    socketTtl: number;
    uda_version: GSSDP.UDAVersion;
    udaVersion: GSSDP.UDAVersion;
}

Hierarchy (View Summary)

Index

Properties

active: boolean
address: Gio.InetAddress
address_family: Gio.SocketFamily
addressFamily: Gio.SocketFamily
boot_id: number
bootId: number
config_id: number
configId: number
host_ip: string
host_mask: Gio.InetAddressMask
hostIp: string
interface: string
msearch_port: number
msearchPort: number
network: string
port: number
server_id: string
serverId: string
socket_ttl: number
socketTtl: number
uda_version: GSSDP.UDAVersion
udaVersion: GSSDP.UDAVersion