Sends a message over the message queue.
impl MsgQueue {
fn send(&self, msg: &[u8], priority: u16) -> Result<(), Errno>
}| Name | Description |
|---|---|
| msg | The message to be sent. |
| priority | The priority of the message. |
The priority should be between 0 and i16::max().