SoDaRadio-5.0.3-master:8901fb5
|
Variables | |
sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) | |
string | host = '192.168.10.2' |
int | port = 49172 |
tuple | msg = ("ON00NO\r", "ST00TS\r") |
int | sel = 0 |
reply | |
rport | |
string n200serport.host = '192.168.10.2' |
Definition at line 13 of file n200serport.py.
tuple n200serport.msg = ("ON00NO\r", "ST00TS\r") |
Definition at line 17 of file n200serport.py.
int n200serport.port = 49172 |
Definition at line 14 of file n200serport.py.
n200serport.reply |
Definition at line 29 of file n200serport.py.
n200serport.rport |
Definition at line 29 of file n200serport.py.
int n200serport.sel = 0 |
Definition at line 18 of file n200serport.py.
n200serport.sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) |
Definition at line 8 of file n200serport.py.