Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 289 | f9daq | 1 | [PROLOGIX_Open] |
| 2 | Class="Function" |
||
| 3 | Prototype="int PROLOGIX_Open(int port);" |
||
| 4 | |||
| 5 | [PROLOGIX_Send] |
||
| 6 | Class="Function" |
||
| 7 | Prototype="int PROLOGIX_Send(char *command);" |
||
| 8 | |||
| 9 | [PROLOGIX_Receive] |
||
| 10 | Class="Function" |
||
| 11 | Prototype="int PROLOGIX_Receive(char *received, int length);" |
||
| 12 | |||
| 13 | [PROLOGIX_SetAddr] |
||
| 14 | Class="Function" |
||
| 15 | Prototype="int PROLOGIX_SetAddr(int *primaryAddr, int *secondaryAddr);" |
||
| 16 | |||
| 17 | [PROLOGIX_Close] |
||
| 18 | Class="Function" |
||
| 19 | Prototype="void PROLOGIX_Close();" |
||
| 20 |