Interface SockTabEntry_SockAddr

interface SockTabEntry_SockAddr {
    Ip: string;
    Port: number;
}

Properties

Properties

Ip: string
Port: number