Interface IRadioTableStat

interface IRadioTableStat {
    ast_be_xmit: null | number;
    ast_cst: null;
    ast_txto: null;
    channel: number;
    cu_self_rx: number;
    cu_self_tx: number;
    cu_total: number;
    extchannel: number;
    gain: number;
    guest-num_sta: number;
    name: string;
    num_sta: number;
    radio: string;
    satisfaction: number;
    state: string;
    tx_packets: number;
    tx_power: number;
    tx_retries: number;
    user-num_sta: number;
}

Properties

ast_be_xmit: null | number
ast_cst: null
ast_txto: null
channel: number
cu_self_rx: number
cu_self_tx: number
cu_total: number
extchannel: number
gain: number
guest-num_sta: number
name: string
num_sta: number
radio: string
satisfaction: number
state: string
tx_packets: number
tx_power: number
tx_retries: number
user-num_sta: number

Generated using TypeDoc