Interface LocalPttStopCommand

Stop PTT on a net.

interface LocalPttStopCommand {
    netId: number;
    type: "ptt.stop";
}

Properties

Properties

netId: number
type: "ptt.stop"