protobuf-c/structProtobufCBinaryData.html

122 lines
5.6 KiB
HTML

<!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.18"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>protobuf-c: ProtobufCBinaryData Struct Reference</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="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.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">protobuf-c
&#160;<span id="projectnumber">1.3.3</span>
</div>
<div id="projectbrief">Protocol Buffers implementation in C</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.18 -->
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('structProtobufCBinaryData.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<div class="header">
<div class="summary">
<a href="#pub-attribs">Data Fields</a> </div>
<div class="headertitle">
<div class="title">ProtobufCBinaryData Struct Reference<div class="ingroups"><a class="el" href="group__api.html">Public API</a></div></div> </div>
</div><!--header-->
<div class="contents">
<p>Structure for the protobuf <code>bytes</code> scalar type.
<a href="structProtobufCBinaryData.html#details">More...</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
Data Fields</h2></td></tr>
<tr class="memitem:a32722312668d3d164765009c2c848777"><td class="memItemLeft" align="right" valign="top">size_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structProtobufCBinaryData.html#a32722312668d3d164765009c2c848777">len</a></td></tr>
<tr class="memdesc:a32722312668d3d164765009c2c848777"><td class="mdescLeft">&#160;</td><td class="mdescRight">Number of bytes in the <code>data</code> field. <a href="structProtobufCBinaryData.html#a32722312668d3d164765009c2c848777">More...</a><br /></td></tr>
<tr class="separator:a32722312668d3d164765009c2c848777"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac6388ec7e374bd23db52cef2d743300f"><td class="memItemLeft" align="right" valign="top">uint8_t *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structProtobufCBinaryData.html#ac6388ec7e374bd23db52cef2d743300f">data</a></td></tr>
<tr class="memdesc:ac6388ec7e374bd23db52cef2d743300f"><td class="mdescLeft">&#160;</td><td class="mdescRight">Data bytes. <a href="structProtobufCBinaryData.html#ac6388ec7e374bd23db52cef2d743300f">More...</a><br /></td></tr>
<tr class="separator:ac6388ec7e374bd23db52cef2d743300f"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Structure for the protobuf <code>bytes</code> scalar type. </p>
<p>The data contained in a <code><a class="el" href="structProtobufCBinaryData.html" title="Structure for the protobuf bytes scalar type.">ProtobufCBinaryData</a></code> is an arbitrary sequence of bytes. It may contain embedded <code>NUL</code> characters and is not required to be <code>NUL</code>-terminated. </p>
</div><h2 class="groupheader">Field Documentation</h2>
<a id="a32722312668d3d164765009c2c848777"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a32722312668d3d164765009c2c848777">&#9670;&nbsp;</a></span>len</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">size_t ProtobufCBinaryData::len</td>
</tr>
</table>
</div><div class="memdoc">
<p>Number of bytes in the <code>data</code> field. </p>
</div>
</div>
<a id="ac6388ec7e374bd23db52cef2d743300f"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ac6388ec7e374bd23db52cef2d743300f">&#9670;&nbsp;</a></span>data</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">uint8_t* ProtobufCBinaryData::data</td>
</tr>
</table>
</div><div class="memdoc">
<p>Data bytes. </p>
</div>
</div>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="structProtobufCBinaryData.html">ProtobufCBinaryData</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.18 </li>
</ul>
</div>
</body>
</html>