Update av_api.md

This commit is contained in:
Peter Maatman 2013-11-01 11:50:46 +01:00
parent fb13210477
commit 6c0cfd08e6

View File

@ -4,9 +4,9 @@ Take toxmsi/phone.c as a reference
Initialization: Initialization:
''' ```
phone_t* initPhone(uint16_t _listen_port, uint16_t _send_port); phone_t* initPhone(uint16_t _listen_port, uint16_t _send_port);
''' ```
function initializes sample phone. _listen_port and _send_port are variables only meant function initializes sample phone. _listen_port and _send_port are variables only meant
for local testing. You will not have to do anything regarding to that since for local testing. You will not have to do anything regarding to that since