Home
last modified time | relevance | path

Searched refs:multiple (Results 1 – 1 of 1) sorted by relevance

/edtt-3.6.0-3.5.0-3.4.0/src/components/
Dbasic_commands.py3060 def get_event(transport, idx, to, multiple=False): argument
3062 cmd = struct.pack('<HHB', Commands.CMD_GET_EVENT_REQ, 1, 1 if multiple else 0);
3065 nBytes = 3 if multiple else 10;
3071 if multiple: