socket_change
- Синтаксис
-
native socket_change(_socket, _timeout=100000);
Переменная | Описание |
---|---|
Нет агрументов |
- Описание
- This function will return true if the state (buffer content) have changed within the last recieve or the timeout, where timeout is a value in µSeconds, (1 sec =1000000 µsec). Use to check if new data is in your socket.