MonAPI | |
(monapi) | MonAPI Library |
Functions | |
monapi-message-send | Wrapper of Message::send API. |
monapi-name-whereis | Wrapper of monapi_name_whereis API. |
Constants | |
MSG_OK | MSG_OK |
MSG_STARTED | MSG_STARTED |
MSG_INTERRUPTED | MSG_INTERRUPTED |
MSG_TIMER | MSG_TIMER |
MSG_READ_READY | MSG_READ_READY |
MSG_WRITE_READY | MSG_WRITE_READY |
MSG_TEXT | MSG_TEXT |
MSG_STOP | MSG_STOP |
MonAPI Library
Functions | |
monapi-message-send | Wrapper of Message::send API. |
monapi-name-whereis | Wrapper of monapi_name_whereis API. |
Constants | |
MSG_OK | MSG_OK |
MSG_STARTED | MSG_STARTED |
MSG_INTERRUPTED | MSG_INTERRUPTED |
MSG_TIMER | MSG_TIMER |
MSG_READ_READY | MSG_READ_READY |
MSG_WRITE_READY | MSG_WRITE_READY |
MSG_TEXT | MSG_TEXT |
MSG_STOP | MSG_STOP |
Wrapper of Message::send API.
(monapi-message-send dest header arg1 arg2 arg3 bv)
dest | destination thread id as exact integer. |
header | message header as exact integer. |
arg1 | message arg1 as exact integer. |
arg2 | message arg2 as exact integer. |
arg3 | message arg3 as exact integer. |
bv | message str as bytevector, should be less than equal 128 byte. |