7
C library
The library of the magic bus defines a set of seven C functions.
- mb_bind
- Opens a connection with a bus.
- mb_unbind
- Closes a connection with a bus.
- mb_register
- Enables a process to receive messages.
- mb_probe
- Queries how many processes are registered under a given name.
- mb_send
- Sends a message.
- mb_reply
- Replies to a message.
- mb_receive
- Reads an incoming message.
Comments