commandport

class guerilla.commandport

Bases: object

static close(port)

Close a live command port opened with commandport.open

Parameters:port (int) –
static open(port)

Open a live command port

Parameters:port (int) –
Returns:true if successfully open
Return type:bool