Interface IPortStatus

interface IPortStatus {
    id: string;
    plugged: boolean;
    type: LANWAN;
}

Properties

Properties

id: string
plugged: boolean
type: LANWAN

Generated using TypeDoc