Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > 18f163d8470339714afe65905bac971a > files > 148

libguac-devel-1.3.0-1.mga7.armv7hl.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.15"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>libguac: guacamole/protocol.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">libguac
   &#160;<span id="projectnumber">1.3.0</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.15 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
  initMenu('',true,false,'search.php','Search');
  $(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<div id="nav-path" class="navpath">
  <ul>
<li class="navelem"><a class="el" href="dir_6bb9fad85c98b48a11165f494b9f53ce.html">guacamole</a></li>  </ul>
</div>
</div><!-- top -->
<div class="header">
  <div class="headertitle">
<div class="title">protocol.h</div>  </div>
</div><!--header-->
<div class="contents">
<a href="protocol_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="comment">/*</span></div><div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="comment"> * Licensed to the Apache Software Foundation (ASF) under one</span></div><div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment"> * or more contributor license agreements.  See the NOTICE file</span></div><div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment"> * distributed with this work for additional information</span></div><div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment"> * regarding copyright ownership.  The ASF licenses this file</span></div><div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment"> * to you under the Apache License, Version 2.0 (the</span></div><div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment"> * &quot;License&quot;); you may not use this file except in compliance</span></div><div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment"> * with the License.  You may obtain a copy of the License at</span></div><div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment"> *   http://www.apache.org/licenses/LICENSE-2.0</span></div><div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="comment"> * Unless required by applicable law or agreed to in writing,</span></div><div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="comment"> * software distributed under the License is distributed on an</span></div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="comment"> * &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</span></div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment"> * KIND, either express or implied.  See the License for the</span></div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="comment"> * specific language governing permissions and limitations</span></div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="comment"> * under the License.</span></div><div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="comment"> */</span></div><div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;</div><div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="preprocessor">#ifndef _GUAC_PROTOCOL_H</span></div><div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="preprocessor">#define _GUAC_PROTOCOL_H</span></div><div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;</div><div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="layer-types_8h.html">layer-types.h</a>&quot;</span></div><div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="object-types_8h.html">object-types.h</a>&quot;</span></div><div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="protocol-constants_8h.html">protocol-constants.h</a>&quot;</span></div><div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="protocol-types_8h.html">protocol-types.h</a>&quot;</span></div><div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="socket-types_8h.html">socket-types.h</a>&quot;</span></div><div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="stream-types_8h.html">stream-types.h</a>&quot;</span></div><div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="timestamp-types_8h.html">timestamp-types.h</a>&quot;</span></div><div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;</div><div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;<span class="preprocessor">#include &lt;cairo/cairo.h&gt;</span></div><div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;<span class="preprocessor">#include &lt;stdarg.h&gt;</span></div><div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;</div><div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;<span class="comment">/* CONTROL INSTRUCTIONS */</span></div><div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;</div><div class="line"><a name="l00058"></a><span class="lineno">   58</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#ab02be6102d9f4aaa2bbb0b249f09d63e">guac_protocol_send_ack</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, <a class="code" href="structguac__stream.html">guac_stream</a>* stream,</div><div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;        <span class="keyword">const</span> <span class="keywordtype">char</span>* error, <a class="code" href="protocol-types_8h.html#af946f7f843fa5935dbeeb08f85dec9e2">guac_protocol_status</a> status);</div><div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;</div><div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#a6047d380b097ebc7d5f35b167e3419e6">guac_protocol_send_args</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, <span class="keyword">const</span> <span class="keywordtype">char</span>** args);</div><div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160;</div><div class="line"><a name="l00083"></a><span class="lineno">   83</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#ac8dea4393e2ec69d5d27fd0759a70fcb">guac_protocol_send_connect</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, <span class="keyword">const</span> <span class="keywordtype">char</span>** args);</div><div class="line"><a name="l00084"></a><span class="lineno">   84</span>&#160;</div><div class="line"><a name="l00094"></a><span class="lineno">   94</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#afd463766036afda4798edbe788d29524">guac_protocol_send_disconnect</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket);</div><div class="line"><a name="l00095"></a><span class="lineno">   95</span>&#160;</div><div class="line"><a name="l00107"></a><span class="lineno">  107</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#abe696ca7c9841883c5d5bea513d4ee9a">guac_protocol_send_error</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, <span class="keyword">const</span> <span class="keywordtype">char</span>* error,</div><div class="line"><a name="l00108"></a><span class="lineno">  108</span>&#160;        <a class="code" href="protocol-types_8h.html#af946f7f843fa5935dbeeb08f85dec9e2">guac_protocol_status</a> status);</div><div class="line"><a name="l00109"></a><span class="lineno">  109</span>&#160;</div><div class="line"><a name="l00133"></a><span class="lineno">  133</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#a2d276595cea8a2d382240d868487f077">guac_protocol_send_key</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, <span class="keywordtype">int</span> keysym, <span class="keywordtype">int</span> pressed,</div><div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;        <a class="code" href="timestamp-types_8h.html#a69e916d1ff324fbe0e527f32359c9cea">guac_timestamp</a> timestamp);</div><div class="line"><a name="l00135"></a><span class="lineno">  135</span>&#160;</div><div class="line"><a name="l00148"></a><span class="lineno">  148</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#a6f832f5b814129d2819f115d84da3cd0">guac_protocol_send_log</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, <span class="keyword">const</span> <span class="keywordtype">char</span>* format, ...);</div><div class="line"><a name="l00149"></a><span class="lineno">  149</span>&#160;</div><div class="line"><a name="l00171"></a><span class="lineno">  171</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#a3a783d771e1727ba2a82b2298acf4ee4">vguac_protocol_send_log</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, <span class="keyword">const</span> <span class="keywordtype">char</span>* format,</div><div class="line"><a name="l00172"></a><span class="lineno">  172</span>&#160;        va_list args);</div><div class="line"><a name="l00173"></a><span class="lineno">  173</span>&#160;</div><div class="line"><a name="l00209"></a><span class="lineno">  209</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#a8947056262da2f3263b9851370597622">guac_protocol_send_mouse</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, <span class="keywordtype">int</span> x, <span class="keywordtype">int</span> y,</div><div class="line"><a name="l00210"></a><span class="lineno">  210</span>&#160;        <span class="keywordtype">int</span> button_mask, <a class="code" href="timestamp-types_8h.html#a69e916d1ff324fbe0e527f32359c9cea">guac_timestamp</a> timestamp);</div><div class="line"><a name="l00211"></a><span class="lineno">  211</span>&#160;</div><div class="line"><a name="l00232"></a><span class="lineno">  232</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#a94efa63c9895383e142a3f7ce559300b">guac_protocol_send_nest</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, <span class="keywordtype">int</span> index,</div><div class="line"><a name="l00233"></a><span class="lineno">  233</span>&#160;        <span class="keyword">const</span> <span class="keywordtype">char</span>* data);</div><div class="line"><a name="l00234"></a><span class="lineno">  234</span>&#160;</div><div class="line"><a name="l00245"></a><span class="lineno">  245</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#a8fa17d3aa1270b806ac6a386798c6d41">guac_protocol_send_nop</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket);</div><div class="line"><a name="l00246"></a><span class="lineno">  246</span>&#160;</div><div class="line"><a name="l00257"></a><span class="lineno">  257</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#a102b7719fbd9c8ea0eb2dc4f51e26359">guac_protocol_send_ready</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, <span class="keyword">const</span> <span class="keywordtype">char</span>* <span class="keywordtype">id</span>);</div><div class="line"><a name="l00258"></a><span class="lineno">  258</span>&#160;</div><div class="line"><a name="l00271"></a><span class="lineno">  271</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#aa3750a6c0fbf190fb71a6ab0955cb31a">guac_protocol_send_set</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, <span class="keyword">const</span> <a class="code" href="structguac__layer.html">guac_layer</a>* layer,</div><div class="line"><a name="l00272"></a><span class="lineno">  272</span>&#160;        <span class="keyword">const</span> <span class="keywordtype">char</span>* name, <span class="keyword">const</span> <span class="keywordtype">char</span>* value);</div><div class="line"><a name="l00273"></a><span class="lineno">  273</span>&#160;</div><div class="line"><a name="l00284"></a><span class="lineno">  284</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#a8757c7870e648b220dbc76b8292fe5cf">guac_protocol_send_select</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, <span class="keyword">const</span> <span class="keywordtype">char</span>* protocol);</div><div class="line"><a name="l00285"></a><span class="lineno">  285</span>&#160;</div><div class="line"><a name="l00297"></a><span class="lineno">  297</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#aa11f8798abca85fd2b47b5f9a027fa73">guac_protocol_send_sync</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, <a class="code" href="timestamp-types_8h.html#a69e916d1ff324fbe0e527f32359c9cea">guac_timestamp</a> timestamp);</div><div class="line"><a name="l00298"></a><span class="lineno">  298</span>&#160;</div><div class="line"><a name="l00299"></a><span class="lineno">  299</span>&#160;<span class="comment">/* OBJECT INSTRUCTIONS */</span></div><div class="line"><a name="l00300"></a><span class="lineno">  300</span>&#160;</div><div class="line"><a name="l00326"></a><span class="lineno">  326</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#aca9fb516e730233c33da297819f7ae7e">guac_protocol_send_body</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, <span class="keyword">const</span> <a class="code" href="structguac__object.html">guac_object</a>* <span class="keywordtype">object</span>,</div><div class="line"><a name="l00327"></a><span class="lineno">  327</span>&#160;        <span class="keyword">const</span> <a class="code" href="structguac__stream.html">guac_stream</a>* stream, <span class="keyword">const</span> <span class="keywordtype">char</span>* mimetype, <span class="keyword">const</span> <span class="keywordtype">char</span>* name);</div><div class="line"><a name="l00328"></a><span class="lineno">  328</span>&#160;</div><div class="line"><a name="l00347"></a><span class="lineno">  347</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#a3779c2287625af70fb001afbcc739da5">guac_protocol_send_filesystem</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket,</div><div class="line"><a name="l00348"></a><span class="lineno">  348</span>&#160;        <span class="keyword">const</span> <a class="code" href="structguac__object.html">guac_object</a>* <span class="keywordtype">object</span>, <span class="keyword">const</span> <span class="keywordtype">char</span>* name);</div><div class="line"><a name="l00349"></a><span class="lineno">  349</span>&#160;</div><div class="line"><a name="l00365"></a><span class="lineno">  365</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#aefa251505e61332e8e1c27ade0478e64">guac_protocol_send_undefine</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket,</div><div class="line"><a name="l00366"></a><span class="lineno">  366</span>&#160;        <span class="keyword">const</span> <a class="code" href="structguac__object.html">guac_object</a>* <span class="keywordtype">object</span>);</div><div class="line"><a name="l00367"></a><span class="lineno">  367</span>&#160;</div><div class="line"><a name="l00368"></a><span class="lineno">  368</span>&#160;<span class="comment">/* MEDIA INSTRUCTIONS */</span></div><div class="line"><a name="l00369"></a><span class="lineno">  369</span>&#160;</div><div class="line"><a name="l00388"></a><span class="lineno">  388</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#ab92edb38a4df2db402a013422cee6b42">guac_protocol_send_audio</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, <span class="keyword">const</span> <a class="code" href="structguac__stream.html">guac_stream</a>* stream,</div><div class="line"><a name="l00389"></a><span class="lineno">  389</span>&#160;        <span class="keyword">const</span> <span class="keywordtype">char</span>* mimetype);</div><div class="line"><a name="l00390"></a><span class="lineno">  390</span>&#160;</div><div class="line"><a name="l00403"></a><span class="lineno">  403</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#a453e1b22d63a9d07ba23b3a6726c2f06">guac_protocol_send_file</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, <span class="keyword">const</span> <a class="code" href="structguac__stream.html">guac_stream</a>* stream,</div><div class="line"><a name="l00404"></a><span class="lineno">  404</span>&#160;        <span class="keyword">const</span> <span class="keywordtype">char</span>* mimetype, <span class="keyword">const</span> <span class="keywordtype">char</span>* name);</div><div class="line"><a name="l00405"></a><span class="lineno">  405</span>&#160;</div><div class="line"><a name="l00418"></a><span class="lineno">  418</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#a18b2c462077b7c51d211f3db09c30292">guac_protocol_send_pipe</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, <span class="keyword">const</span> <a class="code" href="structguac__stream.html">guac_stream</a>* stream,</div><div class="line"><a name="l00419"></a><span class="lineno">  419</span>&#160;        <span class="keyword">const</span> <span class="keywordtype">char</span>* mimetype, <span class="keyword">const</span> <span class="keywordtype">char</span>* name);</div><div class="line"><a name="l00420"></a><span class="lineno">  420</span>&#160;</div><div class="line"><a name="l00435"></a><span class="lineno">  435</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#a798d57ec3f3cdfa0d9bb4906f02d5127">guac_protocol_send_blob</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, <span class="keyword">const</span> <a class="code" href="structguac__stream.html">guac_stream</a>* stream,</div><div class="line"><a name="l00436"></a><span class="lineno">  436</span>&#160;        <span class="keyword">const</span> <span class="keywordtype">void</span>* data, <span class="keywordtype">int</span> count);</div><div class="line"><a name="l00437"></a><span class="lineno">  437</span>&#160;</div><div class="line"><a name="l00466"></a><span class="lineno">  466</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#ad4b3d3b5741b377a197c02384e4b870e">guac_protocol_send_blobs</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, <span class="keyword">const</span> <a class="code" href="structguac__stream.html">guac_stream</a>* stream,</div><div class="line"><a name="l00467"></a><span class="lineno">  467</span>&#160;        <span class="keyword">const</span> <span class="keywordtype">void</span>* data, <span class="keywordtype">int</span> count);</div><div class="line"><a name="l00468"></a><span class="lineno">  468</span>&#160;</div><div class="line"><a name="l00479"></a><span class="lineno">  479</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#ae1bb569878a14efecccc0c05757d1cae">guac_protocol_send_end</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, <span class="keyword">const</span> <a class="code" href="structguac__stream.html">guac_stream</a>* stream);</div><div class="line"><a name="l00480"></a><span class="lineno">  480</span>&#160;</div><div class="line"><a name="l00502"></a><span class="lineno">  502</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#a657216f2e63d2d42e8624f96def84bf8">guac_protocol_send_video</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, <span class="keyword">const</span> <a class="code" href="structguac__stream.html">guac_stream</a>* stream,</div><div class="line"><a name="l00503"></a><span class="lineno">  503</span>&#160;        <span class="keyword">const</span> <a class="code" href="structguac__layer.html">guac_layer</a>* layer, <span class="keyword">const</span> <span class="keywordtype">char</span>* mimetype);</div><div class="line"><a name="l00504"></a><span class="lineno">  504</span>&#160;</div><div class="line"><a name="l00505"></a><span class="lineno">  505</span>&#160;<span class="comment">/* DRAWING INSTRUCTIONS */</span></div><div class="line"><a name="l00506"></a><span class="lineno">  506</span>&#160;</div><div class="line"><a name="l00524"></a><span class="lineno">  524</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#ad74bc43b5f03b79027bf02d873cd77b3">guac_protocol_send_arc</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, <span class="keyword">const</span> <a class="code" href="structguac__layer.html">guac_layer</a>* layer,</div><div class="line"><a name="l00525"></a><span class="lineno">  525</span>&#160;        <span class="keywordtype">int</span> x, <span class="keywordtype">int</span> y, <span class="keywordtype">int</span> radius, <span class="keywordtype">double</span> startAngle, <span class="keywordtype">double</span> endAngle,</div><div class="line"><a name="l00526"></a><span class="lineno">  526</span>&#160;        <span class="keywordtype">int</span> negative);</div><div class="line"><a name="l00527"></a><span class="lineno">  527</span>&#160;</div><div class="line"><a name="l00543"></a><span class="lineno">  543</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#afda3a1a8285e323fca6aef50cb2feb5e">guac_protocol_send_cfill</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket,</div><div class="line"><a name="l00544"></a><span class="lineno">  544</span>&#160;        <a class="code" href="protocol-types_8h.html#a93612063886db58071d02b5393abf186">guac_composite_mode</a> mode, <span class="keyword">const</span> <a class="code" href="structguac__layer.html">guac_layer</a>* layer,</div><div class="line"><a name="l00545"></a><span class="lineno">  545</span>&#160;        <span class="keywordtype">int</span> r, <span class="keywordtype">int</span> g, <span class="keywordtype">int</span> b, <span class="keywordtype">int</span> a);</div><div class="line"><a name="l00546"></a><span class="lineno">  546</span>&#160;</div><div class="line"><a name="l00557"></a><span class="lineno">  557</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#acbd1869635b752bbf52998613804df00">guac_protocol_send_clip</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, <span class="keyword">const</span> <a class="code" href="structguac__layer.html">guac_layer</a>* layer);</div><div class="line"><a name="l00558"></a><span class="lineno">  558</span>&#160;</div><div class="line"><a name="l00569"></a><span class="lineno">  569</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#a45a3e4e32900594e17c49db6939fc10a">guac_protocol_send_close</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, <span class="keyword">const</span> <a class="code" href="structguac__layer.html">guac_layer</a>* layer);</div><div class="line"><a name="l00570"></a><span class="lineno">  570</span>&#160;</div><div class="line"><a name="l00591"></a><span class="lineno">  591</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#ad035df3781dc19ba2330b02ef1dd6eda">guac_protocol_send_copy</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, </div><div class="line"><a name="l00592"></a><span class="lineno">  592</span>&#160;        <span class="keyword">const</span> <a class="code" href="structguac__layer.html">guac_layer</a>* srcl, <span class="keywordtype">int</span> srcx, <span class="keywordtype">int</span> srcy, <span class="keywordtype">int</span> w, <span class="keywordtype">int</span> h,</div><div class="line"><a name="l00593"></a><span class="lineno">  593</span>&#160;        <a class="code" href="protocol-types_8h.html#a93612063886db58071d02b5393abf186">guac_composite_mode</a> mode, <span class="keyword">const</span> <a class="code" href="structguac__layer.html">guac_layer</a>* dstl, <span class="keywordtype">int</span> dstx, <span class="keywordtype">int</span> dsty);</div><div class="line"><a name="l00594"></a><span class="lineno">  594</span>&#160;</div><div class="line"><a name="l00613"></a><span class="lineno">  613</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#ac6f28f1beb2fa07e1b3f6fa774789fd9">guac_protocol_send_cstroke</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket,</div><div class="line"><a name="l00614"></a><span class="lineno">  614</span>&#160;        <a class="code" href="protocol-types_8h.html#a93612063886db58071d02b5393abf186">guac_composite_mode</a> mode, <span class="keyword">const</span> <a class="code" href="structguac__layer.html">guac_layer</a>* layer,</div><div class="line"><a name="l00615"></a><span class="lineno">  615</span>&#160;        <a class="code" href="protocol-types_8h.html#a4a0205f8ee2e29e1a4d78da74ab58efc">guac_line_cap_style</a> cap, <a class="code" href="protocol-types_8h.html#a6333200b3ff1634e0cb1826b271438b1">guac_line_join_style</a> join, <span class="keywordtype">int</span> thickness,</div><div class="line"><a name="l00616"></a><span class="lineno">  616</span>&#160;        <span class="keywordtype">int</span> r, <span class="keywordtype">int</span> g, <span class="keywordtype">int</span> b, <span class="keywordtype">int</span> a);</div><div class="line"><a name="l00617"></a><span class="lineno">  617</span>&#160;</div><div class="line"><a name="l00634"></a><span class="lineno">  634</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#a17da53514189083fa84aa3cc0bf6883a">guac_protocol_send_cursor</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, <span class="keywordtype">int</span> x, <span class="keywordtype">int</span> y,</div><div class="line"><a name="l00635"></a><span class="lineno">  635</span>&#160;        <span class="keyword">const</span> <a class="code" href="structguac__layer.html">guac_layer</a>* srcl, <span class="keywordtype">int</span> srcx, <span class="keywordtype">int</span> srcy, <span class="keywordtype">int</span> w, <span class="keywordtype">int</span> h);</div><div class="line"><a name="l00636"></a><span class="lineno">  636</span>&#160;</div><div class="line"><a name="l00653"></a><span class="lineno">  653</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#a1b9985b080a339dcd14b95f5e46e8ab5">guac_protocol_send_curve</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, <span class="keyword">const</span> <a class="code" href="structguac__layer.html">guac_layer</a>* layer,</div><div class="line"><a name="l00654"></a><span class="lineno">  654</span>&#160;        <span class="keywordtype">int</span> cp1x, <span class="keywordtype">int</span> cp1y, <span class="keywordtype">int</span> cp2x, <span class="keywordtype">int</span> cp2y, <span class="keywordtype">int</span> x, <span class="keywordtype">int</span> y);</div><div class="line"><a name="l00655"></a><span class="lineno">  655</span>&#160;</div><div class="line"><a name="l00666"></a><span class="lineno">  666</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#aac205e52801a875bfbef02ae237b6b15">guac_protocol_send_identity</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, <span class="keyword">const</span> <a class="code" href="structguac__layer.html">guac_layer</a>* layer);</div><div class="line"><a name="l00667"></a><span class="lineno">  667</span>&#160;</div><div class="line"><a name="l00680"></a><span class="lineno">  680</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#a9271e3b6cc0030b833d18137969a4018">guac_protocol_send_lfill</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket,</div><div class="line"><a name="l00681"></a><span class="lineno">  681</span>&#160;        <a class="code" href="protocol-types_8h.html#a93612063886db58071d02b5393abf186">guac_composite_mode</a> mode, <span class="keyword">const</span> <a class="code" href="structguac__layer.html">guac_layer</a>* layer,</div><div class="line"><a name="l00682"></a><span class="lineno">  682</span>&#160;        <span class="keyword">const</span> <a class="code" href="structguac__layer.html">guac_layer</a>* srcl);</div><div class="line"><a name="l00683"></a><span class="lineno">  683</span>&#160;</div><div class="line"><a name="l00696"></a><span class="lineno">  696</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#afac3f57649c20b5e39c484a52d264005">guac_protocol_send_line</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, <span class="keyword">const</span> <a class="code" href="structguac__layer.html">guac_layer</a>* layer,</div><div class="line"><a name="l00697"></a><span class="lineno">  697</span>&#160;        <span class="keywordtype">int</span> x, <span class="keywordtype">int</span> y);</div><div class="line"><a name="l00698"></a><span class="lineno">  698</span>&#160;</div><div class="line"><a name="l00714"></a><span class="lineno">  714</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#a5b7d621d534126e26178789800a1a5d5">guac_protocol_send_lstroke</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket,</div><div class="line"><a name="l00715"></a><span class="lineno">  715</span>&#160;        <a class="code" href="protocol-types_8h.html#a93612063886db58071d02b5393abf186">guac_composite_mode</a> mode, <span class="keyword">const</span> <a class="code" href="structguac__layer.html">guac_layer</a>* layer,</div><div class="line"><a name="l00716"></a><span class="lineno">  716</span>&#160;        <a class="code" href="protocol-types_8h.html#a4a0205f8ee2e29e1a4d78da74ab58efc">guac_line_cap_style</a> cap, <a class="code" href="protocol-types_8h.html#a6333200b3ff1634e0cb1826b271438b1">guac_line_join_style</a> join, <span class="keywordtype">int</span> thickness,</div><div class="line"><a name="l00717"></a><span class="lineno">  717</span>&#160;        <span class="keyword">const</span> <a class="code" href="structguac__layer.html">guac_layer</a>* srcl);</div><div class="line"><a name="l00718"></a><span class="lineno">  718</span>&#160;</div><div class="line"><a name="l00752"></a><span class="lineno">  752</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#afda8074f65d35795203f392f6688163e">guac_protocol_send_img</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, <span class="keyword">const</span> <a class="code" href="structguac__stream.html">guac_stream</a>* stream,</div><div class="line"><a name="l00753"></a><span class="lineno">  753</span>&#160;        <a class="code" href="protocol-types_8h.html#a93612063886db58071d02b5393abf186">guac_composite_mode</a> mode, <span class="keyword">const</span> <a class="code" href="structguac__layer.html">guac_layer</a>* layer,</div><div class="line"><a name="l00754"></a><span class="lineno">  754</span>&#160;        <span class="keyword">const</span> <span class="keywordtype">char</span>* mimetype, <span class="keywordtype">int</span> x, <span class="keywordtype">int</span> y);</div><div class="line"><a name="l00755"></a><span class="lineno">  755</span>&#160;</div><div class="line"><a name="l00766"></a><span class="lineno">  766</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#ab29ab6edd91e954fd686742c92eab6d4">guac_protocol_send_pop</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, <span class="keyword">const</span> <a class="code" href="structguac__layer.html">guac_layer</a>* layer);</div><div class="line"><a name="l00767"></a><span class="lineno">  767</span>&#160;</div><div class="line"><a name="l00778"></a><span class="lineno">  778</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#a9db04720cbb2bc972f48f2e9332f23a8">guac_protocol_send_push</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, <span class="keyword">const</span> <a class="code" href="structguac__layer.html">guac_layer</a>* layer);</div><div class="line"><a name="l00779"></a><span class="lineno">  779</span>&#160;</div><div class="line"><a name="l00794"></a><span class="lineno">  794</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#a42dc3db797b83accd3418b76648adac5">guac_protocol_send_rect</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, <span class="keyword">const</span> <a class="code" href="structguac__layer.html">guac_layer</a>* layer,</div><div class="line"><a name="l00795"></a><span class="lineno">  795</span>&#160;        <span class="keywordtype">int</span> x, <span class="keywordtype">int</span> y, <span class="keywordtype">int</span> width, <span class="keywordtype">int</span> height);</div><div class="line"><a name="l00796"></a><span class="lineno">  796</span>&#160;</div><div class="line"><a name="l00811"></a><span class="lineno">  811</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#abd34768cdcdf71ad40acc0f02cc77ed1">guac_protocol_send_required</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, <span class="keyword">const</span> <span class="keywordtype">char</span>** required);</div><div class="line"><a name="l00812"></a><span class="lineno">  812</span>&#160;</div><div class="line"><a name="l00823"></a><span class="lineno">  823</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#a5f6433cc21bc043c57fb7c468428373a">guac_protocol_send_reset</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, <span class="keyword">const</span> <a class="code" href="structguac__layer.html">guac_layer</a>* layer);</div><div class="line"><a name="l00824"></a><span class="lineno">  824</span>&#160;</div><div class="line"><a name="l00837"></a><span class="lineno">  837</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#a60d33439eb4b5a11535a9a77e57c4126">guac_protocol_send_start</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, <span class="keyword">const</span> <a class="code" href="structguac__layer.html">guac_layer</a>* layer,</div><div class="line"><a name="l00838"></a><span class="lineno">  838</span>&#160;        <span class="keywordtype">int</span> x, <span class="keywordtype">int</span> y);</div><div class="line"><a name="l00839"></a><span class="lineno">  839</span>&#160;</div><div class="line"><a name="l00860"></a><span class="lineno">  860</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#aecdce272ed4c317c5b7291e42239a1f9">guac_protocol_send_transfer</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, </div><div class="line"><a name="l00861"></a><span class="lineno">  861</span>&#160;        <span class="keyword">const</span> <a class="code" href="structguac__layer.html">guac_layer</a>* srcl, <span class="keywordtype">int</span> srcx, <span class="keywordtype">int</span> srcy, <span class="keywordtype">int</span> w, <span class="keywordtype">int</span> h,</div><div class="line"><a name="l00862"></a><span class="lineno">  862</span>&#160;        <a class="code" href="protocol-types_8h.html#a9c85e3f22f5dea8b2f38de6b4f75b1ff">guac_transfer_function</a> fn, <span class="keyword">const</span> <a class="code" href="structguac__layer.html">guac_layer</a>* dstl, <span class="keywordtype">int</span> dstx, <span class="keywordtype">int</span> dsty);</div><div class="line"><a name="l00863"></a><span class="lineno">  863</span>&#160;</div><div class="line"><a name="l00880"></a><span class="lineno">  880</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#a17058795c93be51c82a9df95eca8e62b">guac_protocol_send_transform</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, </div><div class="line"><a name="l00881"></a><span class="lineno">  881</span>&#160;        <span class="keyword">const</span> <a class="code" href="structguac__layer.html">guac_layer</a>* layer,</div><div class="line"><a name="l00882"></a><span class="lineno">  882</span>&#160;        <span class="keywordtype">double</span> a, <span class="keywordtype">double</span> b, <span class="keywordtype">double</span> c,</div><div class="line"><a name="l00883"></a><span class="lineno">  883</span>&#160;        <span class="keywordtype">double</span> d, <span class="keywordtype">double</span> e, <span class="keywordtype">double</span> f);</div><div class="line"><a name="l00884"></a><span class="lineno">  884</span>&#160;</div><div class="line"><a name="l00885"></a><span class="lineno">  885</span>&#160;<span class="comment">/* LAYER INSTRUCTIONS */</span></div><div class="line"><a name="l00886"></a><span class="lineno">  886</span>&#160;</div><div class="line"><a name="l00897"></a><span class="lineno">  897</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#a7b2456a017f772a39be6d33a5da9149d">guac_protocol_send_dispose</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, <span class="keyword">const</span> <a class="code" href="structguac__layer.html">guac_layer</a>* layer);</div><div class="line"><a name="l00898"></a><span class="lineno">  898</span>&#160;</div><div class="line"><a name="l00915"></a><span class="lineno">  915</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#a6b4cdd9133dbdca8cfc1e78a0d6bdf13">guac_protocol_send_distort</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, </div><div class="line"><a name="l00916"></a><span class="lineno">  916</span>&#160;        <span class="keyword">const</span> <a class="code" href="structguac__layer.html">guac_layer</a>* layer,</div><div class="line"><a name="l00917"></a><span class="lineno">  917</span>&#160;        <span class="keywordtype">double</span> a, <span class="keywordtype">double</span> b, <span class="keywordtype">double</span> c,</div><div class="line"><a name="l00918"></a><span class="lineno">  918</span>&#160;        <span class="keywordtype">double</span> d, <span class="keywordtype">double</span> e, <span class="keywordtype">double</span> f);</div><div class="line"><a name="l00919"></a><span class="lineno">  919</span>&#160;</div><div class="line"><a name="l00935"></a><span class="lineno">  935</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#ac7409451b0f2b18dc870d347545c9afd">guac_protocol_send_move</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, <span class="keyword">const</span> <a class="code" href="structguac__layer.html">guac_layer</a>* layer,</div><div class="line"><a name="l00936"></a><span class="lineno">  936</span>&#160;        <span class="keyword">const</span> <a class="code" href="structguac__layer.html">guac_layer</a>* parent, <span class="keywordtype">int</span> x, <span class="keywordtype">int</span> y, <span class="keywordtype">int</span> z);</div><div class="line"><a name="l00937"></a><span class="lineno">  937</span>&#160;</div><div class="line"><a name="l00949"></a><span class="lineno">  949</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#a0e72a4122a3a7c45fa21e0d5607cc4d5">guac_protocol_send_shade</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, <span class="keyword">const</span> <a class="code" href="structguac__layer.html">guac_layer</a>* layer,</div><div class="line"><a name="l00950"></a><span class="lineno">  950</span>&#160;        <span class="keywordtype">int</span> a);</div><div class="line"><a name="l00951"></a><span class="lineno">  951</span>&#160;</div><div class="line"><a name="l00964"></a><span class="lineno">  964</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#affc4cf09c3337bd860439da99bdfef98">guac_protocol_send_size</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, <span class="keyword">const</span> <a class="code" href="structguac__layer.html">guac_layer</a>* layer,</div><div class="line"><a name="l00965"></a><span class="lineno">  965</span>&#160;        <span class="keywordtype">int</span> w, <span class="keywordtype">int</span> h);</div><div class="line"><a name="l00966"></a><span class="lineno">  966</span>&#160;</div><div class="line"><a name="l00967"></a><span class="lineno">  967</span>&#160;<span class="comment">/* TEXT INSTRUCTIONS */</span></div><div class="line"><a name="l00968"></a><span class="lineno">  968</span>&#160;</div><div class="line"><a name="l00991"></a><span class="lineno">  991</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#aaddd6d7c6ab1289efb3dd38c39bde531">guac_protocol_send_argv</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, <a class="code" href="structguac__stream.html">guac_stream</a>* stream,</div><div class="line"><a name="l00992"></a><span class="lineno">  992</span>&#160;        <span class="keyword">const</span> <span class="keywordtype">char</span>* mimetype, <span class="keyword">const</span> <span class="keywordtype">char</span>* name);</div><div class="line"><a name="l00993"></a><span class="lineno">  993</span>&#160;</div><div class="line"><a name="l01005"></a><span class="lineno"> 1005</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#a7e8a055e57afbcd9c9b520767d9a1c64">guac_protocol_send_clipboard</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, <span class="keyword">const</span> <a class="code" href="structguac__stream.html">guac_stream</a>* stream,</div><div class="line"><a name="l01006"></a><span class="lineno"> 1006</span>&#160;        <span class="keyword">const</span> <span class="keywordtype">char</span>* mimetype);</div><div class="line"><a name="l01007"></a><span class="lineno"> 1007</span>&#160;</div><div class="line"><a name="l01015"></a><span class="lineno"> 1015</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#a481fbaab3b8e72505df752ac2f6cc59e">guac_protocol_send_name</a>(<a class="code" href="structguac__socket.html">guac_socket</a>* socket, <span class="keyword">const</span> <span class="keywordtype">char</span>* name);</div><div class="line"><a name="l01016"></a><span class="lineno"> 1016</span>&#160;</div><div class="line"><a name="l01024"></a><span class="lineno"> 1024</span>&#160;<span class="keywordtype">int</span> <a class="code" href="protocol_8h.html#a0ad7d9b8b205d6fc368eff2d9e8e40ec">guac_protocol_decode_base64</a>(<span class="keywordtype">char</span>* base64);</div><div class="line"><a name="l01025"></a><span class="lineno"> 1025</span>&#160;</div><div class="line"><a name="l01038"></a><span class="lineno"> 1038</span>&#160;<a class="code" href="protocol-types_8h.html#ac7c1d15bae38b970886002bb9811ef8b">guac_protocol_version</a> <a class="code" href="protocol_8h.html#a3304f28ac07fa60ee7358a54e3f30396">guac_protocol_string_to_version</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* version_string);</div><div class="line"><a name="l01039"></a><span class="lineno"> 1039</span>&#160;</div><div class="line"><a name="l01051"></a><span class="lineno"> 1051</span>&#160;<span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="protocol_8h.html#af97ab710efe6080977b0450548e6af0b">guac_protocol_version_to_string</a>(<a class="code" href="protocol-types_8h.html#ac7c1d15bae38b970886002bb9811ef8b">guac_protocol_version</a> version);</div><div class="line"><a name="l01052"></a><span class="lineno"> 1052</span>&#160;</div><div class="line"><a name="l01053"></a><span class="lineno"> 1053</span>&#160;<span class="preprocessor">#endif</span></div><div class="line"><a name="l01054"></a><span class="lineno"> 1054</span>&#160;</div><div class="ttc" id="protocol_8h_html_aa3750a6c0fbf190fb71a6ab0955cb31a"><div class="ttname"><a href="protocol_8h.html#aa3750a6c0fbf190fb71a6ab0955cb31a">guac_protocol_send_set</a></div><div class="ttdeci">int guac_protocol_send_set(guac_socket *socket, const guac_layer *layer, const char *name, const char *value)</div><div class="ttdoc">Sends a set instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol_8h_html_a6047d380b097ebc7d5f35b167e3419e6"><div class="ttname"><a href="protocol_8h.html#a6047d380b097ebc7d5f35b167e3419e6">guac_protocol_send_args</a></div><div class="ttdeci">int guac_protocol_send_args(guac_socket *socket, const char **args)</div><div class="ttdoc">Sends an args instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol_8h_html_ae1bb569878a14efecccc0c05757d1cae"><div class="ttname"><a href="protocol_8h.html#ae1bb569878a14efecccc0c05757d1cae">guac_protocol_send_end</a></div><div class="ttdeci">int guac_protocol_send_end(guac_socket *socket, const guac_stream *stream)</div><div class="ttdoc">Sends an end instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol_8h_html_ad4b3d3b5741b377a197c02384e4b870e"><div class="ttname"><a href="protocol_8h.html#ad4b3d3b5741b377a197c02384e4b870e">guac_protocol_send_blobs</a></div><div class="ttdeci">int guac_protocol_send_blobs(guac_socket *socket, const guac_stream *stream, const void *data, int count)</div><div class="ttdoc">Sends a series of blob instructions, splitting the given data across the number of instructions requi...</div></div>
<div class="ttc" id="protocol_8h_html_a6b4cdd9133dbdca8cfc1e78a0d6bdf13"><div class="ttname"><a href="protocol_8h.html#a6b4cdd9133dbdca8cfc1e78a0d6bdf13">guac_protocol_send_distort</a></div><div class="ttdeci">int guac_protocol_send_distort(guac_socket *socket, const guac_layer *layer, double a, double b, double c, double d, double e, double f)</div><div class="ttdoc">Sends a distort instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol_8h_html_a8757c7870e648b220dbc76b8292fe5cf"><div class="ttname"><a href="protocol_8h.html#a8757c7870e648b220dbc76b8292fe5cf">guac_protocol_send_select</a></div><div class="ttdeci">int guac_protocol_send_select(guac_socket *socket, const char *protocol)</div><div class="ttdoc">Sends a select instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol_8h_html_a3779c2287625af70fb001afbcc739da5"><div class="ttname"><a href="protocol_8h.html#a3779c2287625af70fb001afbcc739da5">guac_protocol_send_filesystem</a></div><div class="ttdeci">int guac_protocol_send_filesystem(guac_socket *socket, const guac_object *object, const char *name)</div><div class="ttdoc">Sends a filesystem instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol_8h_html_a5b7d621d534126e26178789800a1a5d5"><div class="ttname"><a href="protocol_8h.html#a5b7d621d534126e26178789800a1a5d5">guac_protocol_send_lstroke</a></div><div class="ttdeci">int guac_protocol_send_lstroke(guac_socket *socket, guac_composite_mode mode, const guac_layer *layer, guac_line_cap_style cap, guac_line_join_style join, int thickness, const guac_layer *srcl)</div><div class="ttdoc">Sends an lstroke instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol_8h_html_a7e8a055e57afbcd9c9b520767d9a1c64"><div class="ttname"><a href="protocol_8h.html#a7e8a055e57afbcd9c9b520767d9a1c64">guac_protocol_send_clipboard</a></div><div class="ttdeci">int guac_protocol_send_clipboard(guac_socket *socket, const guac_stream *stream, const char *mimetype)</div><div class="ttdoc">Sends a clipboard instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol_8h_html_a102b7719fbd9c8ea0eb2dc4f51e26359"><div class="ttname"><a href="protocol_8h.html#a102b7719fbd9c8ea0eb2dc4f51e26359">guac_protocol_send_ready</a></div><div class="ttdeci">int guac_protocol_send_ready(guac_socket *socket, const char *id)</div><div class="ttdoc">Sends a ready instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="socket-types_8h_html"><div class="ttname"><a href="socket-types_8h.html">socket-types.h</a></div><div class="ttdoc">Type definitions related to the guac_socket object.</div></div>
<div class="ttc" id="protocol_8h_html_ac6f28f1beb2fa07e1b3f6fa774789fd9"><div class="ttname"><a href="protocol_8h.html#ac6f28f1beb2fa07e1b3f6fa774789fd9">guac_protocol_send_cstroke</a></div><div class="ttdeci">int guac_protocol_send_cstroke(guac_socket *socket, guac_composite_mode mode, const guac_layer *layer, guac_line_cap_style cap, guac_line_join_style join, int thickness, int r, int g, int b, int a)</div><div class="ttdoc">Sends a cstroke instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol_8h_html_a657216f2e63d2d42e8624f96def84bf8"><div class="ttname"><a href="protocol_8h.html#a657216f2e63d2d42e8624f96def84bf8">guac_protocol_send_video</a></div><div class="ttdeci">int guac_protocol_send_video(guac_socket *socket, const guac_stream *stream, const guac_layer *layer, const char *mimetype)</div><div class="ttdoc">Sends a video instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol_8h_html_a5f6433cc21bc043c57fb7c468428373a"><div class="ttname"><a href="protocol_8h.html#a5f6433cc21bc043c57fb7c468428373a">guac_protocol_send_reset</a></div><div class="ttdeci">int guac_protocol_send_reset(guac_socket *socket, const guac_layer *layer)</div><div class="ttdoc">Sends a reset instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol_8h_html_a0ad7d9b8b205d6fc368eff2d9e8e40ec"><div class="ttname"><a href="protocol_8h.html#a0ad7d9b8b205d6fc368eff2d9e8e40ec">guac_protocol_decode_base64</a></div><div class="ttdeci">int guac_protocol_decode_base64(char *base64)</div><div class="ttdoc">Decodes the given base64-encoded string in-place.</div></div>
<div class="ttc" id="protocol-types_8h_html_ac7c1d15bae38b970886002bb9811ef8b"><div class="ttname"><a href="protocol-types_8h.html#ac7c1d15bae38b970886002bb9811ef8b">guac_protocol_version</a></div><div class="ttdeci">guac_protocol_version</div><div class="ttdoc">The set of protocol versions known to guacd to handle negotiation or feature support between differin...</div><div class="ttdef"><b>Definition:</b> protocol-types.h:283</div></div>
<div class="ttc" id="stream-types_8h_html"><div class="ttname"><a href="stream-types_8h.html">stream-types.h</a></div><div class="ttdoc">Type definitions related to Guacamole protocol streams.</div></div>
<div class="ttc" id="structguac__socket_html"><div class="ttname"><a href="structguac__socket.html">guac_socket</a></div><div class="ttdoc">The core I/O object of Guacamole.</div><div class="ttdef"><b>Definition:</b> socket.h:39</div></div>
<div class="ttc" id="protocol_8h_html_afda8074f65d35795203f392f6688163e"><div class="ttname"><a href="protocol_8h.html#afda8074f65d35795203f392f6688163e">guac_protocol_send_img</a></div><div class="ttdeci">int guac_protocol_send_img(guac_socket *socket, const guac_stream *stream, guac_composite_mode mode, const guac_layer *layer, const char *mimetype, int x, int y)</div><div class="ttdoc">Sends an img instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="object-types_8h_html"><div class="ttname"><a href="object-types_8h.html">object-types.h</a></div><div class="ttdoc">Type definitions related to Guacamole protocol objects.</div></div>
<div class="ttc" id="protocol_8h_html_a8fa17d3aa1270b806ac6a386798c6d41"><div class="ttname"><a href="protocol_8h.html#a8fa17d3aa1270b806ac6a386798c6d41">guac_protocol_send_nop</a></div><div class="ttdeci">int guac_protocol_send_nop(guac_socket *socket)</div><div class="ttdoc">Sends a nop instruction (null-operation) over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol_8h_html_a481fbaab3b8e72505df752ac2f6cc59e"><div class="ttname"><a href="protocol_8h.html#a481fbaab3b8e72505df752ac2f6cc59e">guac_protocol_send_name</a></div><div class="ttdeci">int guac_protocol_send_name(guac_socket *socket, const char *name)</div><div class="ttdoc">Sends a name instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol_8h_html_aecdce272ed4c317c5b7291e42239a1f9"><div class="ttname"><a href="protocol_8h.html#aecdce272ed4c317c5b7291e42239a1f9">guac_protocol_send_transfer</a></div><div class="ttdeci">int guac_protocol_send_transfer(guac_socket *socket, const guac_layer *srcl, int srcx, int srcy, int w, int h, guac_transfer_function fn, const guac_layer *dstl, int dstx, int dsty)</div><div class="ttdoc">Sends a transfer instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol_8h_html_ab92edb38a4df2db402a013422cee6b42"><div class="ttname"><a href="protocol_8h.html#ab92edb38a4df2db402a013422cee6b42">guac_protocol_send_audio</a></div><div class="ttdeci">int guac_protocol_send_audio(guac_socket *socket, const guac_stream *stream, const char *mimetype)</div><div class="ttdoc">Sends an audio instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol-types_8h_html_a6333200b3ff1634e0cb1826b271438b1"><div class="ttname"><a href="protocol-types_8h.html#a6333200b3ff1634e0cb1826b271438b1">guac_line_join_style</a></div><div class="ttdeci">guac_line_join_style</div><div class="ttdoc">Supported line join styles.</div><div class="ttdef"><b>Definition:</b> protocol-types.h:273</div></div>
<div class="ttc" id="protocol_8h_html_afd463766036afda4798edbe788d29524"><div class="ttname"><a href="protocol_8h.html#afd463766036afda4798edbe788d29524">guac_protocol_send_disconnect</a></div><div class="ttdeci">int guac_protocol_send_disconnect(guac_socket *socket)</div><div class="ttdoc">Sends a disconnect instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol-constants_8h_html"><div class="ttname"><a href="protocol-constants_8h.html">protocol-constants.h</a></div><div class="ttdoc">Constants related to the Guacamole protocol.</div></div>
<div class="ttc" id="protocol_8h_html_ad74bc43b5f03b79027bf02d873cd77b3"><div class="ttname"><a href="protocol_8h.html#ad74bc43b5f03b79027bf02d873cd77b3">guac_protocol_send_arc</a></div><div class="ttdeci">int guac_protocol_send_arc(guac_socket *socket, const guac_layer *layer, int x, int y, int radius, double startAngle, double endAngle, int negative)</div><div class="ttdoc">Sends an arc instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol_8h_html_a3a783d771e1727ba2a82b2298acf4ee4"><div class="ttname"><a href="protocol_8h.html#a3a783d771e1727ba2a82b2298acf4ee4">vguac_protocol_send_log</a></div><div class="ttdeci">int vguac_protocol_send_log(guac_socket *socket, const char *format, va_list args)</div><div class="ttdoc">Sends a log instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol_8h_html_ac7409451b0f2b18dc870d347545c9afd"><div class="ttname"><a href="protocol_8h.html#ac7409451b0f2b18dc870d347545c9afd">guac_protocol_send_move</a></div><div class="ttdeci">int guac_protocol_send_move(guac_socket *socket, const guac_layer *layer, const guac_layer *parent, int x, int y, int z)</div><div class="ttdoc">Sends a move instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="structguac__object_html"><div class="ttname"><a href="structguac__object.html">guac_object</a></div><div class="ttdoc">Represents a single object within the Guacamole protocol.</div><div class="ttdef"><b>Definition:</b> object.h:32</div></div>
<div class="ttc" id="protocol_8h_html_a798d57ec3f3cdfa0d9bb4906f02d5127"><div class="ttname"><a href="protocol_8h.html#a798d57ec3f3cdfa0d9bb4906f02d5127">guac_protocol_send_blob</a></div><div class="ttdeci">int guac_protocol_send_blob(guac_socket *socket, const guac_stream *stream, const void *data, int count)</div><div class="ttdoc">Writes a block of data to the currently in-progress blob which was already created.</div></div>
<div class="ttc" id="protocol_8h_html_a42dc3db797b83accd3418b76648adac5"><div class="ttname"><a href="protocol_8h.html#a42dc3db797b83accd3418b76648adac5">guac_protocol_send_rect</a></div><div class="ttdeci">int guac_protocol_send_rect(guac_socket *socket, const guac_layer *layer, int x, int y, int width, int height)</div><div class="ttdoc">Sends a rect instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol_8h_html_a17da53514189083fa84aa3cc0bf6883a"><div class="ttname"><a href="protocol_8h.html#a17da53514189083fa84aa3cc0bf6883a">guac_protocol_send_cursor</a></div><div class="ttdeci">int guac_protocol_send_cursor(guac_socket *socket, int x, int y, const guac_layer *srcl, int srcx, int srcy, int w, int h)</div><div class="ttdoc">Sends a cursor instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol_8h_html_a6f832f5b814129d2819f115d84da3cd0"><div class="ttname"><a href="protocol_8h.html#a6f832f5b814129d2819f115d84da3cd0">guac_protocol_send_log</a></div><div class="ttdeci">int guac_protocol_send_log(guac_socket *socket, const char *format,...)</div><div class="ttdoc">Sends a log instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol_8h_html_aac205e52801a875bfbef02ae237b6b15"><div class="ttname"><a href="protocol_8h.html#aac205e52801a875bfbef02ae237b6b15">guac_protocol_send_identity</a></div><div class="ttdeci">int guac_protocol_send_identity(guac_socket *socket, const guac_layer *layer)</div><div class="ttdoc">Sends an identity instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol_8h_html_a1b9985b080a339dcd14b95f5e46e8ab5"><div class="ttname"><a href="protocol_8h.html#a1b9985b080a339dcd14b95f5e46e8ab5">guac_protocol_send_curve</a></div><div class="ttdeci">int guac_protocol_send_curve(guac_socket *socket, const guac_layer *layer, int cp1x, int cp1y, int cp2x, int cp2y, int x, int y)</div><div class="ttdoc">Sends a curve instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol_8h_html_a45a3e4e32900594e17c49db6939fc10a"><div class="ttname"><a href="protocol_8h.html#a45a3e4e32900594e17c49db6939fc10a">guac_protocol_send_close</a></div><div class="ttdeci">int guac_protocol_send_close(guac_socket *socket, const guac_layer *layer)</div><div class="ttdoc">Sends a close instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol-types_8h_html_a9c85e3f22f5dea8b2f38de6b4f75b1ff"><div class="ttname"><a href="protocol-types_8h.html#a9c85e3f22f5dea8b2f38de6b4f75b1ff">guac_transfer_function</a></div><div class="ttdeci">guac_transfer_function</div><div class="ttdoc">Default transfer functions.</div><div class="ttdef"><b>Definition:</b> protocol-types.h:219</div></div>
<div class="ttc" id="protocol_8h_html_a7b2456a017f772a39be6d33a5da9149d"><div class="ttname"><a href="protocol_8h.html#a7b2456a017f772a39be6d33a5da9149d">guac_protocol_send_dispose</a></div><div class="ttdeci">int guac_protocol_send_dispose(guac_socket *socket, const guac_layer *layer)</div><div class="ttdoc">Sends a dispose instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol_8h_html_af97ab710efe6080977b0450548e6af0b"><div class="ttname"><a href="protocol_8h.html#af97ab710efe6080977b0450548e6af0b">guac_protocol_version_to_string</a></div><div class="ttdeci">const char * guac_protocol_version_to_string(guac_protocol_version version)</div><div class="ttdoc">Given the enum value of the protocol version, return a pointer to the string representation of the ve...</div></div>
<div class="ttc" id="protocol_8h_html_a60d33439eb4b5a11535a9a77e57c4126"><div class="ttname"><a href="protocol_8h.html#a60d33439eb4b5a11535a9a77e57c4126">guac_protocol_send_start</a></div><div class="ttdeci">int guac_protocol_send_start(guac_socket *socket, const guac_layer *layer, int x, int y)</div><div class="ttdoc">Sends a start instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol_8h_html_aa11f8798abca85fd2b47b5f9a027fa73"><div class="ttname"><a href="protocol_8h.html#aa11f8798abca85fd2b47b5f9a027fa73">guac_protocol_send_sync</a></div><div class="ttdeci">int guac_protocol_send_sync(guac_socket *socket, guac_timestamp timestamp)</div><div class="ttdoc">Sends a sync instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol_8h_html_a9271e3b6cc0030b833d18137969a4018"><div class="ttname"><a href="protocol_8h.html#a9271e3b6cc0030b833d18137969a4018">guac_protocol_send_lfill</a></div><div class="ttdeci">int guac_protocol_send_lfill(guac_socket *socket, guac_composite_mode mode, const guac_layer *layer, const guac_layer *srcl)</div><div class="ttdoc">Sends an lfill instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol-types_8h_html_a4a0205f8ee2e29e1a4d78da74ab58efc"><div class="ttname"><a href="protocol-types_8h.html#a4a0205f8ee2e29e1a4d78da74ab58efc">guac_line_cap_style</a></div><div class="ttdeci">guac_line_cap_style</div><div class="ttdoc">Supported line cap styles.</div><div class="ttdef"><b>Definition:</b> protocol-types.h:264</div></div>
<div class="ttc" id="protocol_8h_html_a94efa63c9895383e142a3f7ce559300b"><div class="ttname"><a href="protocol_8h.html#a94efa63c9895383e142a3f7ce559300b">guac_protocol_send_nest</a></div><div class="ttdeci">int guac_protocol_send_nest(guac_socket *socket, int index, const char *data)</div><div class="ttdoc">Sends a nest instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol_8h_html_aca9fb516e730233c33da297819f7ae7e"><div class="ttname"><a href="protocol_8h.html#aca9fb516e730233c33da297819f7ae7e">guac_protocol_send_body</a></div><div class="ttdeci">int guac_protocol_send_body(guac_socket *socket, const guac_object *object, const guac_stream *stream, const char *mimetype, const char *name)</div><div class="ttdoc">Sends a body instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol_8h_html_afac3f57649c20b5e39c484a52d264005"><div class="ttname"><a href="protocol_8h.html#afac3f57649c20b5e39c484a52d264005">guac_protocol_send_line</a></div><div class="ttdeci">int guac_protocol_send_line(guac_socket *socket, const guac_layer *layer, int x, int y)</div><div class="ttdoc">Sends a line instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol-types_8h_html"><div class="ttname"><a href="protocol-types_8h.html">protocol-types.h</a></div><div class="ttdoc">Type definitions related to the Guacamole protocol.</div></div>
<div class="ttc" id="protocol_8h_html_ad035df3781dc19ba2330b02ef1dd6eda"><div class="ttname"><a href="protocol_8h.html#ad035df3781dc19ba2330b02ef1dd6eda">guac_protocol_send_copy</a></div><div class="ttdeci">int guac_protocol_send_copy(guac_socket *socket, const guac_layer *srcl, int srcx, int srcy, int w, int h, guac_composite_mode mode, const guac_layer *dstl, int dstx, int dsty)</div><div class="ttdoc">Sends a copy instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol_8h_html_a9db04720cbb2bc972f48f2e9332f23a8"><div class="ttname"><a href="protocol_8h.html#a9db04720cbb2bc972f48f2e9332f23a8">guac_protocol_send_push</a></div><div class="ttdeci">int guac_protocol_send_push(guac_socket *socket, const guac_layer *layer)</div><div class="ttdoc">Sends a push instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol_8h_html_a8947056262da2f3263b9851370597622"><div class="ttname"><a href="protocol_8h.html#a8947056262da2f3263b9851370597622">guac_protocol_send_mouse</a></div><div class="ttdeci">int guac_protocol_send_mouse(guac_socket *socket, int x, int y, int button_mask, guac_timestamp timestamp)</div><div class="ttdoc">Sends a mouse instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="timestamp-types_8h_html_a69e916d1ff324fbe0e527f32359c9cea"><div class="ttname"><a href="timestamp-types_8h.html#a69e916d1ff324fbe0e527f32359c9cea">guac_timestamp</a></div><div class="ttdeci">int64_t guac_timestamp</div><div class="ttdoc">An arbitrary timestamp denoting a relative time value in milliseconds.</div><div class="ttdef"><b>Definition:</b> timestamp-types.h:34</div></div>
<div class="ttc" id="protocol_8h_html_a0e72a4122a3a7c45fa21e0d5607cc4d5"><div class="ttname"><a href="protocol_8h.html#a0e72a4122a3a7c45fa21e0d5607cc4d5">guac_protocol_send_shade</a></div><div class="ttdeci">int guac_protocol_send_shade(guac_socket *socket, const guac_layer *layer, int a)</div><div class="ttdoc">Sends a shade instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol_8h_html_aaddd6d7c6ab1289efb3dd38c39bde531"><div class="ttname"><a href="protocol_8h.html#aaddd6d7c6ab1289efb3dd38c39bde531">guac_protocol_send_argv</a></div><div class="ttdeci">int guac_protocol_send_argv(guac_socket *socket, guac_stream *stream, const char *mimetype, const char *name)</div><div class="ttdoc">Sends an argv instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol_8h_html_acbd1869635b752bbf52998613804df00"><div class="ttname"><a href="protocol_8h.html#acbd1869635b752bbf52998613804df00">guac_protocol_send_clip</a></div><div class="ttdeci">int guac_protocol_send_clip(guac_socket *socket, const guac_layer *layer)</div><div class="ttdoc">Sends a clip instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol_8h_html_a453e1b22d63a9d07ba23b3a6726c2f06"><div class="ttname"><a href="protocol_8h.html#a453e1b22d63a9d07ba23b3a6726c2f06">guac_protocol_send_file</a></div><div class="ttdeci">int guac_protocol_send_file(guac_socket *socket, const guac_stream *stream, const char *mimetype, const char *name)</div><div class="ttdoc">Sends a file instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol_8h_html_abd34768cdcdf71ad40acc0f02cc77ed1"><div class="ttname"><a href="protocol_8h.html#abd34768cdcdf71ad40acc0f02cc77ed1">guac_protocol_send_required</a></div><div class="ttdeci">int guac_protocol_send_required(guac_socket *socket, const char **required)</div><div class="ttdoc">Sends a &quot;required&quot; instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol_8h_html_aefa251505e61332e8e1c27ade0478e64"><div class="ttname"><a href="protocol_8h.html#aefa251505e61332e8e1c27ade0478e64">guac_protocol_send_undefine</a></div><div class="ttdeci">int guac_protocol_send_undefine(guac_socket *socket, const guac_object *object)</div><div class="ttdoc">Sends an undefine instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol_8h_html_ab29ab6edd91e954fd686742c92eab6d4"><div class="ttname"><a href="protocol_8h.html#ab29ab6edd91e954fd686742c92eab6d4">guac_protocol_send_pop</a></div><div class="ttdeci">int guac_protocol_send_pop(guac_socket *socket, const guac_layer *layer)</div><div class="ttdoc">Sends a pop instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol_8h_html_a17058795c93be51c82a9df95eca8e62b"><div class="ttname"><a href="protocol_8h.html#a17058795c93be51c82a9df95eca8e62b">guac_protocol_send_transform</a></div><div class="ttdeci">int guac_protocol_send_transform(guac_socket *socket, const guac_layer *layer, double a, double b, double c, double d, double e, double f)</div><div class="ttdoc">Sends a transform instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol_8h_html_affc4cf09c3337bd860439da99bdfef98"><div class="ttname"><a href="protocol_8h.html#affc4cf09c3337bd860439da99bdfef98">guac_protocol_send_size</a></div><div class="ttdeci">int guac_protocol_send_size(guac_socket *socket, const guac_layer *layer, int w, int h)</div><div class="ttdoc">Sends a size instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="layer-types_8h_html"><div class="ttname"><a href="layer-types_8h.html">layer-types.h</a></div><div class="ttdoc">Type definitions related to Guacamole layers.</div></div>
<div class="ttc" id="protocol-types_8h_html_a93612063886db58071d02b5393abf186"><div class="ttname"><a href="protocol-types_8h.html#a93612063886db58071d02b5393abf186">guac_composite_mode</a></div><div class="ttdeci">guac_composite_mode</div><div class="ttdoc">Composite modes used by Guacamole draw instructions.</div><div class="ttdef"><b>Definition:</b> protocol-types.h:170</div></div>
<div class="ttc" id="protocol_8h_html_a18b2c462077b7c51d211f3db09c30292"><div class="ttname"><a href="protocol_8h.html#a18b2c462077b7c51d211f3db09c30292">guac_protocol_send_pipe</a></div><div class="ttdeci">int guac_protocol_send_pipe(guac_socket *socket, const guac_stream *stream, const char *mimetype, const char *name)</div><div class="ttdoc">Sends a pipe instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol-types_8h_html_af946f7f843fa5935dbeeb08f85dec9e2"><div class="ttname"><a href="protocol-types_8h.html#af946f7f843fa5935dbeeb08f85dec9e2">guac_protocol_status</a></div><div class="ttdeci">guac_protocol_status</div><div class="ttdoc">Set of all possible status codes returned by protocol operations.</div><div class="ttdef"><b>Definition:</b> protocol-types.h:44</div></div>
<div class="ttc" id="structguac__layer_html"><div class="ttname"><a href="structguac__layer.html">guac_layer</a></div><div class="ttdoc">Represents a single layer within the Guacamole protocol.</div><div class="ttdef"><b>Definition:</b> layer.h:34</div></div>
<div class="ttc" id="structguac__stream_html"><div class="ttname"><a href="structguac__stream.html">guac_stream</a></div><div class="ttdoc">Represents a single stream within the Guacamole protocol.</div><div class="ttdef"><b>Definition:</b> stream.h:32</div></div>
<div class="ttc" id="protocol_8h_html_a3304f28ac07fa60ee7358a54e3f30396"><div class="ttname"><a href="protocol_8h.html#a3304f28ac07fa60ee7358a54e3f30396">guac_protocol_string_to_version</a></div><div class="ttdeci">guac_protocol_version guac_protocol_string_to_version(const char *version_string)</div><div class="ttdoc">Given a string representation of a protocol version, return the enum value of that protocol version,...</div></div>
<div class="ttc" id="protocol_8h_html_a2d276595cea8a2d382240d868487f077"><div class="ttname"><a href="protocol_8h.html#a2d276595cea8a2d382240d868487f077">guac_protocol_send_key</a></div><div class="ttdeci">int guac_protocol_send_key(guac_socket *socket, int keysym, int pressed, guac_timestamp timestamp)</div><div class="ttdoc">Sends a key instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol_8h_html_ac8dea4393e2ec69d5d27fd0759a70fcb"><div class="ttname"><a href="protocol_8h.html#ac8dea4393e2ec69d5d27fd0759a70fcb">guac_protocol_send_connect</a></div><div class="ttdeci">int guac_protocol_send_connect(guac_socket *socket, const char **args)</div><div class="ttdoc">Sends a connect instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol_8h_html_abe696ca7c9841883c5d5bea513d4ee9a"><div class="ttname"><a href="protocol_8h.html#abe696ca7c9841883c5d5bea513d4ee9a">guac_protocol_send_error</a></div><div class="ttdeci">int guac_protocol_send_error(guac_socket *socket, const char *error, guac_protocol_status status)</div><div class="ttdoc">Sends an error instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol_8h_html_ab02be6102d9f4aaa2bbb0b249f09d63e"><div class="ttname"><a href="protocol_8h.html#ab02be6102d9f4aaa2bbb0b249f09d63e">guac_protocol_send_ack</a></div><div class="ttdeci">int guac_protocol_send_ack(guac_socket *socket, guac_stream *stream, const char *error, guac_protocol_status status)</div><div class="ttdoc">Sends an ack instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="protocol_8h_html_afda3a1a8285e323fca6aef50cb2feb5e"><div class="ttname"><a href="protocol_8h.html#afda3a1a8285e323fca6aef50cb2feb5e">guac_protocol_send_cfill</a></div><div class="ttdeci">int guac_protocol_send_cfill(guac_socket *socket, guac_composite_mode mode, const guac_layer *layer, int r, int g, int b, int a)</div><div class="ttdoc">Sends a cfill instruction over the given guac_socket connection.</div></div>
<div class="ttc" id="timestamp-types_8h_html"><div class="ttname"><a href="timestamp-types_8h.html">timestamp-types.h</a></div><div class="ttdoc">Type definitions related to Guacamole protocol timestamps.</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.15
</small></address>
</body>
</html>