Interface PeerData

interface PeerData {
    channelID: number;
    netID: number;
}

Properties

Properties

channelID: number
netID: number