📄 host_8h.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>BlueLab: host.h File Reference</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.3.8 --><div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="annotated.html">Data Structures</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Data Fields</a> | <a class="qindex" href="globals.html">Globals</a></div><h1>host.h File Reference</h1>Communicated over a Bluetooth host transport. <a href="#_details">More...</a><p><h2>Functions</h2><ul><li><a class="el" href="csrtypes_8h.html#a4">uint16</a> <a class="el" href="host_8h.html#a0">HostSendMessage</a> (<a class="el" href="csrtypes_8h.html#a4">uint16</a> *msg)<dl class="el"><dd class="mdescRight">Send a message to the host on BCSP:13. <a href="#a0"></a><br></dl></ul><hr><a name="_details"></a><h2>Detailed Description</h2>Communicated over a Bluetooth host transport. <p><hr><h2>Function Documentation</h2><a class="anchor" name="a0" doxytag="host.h::HostSendMessage" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> <a class="el" href="csrtypes_8h.html#a4">uint16</a> HostSendMessage </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top"><a class="el" href="csrtypes_8h.html#a4">uint16</a> * </td> <td class="mdname1" valign="top" nowrap> <em>msg</em> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Send a message to the host on BCSP:13. <p><dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td></td><td valign=top><em>msg</em> </td><td>The message (block) to send. If the block has been malloc'd then it will be free'd automatically as part of this call. Non-malloc'd blocks (for example, constant arrays) will be copied into a block malloc'd by the call, and that block will be used instead.</td></tr> </table></dl>Returns the length of the block sent on success, zero otherwise. </td> </tr></table></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -