init
This commit is contained in:
1
docs/client_html/ar01s03.html
Normal file
1
docs/client_html/ar01s03.html
Normal file
@@ -0,0 +1 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Overview of header files</title><link rel="stylesheet" href="ts3doc.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="TeamSpeak 3 Client SDK Developer Manual"><link rel="up" href="index.html" title="TeamSpeak 3 Client SDK Developer Manual"><link rel="prev" href="ar01s02.html" title="System requirements"><link rel="next" href="ar01s04.html" title="Calling Client Lib functions"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><img id="logo" src="images/logo.png"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Overview of header files</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ar01s02.html"><img src="images/prev.png" alt="Prev"></a><EFBFBD></td><th width="60%" align="center"><EFBFBD></th><td width="20%" align="right"><EFBFBD><a accesskey="n" href="ar01s04.html"><img src="images/next.png" alt="Next"></a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="headers"></a>Overview of header files</h2></div></div></div><p>The following header files are deployed to SDK developers:<a class="indexterm" name="idm44835435160624"></a></p><div class="itemizedlist"><ul type="disc"><li><p><code class="filename">clientlib.h</code></p><p>Declares the function prototypes and callbacks for the communication between Client Lib and Client UI. While the Client UI makes function calls into the Client Lib using the declared prototypes, the Client Lib calls the Client UI via callbacks.</p></li><li><p><code class="filename">clientlib_publicdefinitions.h</code></p><p>Defines various enums and structs used by the Client UI and Client Lib. These definitions are used by the functions and callbacks declared in <code class="filename">clientlib.h</code></p></li><li><p><code class="filename">public_definitions.h</code></p><p>Defines various enums and structs used by both client- and server-side.</p></li><li><p><code class="filename">public_sdk_definitions.h</code></p><p>Enum definitions for filetransfer support.</p></li><li><p><code class="filename">public_errors.h</code></p><p>Defines the error codes<a class="indexterm" name="idm44835435152272"></a> returned by every Client Lib function and <code class="function">onServerErrorEvent</code>. Error codes are organized in several groups. The first byte of the error code defines the error group, the second the count within the group.</p></li></ul></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ar01s02.html"><img src="images/prev.png" alt="Prev"></a><EFBFBD></td><td width="20%" align="center"><EFBFBD></td><td width="40%" align="right"><EFBFBD><a accesskey="n" href="ar01s04.html"><img src="images/next.png" alt="Next"></a></td></tr><tr><td width="40%" align="left" valign="top">System requirements<74></td><td width="20%" align="center"><a accesskey="h" href="index.html"><img src="images/home.png" alt="Home"></a></td><td width="40%" align="right" valign="top"><EFBFBD>Calling Client Lib functions</td></tr></table></div></body></html>
|
||||
Reference in New Issue
Block a user