Revision 269
small chat working with DR.mk
nctp.h | ||
---|---|---|
11 | 11 |
* @param port Port to send message to |
12 | 12 |
* @param num Number of pairs of address/numbytes to send |
13 | 13 |
*/ |
14 |
int nctp_send(int port, size_t num, uint8_t* ptr[], size_t sz[]);
|
|
14 |
int nctp_send(int base_addr, size_t num, uint8_t* ptr[], size_t sz[]);
|
|
15 | 15 |
|
16 |
int ntcp_get(int port, uint8_t *dest);
|
|
16 |
int nctp_get (int base_addr, uint8_t **dest);
|
|
17 | 17 |
|
18 | 18 |
#endif //NCTP_H_INCLUDED |
Also available in: Unified diff