Rerouter

Command 0x28: Get Rerouter Variable#

ubyte string
Variable Rerouter ID

Asks for the value of a certain variable of the named Rerouter.

The following variable values can be retrieved, the type of the return value is also shown in the table.

Overview Retrievable Rerouter Variables

Variable ValueType Description Python Method
id list (0x00) stringList Returns a list of ids of all current RouteProbes (the given Rerouter ID is ignored) getIDList
count (0x01) int Returns the number of current RouteProbes (the given Rerouter ID is ignored) getIDCount

Response 0x38: Rerouter Variable#

ubyte string ubyte <return_type>
Variable Rerouter ID Return type of the variable <VARIABLE_VALUE>

The respond to a "Command Get Rerouter Variable".