Interface IPort

interface IPort {
    ifname: string;
    name: string;
    throughputRx: number;
    throughputTx: number;
    type: lanwan;
    usageRx: number;
    usageTx: number;
}

Properties

ifname: string
name: string
throughputRx: number
throughputTx: number
type: lanwan
usageRx: number
usageTx: number

Generated using TypeDoc