NetBurner 3.5.0
PDF Version
 
Command Processor Listen Channels

Enumerations

enum  ListenOn : int8_t { eListenOnTcp = 1 , eListenOnSsh = 2 }
 The various remote channels that the command processor can listen to. More...
 

Detailed Description

Enumeration Type Documentation

◆ ListenOn

enum ListenOn : int8_t

#include <command.h>

The various remote channels that the command processor can listen to.

Enumerator
eListenOnTcp 

Listen on TCP.

eListenOnSsh 

Listen on SSH.