Tasmota/lib/IRremoteESP8266-2.7.8/docs/doxygen/html/IRremoteESP8266_8h_source.html

1464 lines
317 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>IRremoteESP8266: src/IRremoteESP8266.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">IRremoteESP8266
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
<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_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">IRremoteESP8266.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="IRremoteESP8266_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"> * IRremote for ESP8266</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment"> * Based on the IRremote library for Arduino by Ken Shirriff</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment"> * Version 0.11 August, 2009</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment"> * Copyright 2009 Ken Shirriff</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment"> * For details, see http://arcfn.com/2009/08/multi-protocol-infrared-remote-library.html</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment"> * Edited by Mitra to add new controller SANYO</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment"> * Interrupt code based on NECIRrcv by Joe Knapp</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment"> * http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1210243556</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="comment"> * Also influenced by http://zovirl.com/2008/11/12/building-a-universal-remote-with-an-arduino/</span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment"> * JVC and Panasonic protocol added by Kristian Lauszus (Thanks to zenwheel and other people at the original blog post)</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="comment"> * LG added by Darryl Smith (based on the JVC protocol)</span></div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="comment"> * Whynter A/C ARC-110WD added by Francesco Meschia</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment"> * Coolix A/C / heatpump added by (send) bakrus &amp; (decode) crankyoldgit</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="comment"> * Denon: sendDenon, decodeDenon added by Massimiliano Pinto</span></div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="comment"> (from https://github.com/z3t0/Arduino-IRremote/blob/master/ir_Denon.cpp)</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="comment"> * Kelvinator A/C and Sherwood added by crankyoldgit</span></div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="comment"> * Mitsubishi (TV) sending added by crankyoldgit</span></div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="comment"> * Pronto code sending added by crankyoldgit</span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="comment"> * Mitsubishi &amp; Toshiba A/C added by crankyoldgit</span></div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="comment"> * (derived from https://github.com/r45635/HVAC-IR-Control)</span></div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="comment"> * DISH decode by marcosamarinho</span></div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class="comment"> * Gree Heatpump sending added by Ville Skyttä (scop)</span></div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="comment"> * (derived from https://github.com/ToniA/arduino-heatpumpir/blob/master/GreeHeatpumpIR.cpp)</span></div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="comment"> * Updated by markszabo (https://github.com/crankyoldgit/IRremoteESP8266) for sending IR code on ESP8266</span></div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<span class="comment"> * Updated by Sebastien Warin (http://sebastien.warin.fr) for receiving IR code on ESP8266</span></div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;<span class="comment"> * Updated by sillyfrog for Daikin, adopted from</span></div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;<span class="comment"> * (https://github.com/mharizanov/Daikin-AC-remote-control-over-the-Internet/)</span></div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;<span class="comment"> * Fujitsu A/C code added by jonnygraham</span></div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;<span class="comment"> * Trotec AC code by stufisher</span></div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;<span class="comment"> * Carrier &amp; Haier AC code by crankyoldgit</span></div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;<span class="comment"> * Vestel AC code by Erdem U. Altınyurt</span></div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160;<span class="comment"> * Teco AC code by Fabien Valthier (hcoohb)</span></div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160;<span class="comment"> * Mitsubishi 112 AC Code by kuchel77</span></div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160;<span class="comment"> * GPL license, all text above must be included in any redistribution</span></div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;<span class="comment"> ****************************************************/</span></div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; </div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160;<span class="preprocessor">#ifndef IRREMOTEESP8266_H_</span></div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160;<span class="preprocessor">#define IRREMOTEESP8266_H_</span></div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160; </div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160;<span class="preprocessor">#define __STDC_LIMIT_MACROS</span></div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160;<span class="preprocessor">#include &lt;stdint.h&gt;</span></div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160;<span class="preprocessor">#ifdef UNIT_TEST</span></div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160;<span class="preprocessor">#include &lt;iostream&gt;</span></div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160;<span class="preprocessor">#include &lt;string&gt;</span></div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;<span class="preprocessor">#endif // UNIT_TEST</span></div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; </div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160;<span class="comment">// Library Version</span></div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160;<span class="preprocessor">#define _IRREMOTEESP8266_VERSION_ &quot;2.7.7&quot;</span></div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160; </div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160;<span class="comment">// Set the language &amp; locale for the library. See the `locale` dir for options.</span></div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160;<span class="preprocessor">#ifndef _IR_LOCALE_</span></div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160;<span class="preprocessor">#define _IR_LOCALE_ en-AU</span></div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160;<span class="preprocessor">#endif // _IR_LOCALE_</span></div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160; </div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160;<span class="comment">// Do we enable all the protocols by default (true), or disable them (false)?</span></div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160;<span class="comment">// This allows users of the library to disable or enable all protocols at</span></div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160;<span class="comment">// compile-time with `-D_IR_ENABLE_DEFAULT_=true` or</span></div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160;<span class="comment">// `-D_IR_ENABLE_DEFAULT_=false` compiler flags respectively.</span></div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160;<span class="comment">// Everything is included by default.</span></div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160;<span class="comment">// e.g. If you only want to enable use of he NEC protocol to save program space,</span></div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160;<span class="comment">// you would use something like:</span></div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160;<span class="comment">// `-D_IR_ENABLE_DEFAULT_=false -DDECODE_NEC=true -DSEND_NEC=true`</span></div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160;<span class="comment">//</span></div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160;<span class="comment">// or alter your &#39;platform.ini&#39; file accordingly:</span></div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160;<span class="comment">// ```</span></div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160;<span class="comment">// build_flags = -D_IR_ENABLE_DEFAULT_=false</span></div>
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160;<span class="comment">// -DDECODE_NEC=true</span></div>
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160;<span class="comment">// -DSEND_NEC=true</span></div>
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160;<span class="comment">// ```</span></div>
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160;<span class="comment">// If you want to enable support for every protocol *except* _decoding_ the</span></div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160;<span class="comment">// Kelvinator protocol, you would use:</span></div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160;<span class="comment">// `-DDECODE_KELVINATOR=false`</span></div>
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160;<span class="preprocessor">#ifndef _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160;<span class="preprocessor">#define _IR_ENABLE_DEFAULT_ true // Unless set externally, the default is on.</span></div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>&#160;<span class="preprocessor">#endif // _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160; </div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160;<span class="comment">// Supported IR protocols</span></div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160;<span class="comment">// Each protocol you include costs memory and, during decode, costs time</span></div>
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160;<span class="comment">// Disable (set to false) all the protocols you do not need/want!</span></div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160;<span class="comment">// The Air Conditioner protocols are the most expensive memory-wise.</span></div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160;<span class="comment">//</span></div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160; </div>
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160;<span class="comment">// Semi-unique code for unknown messages</span></div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160;<span class="preprocessor">#ifndef DECODE_HASH</span></div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160;<span class="preprocessor">#define DECODE_HASH _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160;<span class="preprocessor">#endif // DECODE_HASH</span></div>
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>&#160; </div>
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>&#160;<span class="preprocessor">#ifndef SEND_RAW</span></div>
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160;<span class="preprocessor">#define SEND_RAW _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160;<span class="preprocessor">#endif // SEND_RAW</span></div>
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160; </div>
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160;<span class="preprocessor">#ifndef DECODE_NEC</span></div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160;<span class="preprocessor">#define DECODE_NEC _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>&#160;<span class="preprocessor">#endif // DECODE_NEC</span></div>
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160;<span class="preprocessor">#ifndef SEND_NEC</span></div>
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>&#160;<span class="preprocessor">#define SEND_NEC _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160;<span class="preprocessor">#endif // SEND_NEC</span></div>
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160; </div>
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>&#160;<span class="preprocessor">#ifndef DECODE_SHERWOOD</span></div>
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>&#160;<span class="preprocessor">#define DECODE_SHERWOOD false // Not applicable. Actually is DECODE_NEC</span></div>
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>&#160;<span class="preprocessor">#endif // DECODE_SHERWOOD</span></div>
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>&#160;<span class="preprocessor">#ifndef SEND_SHERWOOD</span></div>
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>&#160;<span class="preprocessor">#define SEND_SHERWOOD _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160;<span class="preprocessor">#endif // SEND_SHERWOOD</span></div>
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160; </div>
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>&#160;<span class="preprocessor">#ifndef DECODE_RC5</span></div>
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>&#160;<span class="preprocessor">#define DECODE_RC5 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>&#160;<span class="preprocessor">#endif // DECODE_RC5</span></div>
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span>&#160;<span class="preprocessor">#ifndef SEND_RC5</span></div>
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>&#160;<span class="preprocessor">#define SEND_RC5 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span>&#160;<span class="preprocessor">#endif // SEND_RC5</span></div>
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>&#160; </div>
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>&#160;<span class="preprocessor">#ifndef DECODE_RC6</span></div>
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>&#160;<span class="preprocessor">#define DECODE_RC6 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>&#160;<span class="preprocessor">#endif // DECODE_RC6</span></div>
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span>&#160;<span class="preprocessor">#ifndef SEND_RC6</span></div>
<div class="line"><a name="l00124"></a><span class="lineno"> 124</span>&#160;<span class="preprocessor">#define SEND_RC6 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>&#160;<span class="preprocessor">#endif // SEND_RC6</span></div>
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>&#160; </div>
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span>&#160;<span class="preprocessor">#ifndef DECODE_RCMM</span></div>
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>&#160;<span class="preprocessor">#define DECODE_RCMM _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span>&#160;<span class="preprocessor">#endif // DECODE_RCMM</span></div>
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span>&#160;<span class="preprocessor">#ifndef SEND_RCMM</span></div>
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span>&#160;<span class="preprocessor">#define SEND_RCMM _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span>&#160;<span class="preprocessor">#endif // SEND_RCMM</span></div>
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>&#160; </div>
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span>&#160;<span class="preprocessor">#ifndef DECODE_SONY</span></div>
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span>&#160;<span class="preprocessor">#define DECODE_SONY _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00136"></a><span class="lineno"> 136</span>&#160;<span class="preprocessor">#endif // DECODE_SONY</span></div>
<div class="line"><a name="l00137"></a><span class="lineno"> 137</span>&#160;<span class="preprocessor">#ifndef SEND_SONY</span></div>
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span>&#160;<span class="preprocessor">#define SEND_SONY _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span>&#160;<span class="preprocessor">#endif // SEND_SONY</span></div>
<div class="line"><a name="l00140"></a><span class="lineno"> 140</span>&#160; </div>
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span>&#160;<span class="preprocessor">#ifndef DECODE_PANASONIC</span></div>
<div class="line"><a name="l00142"></a><span class="lineno"> 142</span>&#160;<span class="preprocessor">#define DECODE_PANASONIC _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00143"></a><span class="lineno"> 143</span>&#160;<span class="preprocessor">#endif // DECODE_PANASONIC</span></div>
<div class="line"><a name="l00144"></a><span class="lineno"> 144</span>&#160;<span class="preprocessor">#ifndef SEND_PANASONIC</span></div>
<div class="line"><a name="l00145"></a><span class="lineno"> 145</span>&#160;<span class="preprocessor">#define SEND_PANASONIC _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00146"></a><span class="lineno"> 146</span>&#160;<span class="preprocessor">#endif // SEND_PANASONIC</span></div>
<div class="line"><a name="l00147"></a><span class="lineno"> 147</span>&#160; </div>
<div class="line"><a name="l00148"></a><span class="lineno"> 148</span>&#160;<span class="preprocessor">#ifndef DECODE_JVC</span></div>
<div class="line"><a name="l00149"></a><span class="lineno"> 149</span>&#160;<span class="preprocessor">#define DECODE_JVC _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00150"></a><span class="lineno"> 150</span>&#160;<span class="preprocessor">#endif // DECODE_JVC</span></div>
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span>&#160;<span class="preprocessor">#ifndef SEND_JVC</span></div>
<div class="line"><a name="l00152"></a><span class="lineno"> 152</span>&#160;<span class="preprocessor">#define SEND_JVC _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00153"></a><span class="lineno"> 153</span>&#160;<span class="preprocessor">#endif // SEND_JVC</span></div>
<div class="line"><a name="l00154"></a><span class="lineno"> 154</span>&#160; </div>
<div class="line"><a name="l00155"></a><span class="lineno"> 155</span>&#160;<span class="preprocessor">#ifndef DECODE_SAMSUNG</span></div>
<div class="line"><a name="l00156"></a><span class="lineno"> 156</span>&#160;<span class="preprocessor">#define DECODE_SAMSUNG _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00157"></a><span class="lineno"> 157</span>&#160;<span class="preprocessor">#endif // DECODE_SAMSUNG</span></div>
<div class="line"><a name="l00158"></a><span class="lineno"> 158</span>&#160;<span class="preprocessor">#ifndef SEND_SAMSUNG</span></div>
<div class="line"><a name="l00159"></a><span class="lineno"> 159</span>&#160;<span class="preprocessor">#define SEND_SAMSUNG _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00160"></a><span class="lineno"> 160</span>&#160;<span class="preprocessor">#endif // SEND_SAMSUNG</span></div>
<div class="line"><a name="l00161"></a><span class="lineno"> 161</span>&#160; </div>
<div class="line"><a name="l00162"></a><span class="lineno"> 162</span>&#160;<span class="preprocessor">#ifndef DECODE_SAMSUNG36</span></div>
<div class="line"><a name="l00163"></a><span class="lineno"> 163</span>&#160;<span class="preprocessor">#define DECODE_SAMSUNG36 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00164"></a><span class="lineno"> 164</span>&#160;<span class="preprocessor">#endif // DECODE_SAMSUNG36</span></div>
<div class="line"><a name="l00165"></a><span class="lineno"> 165</span>&#160;<span class="preprocessor">#ifndef SEND_SAMSUNG36</span></div>
<div class="line"><a name="l00166"></a><span class="lineno"> 166</span>&#160;<span class="preprocessor">#define SEND_SAMSUNG36 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00167"></a><span class="lineno"> 167</span>&#160;<span class="preprocessor">#endif // SEND_SAMSUNG36</span></div>
<div class="line"><a name="l00168"></a><span class="lineno"> 168</span>&#160; </div>
<div class="line"><a name="l00169"></a><span class="lineno"> 169</span>&#160;<span class="preprocessor">#ifndef DECODE_SAMSUNG_AC</span></div>
<div class="line"><a name="l00170"></a><span class="lineno"> 170</span>&#160;<span class="preprocessor">#define DECODE_SAMSUNG_AC _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00171"></a><span class="lineno"> 171</span>&#160;<span class="preprocessor">#endif // DECODE_SAMSUNG_AC</span></div>
<div class="line"><a name="l00172"></a><span class="lineno"> 172</span>&#160;<span class="preprocessor">#ifndef SEND_SAMSUNG_AC</span></div>
<div class="line"><a name="l00173"></a><span class="lineno"> 173</span>&#160;<span class="preprocessor">#define SEND_SAMSUNG_AC _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00174"></a><span class="lineno"> 174</span>&#160;<span class="preprocessor">#endif // SEND_SAMSUNG_AC</span></div>
<div class="line"><a name="l00175"></a><span class="lineno"> 175</span>&#160; </div>
<div class="line"><a name="l00176"></a><span class="lineno"> 176</span>&#160;<span class="preprocessor">#ifndef DECODE_WHYNTER</span></div>
<div class="line"><a name="l00177"></a><span class="lineno"> 177</span>&#160;<span class="preprocessor">#define DECODE_WHYNTER _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00178"></a><span class="lineno"> 178</span>&#160;<span class="preprocessor">#endif // DECODE_WHYNTER</span></div>
<div class="line"><a name="l00179"></a><span class="lineno"> 179</span>&#160;<span class="preprocessor">#ifndef SEND_WHYNTER</span></div>
<div class="line"><a name="l00180"></a><span class="lineno"> 180</span>&#160;<span class="preprocessor">#define SEND_WHYNTER _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00181"></a><span class="lineno"> 181</span>&#160;<span class="preprocessor">#endif // SEND_WHYNTER</span></div>
<div class="line"><a name="l00182"></a><span class="lineno"> 182</span>&#160; </div>
<div class="line"><a name="l00183"></a><span class="lineno"> 183</span>&#160;<span class="preprocessor">#ifndef DECODE_AIWA_RC_T501</span></div>
<div class="line"><a name="l00184"></a><span class="lineno"> 184</span>&#160;<span class="preprocessor">#define DECODE_AIWA_RC_T501 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00185"></a><span class="lineno"> 185</span>&#160;<span class="preprocessor">#endif // DECODE_AIWA_RC_T501</span></div>
<div class="line"><a name="l00186"></a><span class="lineno"> 186</span>&#160;<span class="preprocessor">#ifndef SEND_AIWA_RC_T501</span></div>
<div class="line"><a name="l00187"></a><span class="lineno"> 187</span>&#160;<span class="preprocessor">#define SEND_AIWA_RC_T501 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00188"></a><span class="lineno"> 188</span>&#160;<span class="preprocessor">#endif // SEND_AIWA_RC_T501</span></div>
<div class="line"><a name="l00189"></a><span class="lineno"> 189</span>&#160; </div>
<div class="line"><a name="l00190"></a><span class="lineno"> 190</span>&#160;<span class="preprocessor">#ifndef DECODE_LG</span></div>
<div class="line"><a name="l00191"></a><span class="lineno"> 191</span>&#160;<span class="preprocessor">#define DECODE_LG _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00192"></a><span class="lineno"> 192</span>&#160;<span class="preprocessor">#endif // DECODE_LG</span></div>
<div class="line"><a name="l00193"></a><span class="lineno"> 193</span>&#160;<span class="preprocessor">#ifndef SEND_LG</span></div>
<div class="line"><a name="l00194"></a><span class="lineno"> 194</span>&#160;<span class="preprocessor">#define SEND_LG _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00195"></a><span class="lineno"> 195</span>&#160;<span class="preprocessor">#endif // SEND_LG</span></div>
<div class="line"><a name="l00196"></a><span class="lineno"> 196</span>&#160; </div>
<div class="line"><a name="l00197"></a><span class="lineno"> 197</span>&#160;<span class="preprocessor">#ifndef DECODE_SANYO</span></div>
<div class="line"><a name="l00198"></a><span class="lineno"> 198</span>&#160;<span class="preprocessor">#define DECODE_SANYO _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00199"></a><span class="lineno"> 199</span>&#160;<span class="preprocessor">#endif // DECODE_SANYO</span></div>
<div class="line"><a name="l00200"></a><span class="lineno"> 200</span>&#160;<span class="preprocessor">#ifndef SEND_SANYO</span></div>
<div class="line"><a name="l00201"></a><span class="lineno"> 201</span>&#160;<span class="preprocessor">#define SEND_SANYO _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00202"></a><span class="lineno"> 202</span>&#160;<span class="preprocessor">#endif // SEND_SANYO</span></div>
<div class="line"><a name="l00203"></a><span class="lineno"> 203</span>&#160; </div>
<div class="line"><a name="l00204"></a><span class="lineno"> 204</span>&#160;<span class="preprocessor">#ifndef DECODE_MITSUBISHI</span></div>
<div class="line"><a name="l00205"></a><span class="lineno"> 205</span>&#160;<span class="preprocessor">#define DECODE_MITSUBISHI _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00206"></a><span class="lineno"> 206</span>&#160;<span class="preprocessor">#endif // DECODE_MITSUBISHI</span></div>
<div class="line"><a name="l00207"></a><span class="lineno"> 207</span>&#160;<span class="preprocessor">#ifndef SEND_MITSUBISHI</span></div>
<div class="line"><a name="l00208"></a><span class="lineno"> 208</span>&#160;<span class="preprocessor">#define SEND_MITSUBISHI _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00209"></a><span class="lineno"> 209</span>&#160;<span class="preprocessor">#endif // SEND_MITSUBISHI</span></div>
<div class="line"><a name="l00210"></a><span class="lineno"> 210</span>&#160; </div>
<div class="line"><a name="l00211"></a><span class="lineno"> 211</span>&#160;<span class="preprocessor">#ifndef DECODE_MITSUBISHI2</span></div>
<div class="line"><a name="l00212"></a><span class="lineno"> 212</span>&#160;<span class="preprocessor">#define DECODE_MITSUBISHI2 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00213"></a><span class="lineno"> 213</span>&#160;<span class="preprocessor">#endif // DECODE_MITSUBISHI2</span></div>
<div class="line"><a name="l00214"></a><span class="lineno"> 214</span>&#160;<span class="preprocessor">#ifndef SEND_MITSUBISHI2</span></div>
<div class="line"><a name="l00215"></a><span class="lineno"> 215</span>&#160;<span class="preprocessor">#define SEND_MITSUBISHI2 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00216"></a><span class="lineno"> 216</span>&#160;<span class="preprocessor">#endif // SEND_MITSUBISHI2</span></div>
<div class="line"><a name="l00217"></a><span class="lineno"> 217</span>&#160; </div>
<div class="line"><a name="l00218"></a><span class="lineno"> 218</span>&#160;<span class="preprocessor">#ifndef DECODE_DISH</span></div>
<div class="line"><a name="l00219"></a><span class="lineno"> 219</span>&#160;<span class="preprocessor">#define DECODE_DISH _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00220"></a><span class="lineno"> 220</span>&#160;<span class="preprocessor">#endif // DECODE_DISH</span></div>
<div class="line"><a name="l00221"></a><span class="lineno"> 221</span>&#160;<span class="preprocessor">#ifndef SEND_DISH</span></div>
<div class="line"><a name="l00222"></a><span class="lineno"> 222</span>&#160;<span class="preprocessor">#define SEND_DISH _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00223"></a><span class="lineno"> 223</span>&#160;<span class="preprocessor">#endif // SEND_DISH</span></div>
<div class="line"><a name="l00224"></a><span class="lineno"> 224</span>&#160; </div>
<div class="line"><a name="l00225"></a><span class="lineno"> 225</span>&#160;<span class="preprocessor">#ifndef DECODE_SHARP</span></div>
<div class="line"><a name="l00226"></a><span class="lineno"> 226</span>&#160;<span class="preprocessor">#define DECODE_SHARP _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00227"></a><span class="lineno"> 227</span>&#160;<span class="preprocessor">#endif // DECODE_SHARP</span></div>
<div class="line"><a name="l00228"></a><span class="lineno"> 228</span>&#160;<span class="preprocessor">#ifndef SEND_SHARP</span></div>
<div class="line"><a name="l00229"></a><span class="lineno"> 229</span>&#160;<span class="preprocessor">#define SEND_SHARP _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00230"></a><span class="lineno"> 230</span>&#160;<span class="preprocessor">#endif // SEND_SHARP</span></div>
<div class="line"><a name="l00231"></a><span class="lineno"> 231</span>&#160; </div>
<div class="line"><a name="l00232"></a><span class="lineno"> 232</span>&#160;<span class="preprocessor">#ifndef DECODE_SHARP_AC</span></div>
<div class="line"><a name="l00233"></a><span class="lineno"> 233</span>&#160;<span class="preprocessor">#define DECODE_SHARP_AC _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00234"></a><span class="lineno"> 234</span>&#160;<span class="preprocessor">#endif // DECODE_SHARP_AC</span></div>
<div class="line"><a name="l00235"></a><span class="lineno"> 235</span>&#160;<span class="preprocessor">#ifndef SEND_SHARP_AC</span></div>
<div class="line"><a name="l00236"></a><span class="lineno"> 236</span>&#160;<span class="preprocessor">#define SEND_SHARP_AC _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00237"></a><span class="lineno"> 237</span>&#160;<span class="preprocessor">#endif // SEND_SHARP_AC</span></div>
<div class="line"><a name="l00238"></a><span class="lineno"> 238</span>&#160; </div>
<div class="line"><a name="l00239"></a><span class="lineno"> 239</span>&#160;<span class="preprocessor">#ifndef DECODE_DENON</span></div>
<div class="line"><a name="l00240"></a><span class="lineno"> 240</span>&#160;<span class="preprocessor">#define DECODE_DENON _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00241"></a><span class="lineno"> 241</span>&#160;<span class="preprocessor">#endif // DECODE_DENON</span></div>
<div class="line"><a name="l00242"></a><span class="lineno"> 242</span>&#160;<span class="preprocessor">#ifndef SEND_DENON</span></div>
<div class="line"><a name="l00243"></a><span class="lineno"> 243</span>&#160;<span class="preprocessor">#define SEND_DENON _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00244"></a><span class="lineno"> 244</span>&#160;<span class="preprocessor">#endif // SEND_DENON</span></div>
<div class="line"><a name="l00245"></a><span class="lineno"> 245</span>&#160; </div>
<div class="line"><a name="l00246"></a><span class="lineno"> 246</span>&#160;<span class="preprocessor">#ifndef DECODE_KELVINATOR</span></div>
<div class="line"><a name="l00247"></a><span class="lineno"> 247</span>&#160;<span class="preprocessor">#define DECODE_KELVINATOR _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00248"></a><span class="lineno"> 248</span>&#160;<span class="preprocessor">#endif // DECODE_KELVINATOR</span></div>
<div class="line"><a name="l00249"></a><span class="lineno"> 249</span>&#160;<span class="preprocessor">#ifndef SEND_KELVINATOR</span></div>
<div class="line"><a name="l00250"></a><span class="lineno"> 250</span>&#160;<span class="preprocessor">#define SEND_KELVINATOR _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00251"></a><span class="lineno"> 251</span>&#160;<span class="preprocessor">#endif // SEND_KELVINATOR</span></div>
<div class="line"><a name="l00252"></a><span class="lineno"> 252</span>&#160; </div>
<div class="line"><a name="l00253"></a><span class="lineno"> 253</span>&#160;<span class="preprocessor">#ifndef DECODE_MITSUBISHI_AC</span></div>
<div class="line"><a name="l00254"></a><span class="lineno"> 254</span>&#160;<span class="preprocessor">#define DECODE_MITSUBISHI_AC _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00255"></a><span class="lineno"> 255</span>&#160;<span class="preprocessor">#endif // DECODE_MITSUBISHI_AC</span></div>
<div class="line"><a name="l00256"></a><span class="lineno"> 256</span>&#160;<span class="preprocessor">#ifndef SEND_MITSUBISHI_AC</span></div>
<div class="line"><a name="l00257"></a><span class="lineno"> 257</span>&#160;<span class="preprocessor">#define SEND_MITSUBISHI_AC _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00258"></a><span class="lineno"> 258</span>&#160;<span class="preprocessor">#endif // SEND_MITSUBISHI_AC</span></div>
<div class="line"><a name="l00259"></a><span class="lineno"> 259</span>&#160; </div>
<div class="line"><a name="l00260"></a><span class="lineno"> 260</span>&#160;<span class="preprocessor">#ifndef DECODE_MITSUBISHI136</span></div>
<div class="line"><a name="l00261"></a><span class="lineno"> 261</span>&#160;<span class="preprocessor">#define DECODE_MITSUBISHI136 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00262"></a><span class="lineno"> 262</span>&#160;<span class="preprocessor">#endif // DECODE_MITSUBISHI136</span></div>
<div class="line"><a name="l00263"></a><span class="lineno"> 263</span>&#160;<span class="preprocessor">#ifndef SEND_MITSUBISHI136</span></div>
<div class="line"><a name="l00264"></a><span class="lineno"> 264</span>&#160;<span class="preprocessor">#define SEND_MITSUBISHI136 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00265"></a><span class="lineno"> 265</span>&#160;<span class="preprocessor">#endif // SEND_MITSUBISHI136</span></div>
<div class="line"><a name="l00266"></a><span class="lineno"> 266</span>&#160; </div>
<div class="line"><a name="l00267"></a><span class="lineno"> 267</span>&#160;<span class="preprocessor">#ifndef DECODE_MITSUBISHI112</span></div>
<div class="line"><a name="l00268"></a><span class="lineno"> 268</span>&#160;<span class="preprocessor">#define DECODE_MITSUBISHI112 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00269"></a><span class="lineno"> 269</span>&#160;<span class="preprocessor">#endif // DECODE_MITSUBISHI112</span></div>
<div class="line"><a name="l00270"></a><span class="lineno"> 270</span>&#160;<span class="preprocessor">#ifndef SEND_MITSUBISHI112</span></div>
<div class="line"><a name="l00271"></a><span class="lineno"> 271</span>&#160;<span class="preprocessor">#define SEND_MITSUBISHI112 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00272"></a><span class="lineno"> 272</span>&#160;<span class="preprocessor">#endif // SEND_MITSUBISHI112</span></div>
<div class="line"><a name="l00273"></a><span class="lineno"> 273</span>&#160; </div>
<div class="line"><a name="l00274"></a><span class="lineno"> 274</span>&#160;<span class="preprocessor">#ifndef DECODE_FUJITSU_AC</span></div>
<div class="line"><a name="l00275"></a><span class="lineno"> 275</span>&#160;<span class="preprocessor">#define DECODE_FUJITSU_AC _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00276"></a><span class="lineno"> 276</span>&#160;<span class="preprocessor">#endif // DECODE_FUJITSU_AC</span></div>
<div class="line"><a name="l00277"></a><span class="lineno"> 277</span>&#160;<span class="preprocessor">#ifndef SEND_FUJITSU_AC</span></div>
<div class="line"><a name="l00278"></a><span class="lineno"> 278</span>&#160;<span class="preprocessor">#define SEND_FUJITSU_AC _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00279"></a><span class="lineno"> 279</span>&#160;<span class="preprocessor">#endif // SEND_FUJITSU_AC</span></div>
<div class="line"><a name="l00280"></a><span class="lineno"> 280</span>&#160; </div>
<div class="line"><a name="l00281"></a><span class="lineno"> 281</span>&#160;<span class="preprocessor">#ifndef DECODE_INAX</span></div>
<div class="line"><a name="l00282"></a><span class="lineno"> 282</span>&#160;<span class="preprocessor">#define DECODE_INAX _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00283"></a><span class="lineno"> 283</span>&#160;<span class="preprocessor">#endif // DECODE_INAX</span></div>
<div class="line"><a name="l00284"></a><span class="lineno"> 284</span>&#160;<span class="preprocessor">#ifndef SEND_INAX</span></div>
<div class="line"><a name="l00285"></a><span class="lineno"> 285</span>&#160;<span class="preprocessor">#define SEND_INAX _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00286"></a><span class="lineno"> 286</span>&#160;<span class="preprocessor">#endif // SEND_INAX</span></div>
<div class="line"><a name="l00287"></a><span class="lineno"> 287</span>&#160; </div>
<div class="line"><a name="l00288"></a><span class="lineno"> 288</span>&#160;<span class="preprocessor">#ifndef DECODE_DAIKIN</span></div>
<div class="line"><a name="l00289"></a><span class="lineno"> 289</span>&#160;<span class="preprocessor">#define DECODE_DAIKIN _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00290"></a><span class="lineno"> 290</span>&#160;<span class="preprocessor">#endif // DECODE_DAIKIN</span></div>
<div class="line"><a name="l00291"></a><span class="lineno"> 291</span>&#160;<span class="preprocessor">#ifndef SEND_DAIKIN</span></div>
<div class="line"><a name="l00292"></a><span class="lineno"> 292</span>&#160;<span class="preprocessor">#define SEND_DAIKIN _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00293"></a><span class="lineno"> 293</span>&#160;<span class="preprocessor">#endif // SEND_DAIKIN</span></div>
<div class="line"><a name="l00294"></a><span class="lineno"> 294</span>&#160; </div>
<div class="line"><a name="l00295"></a><span class="lineno"> 295</span>&#160;<span class="preprocessor">#ifndef DECODE_COOLIX</span></div>
<div class="line"><a name="l00296"></a><span class="lineno"> 296</span>&#160;<span class="preprocessor">#define DECODE_COOLIX _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00297"></a><span class="lineno"> 297</span>&#160;<span class="preprocessor">#endif // DECODE_COOLIX</span></div>
<div class="line"><a name="l00298"></a><span class="lineno"> 298</span>&#160;<span class="preprocessor">#ifndef SEND_COOLIX</span></div>
<div class="line"><a name="l00299"></a><span class="lineno"> 299</span>&#160;<span class="preprocessor">#define SEND_COOLIX _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00300"></a><span class="lineno"> 300</span>&#160;<span class="preprocessor">#endif // SEND_COOLIX</span></div>
<div class="line"><a name="l00301"></a><span class="lineno"> 301</span>&#160; </div>
<div class="line"><a name="l00302"></a><span class="lineno"> 302</span>&#160;<span class="preprocessor">#ifndef DECODE_GLOBALCACHE</span></div>
<div class="line"><a name="l00303"></a><span class="lineno"> 303</span>&#160;<span class="preprocessor">#define DECODE_GLOBALCACHE false // Not applicable.</span></div>
<div class="line"><a name="l00304"></a><span class="lineno"> 304</span>&#160;<span class="preprocessor">#endif // DECODE_GLOBALCACHE</span></div>
<div class="line"><a name="l00305"></a><span class="lineno"> 305</span>&#160;<span class="preprocessor">#ifndef SEND_GLOBALCACHE</span></div>
<div class="line"><a name="l00306"></a><span class="lineno"> 306</span>&#160;<span class="preprocessor">#define SEND_GLOBALCACHE _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00307"></a><span class="lineno"> 307</span>&#160;<span class="preprocessor">#endif // SEND_GLOBALCACHE</span></div>
<div class="line"><a name="l00308"></a><span class="lineno"> 308</span>&#160; </div>
<div class="line"><a name="l00309"></a><span class="lineno"> 309</span>&#160;<span class="preprocessor">#ifndef DECODE_GOODWEATHER</span></div>
<div class="line"><a name="l00310"></a><span class="lineno"> 310</span>&#160;<span class="preprocessor">#define DECODE_GOODWEATHER _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00311"></a><span class="lineno"> 311</span>&#160;<span class="preprocessor">#endif // DECODE_GOODWEATHER</span></div>
<div class="line"><a name="l00312"></a><span class="lineno"> 312</span>&#160;<span class="preprocessor">#ifndef SEND_GOODWEATHER</span></div>
<div class="line"><a name="l00313"></a><span class="lineno"> 313</span>&#160;<span class="preprocessor">#define SEND_GOODWEATHER _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00314"></a><span class="lineno"> 314</span>&#160;<span class="preprocessor">#endif // SEND_GOODWEATHER</span></div>
<div class="line"><a name="l00315"></a><span class="lineno"> 315</span>&#160; </div>
<div class="line"><a name="l00316"></a><span class="lineno"> 316</span>&#160;<span class="preprocessor">#ifndef DECODE_GREE</span></div>
<div class="line"><a name="l00317"></a><span class="lineno"> 317</span>&#160;<span class="preprocessor">#define DECODE_GREE _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00318"></a><span class="lineno"> 318</span>&#160;<span class="preprocessor">#endif // DECODE_GREE</span></div>
<div class="line"><a name="l00319"></a><span class="lineno"> 319</span>&#160;<span class="preprocessor">#ifndef SEND_GREE</span></div>
<div class="line"><a name="l00320"></a><span class="lineno"> 320</span>&#160;<span class="preprocessor">#define SEND_GREE _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00321"></a><span class="lineno"> 321</span>&#160;<span class="preprocessor">#endif // SEND_GREE</span></div>
<div class="line"><a name="l00322"></a><span class="lineno"> 322</span>&#160; </div>
<div class="line"><a name="l00323"></a><span class="lineno"> 323</span>&#160;<span class="preprocessor">#ifndef DECODE_PRONTO</span></div>
<div class="line"><a name="l00324"></a><span class="lineno"> 324</span>&#160;<span class="preprocessor">#define DECODE_PRONTO false // Not applicable.</span></div>
<div class="line"><a name="l00325"></a><span class="lineno"> 325</span>&#160;<span class="preprocessor">#endif // DECODE_PRONTO</span></div>
<div class="line"><a name="l00326"></a><span class="lineno"> 326</span>&#160;<span class="preprocessor">#ifndef SEND_PRONTO</span></div>
<div class="line"><a name="l00327"></a><span class="lineno"> 327</span>&#160;<span class="preprocessor">#define SEND_PRONTO _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00328"></a><span class="lineno"> 328</span>&#160;<span class="preprocessor">#endif // SEND_PRONTO</span></div>
<div class="line"><a name="l00329"></a><span class="lineno"> 329</span>&#160; </div>
<div class="line"><a name="l00330"></a><span class="lineno"> 330</span>&#160;<span class="preprocessor">#ifndef DECODE_ARGO</span></div>
<div class="line"><a name="l00331"></a><span class="lineno"> 331</span>&#160;<span class="preprocessor">#define DECODE_ARGO _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00332"></a><span class="lineno"> 332</span>&#160;<span class="preprocessor">#endif // DECODE_ARGO</span></div>
<div class="line"><a name="l00333"></a><span class="lineno"> 333</span>&#160;<span class="preprocessor">#ifndef SEND_ARGO</span></div>
<div class="line"><a name="l00334"></a><span class="lineno"> 334</span>&#160;<span class="preprocessor">#define SEND_ARGO _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00335"></a><span class="lineno"> 335</span>&#160;<span class="preprocessor">#endif // SEND_ARGO</span></div>
<div class="line"><a name="l00336"></a><span class="lineno"> 336</span>&#160; </div>
<div class="line"><a name="l00337"></a><span class="lineno"> 337</span>&#160;<span class="preprocessor">#ifndef DECODE_TROTEC</span></div>
<div class="line"><a name="l00338"></a><span class="lineno"> 338</span>&#160;<span class="preprocessor">#define DECODE_TROTEC _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00339"></a><span class="lineno"> 339</span>&#160;<span class="preprocessor">#endif // DECODE_TROTEC</span></div>
<div class="line"><a name="l00340"></a><span class="lineno"> 340</span>&#160;<span class="preprocessor">#ifndef SEND_TROTEC</span></div>
<div class="line"><a name="l00341"></a><span class="lineno"> 341</span>&#160;<span class="preprocessor">#define SEND_TROTEC _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00342"></a><span class="lineno"> 342</span>&#160;<span class="preprocessor">#endif // SEND_TROTEC</span></div>
<div class="line"><a name="l00343"></a><span class="lineno"> 343</span>&#160; </div>
<div class="line"><a name="l00344"></a><span class="lineno"> 344</span>&#160;<span class="preprocessor">#ifndef DECODE_NIKAI</span></div>
<div class="line"><a name="l00345"></a><span class="lineno"> 345</span>&#160;<span class="preprocessor">#define DECODE_NIKAI _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00346"></a><span class="lineno"> 346</span>&#160;<span class="preprocessor">#endif // DECODE_NIKAI</span></div>
<div class="line"><a name="l00347"></a><span class="lineno"> 347</span>&#160;<span class="preprocessor">#ifndef SEND_NIKAI</span></div>
<div class="line"><a name="l00348"></a><span class="lineno"> 348</span>&#160;<span class="preprocessor">#define SEND_NIKAI _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00349"></a><span class="lineno"> 349</span>&#160;<span class="preprocessor">#endif // SEND_NIKAI</span></div>
<div class="line"><a name="l00350"></a><span class="lineno"> 350</span>&#160; </div>
<div class="line"><a name="l00351"></a><span class="lineno"> 351</span>&#160;<span class="preprocessor">#ifndef DECODE_TOSHIBA_AC</span></div>
<div class="line"><a name="l00352"></a><span class="lineno"> 352</span>&#160;<span class="preprocessor">#define DECODE_TOSHIBA_AC _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00353"></a><span class="lineno"> 353</span>&#160;<span class="preprocessor">#endif // DECODE_TOSHIBA_AC</span></div>
<div class="line"><a name="l00354"></a><span class="lineno"> 354</span>&#160;<span class="preprocessor">#ifndef SEND_TOSHIBA_AC</span></div>
<div class="line"><a name="l00355"></a><span class="lineno"> 355</span>&#160;<span class="preprocessor">#define SEND_TOSHIBA_AC _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00356"></a><span class="lineno"> 356</span>&#160;<span class="preprocessor">#endif // SEND_TOSHIBA_AC</span></div>
<div class="line"><a name="l00357"></a><span class="lineno"> 357</span>&#160; </div>
<div class="line"><a name="l00358"></a><span class="lineno"> 358</span>&#160;<span class="preprocessor">#ifndef DECODE_MAGIQUEST</span></div>
<div class="line"><a name="l00359"></a><span class="lineno"> 359</span>&#160;<span class="preprocessor">#define DECODE_MAGIQUEST _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00360"></a><span class="lineno"> 360</span>&#160;<span class="preprocessor">#endif // DECODE_MAGIQUEST</span></div>
<div class="line"><a name="l00361"></a><span class="lineno"> 361</span>&#160;<span class="preprocessor">#ifndef SEND_MAGIQUEST</span></div>
<div class="line"><a name="l00362"></a><span class="lineno"> 362</span>&#160;<span class="preprocessor">#define SEND_MAGIQUEST _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00363"></a><span class="lineno"> 363</span>&#160;<span class="preprocessor">#endif // SEND_MAGIQUEST</span></div>
<div class="line"><a name="l00364"></a><span class="lineno"> 364</span>&#160; </div>
<div class="line"><a name="l00365"></a><span class="lineno"> 365</span>&#160;<span class="preprocessor">#ifndef DECODE_MIDEA</span></div>
<div class="line"><a name="l00366"></a><span class="lineno"> 366</span>&#160;<span class="preprocessor">#define DECODE_MIDEA _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00367"></a><span class="lineno"> 367</span>&#160;<span class="preprocessor">#endif // DECODE_MIDEA</span></div>
<div class="line"><a name="l00368"></a><span class="lineno"> 368</span>&#160;<span class="preprocessor">#ifndef SEND_MIDEA</span></div>
<div class="line"><a name="l00369"></a><span class="lineno"> 369</span>&#160;<span class="preprocessor">#define SEND_MIDEA _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00370"></a><span class="lineno"> 370</span>&#160;<span class="preprocessor">#endif // SEND_MIDEA</span></div>
<div class="line"><a name="l00371"></a><span class="lineno"> 371</span>&#160; </div>
<div class="line"><a name="l00372"></a><span class="lineno"> 372</span>&#160;<span class="preprocessor">#ifndef DECODE_MIDEA24</span></div>
<div class="line"><a name="l00373"></a><span class="lineno"> 373</span>&#160;<span class="preprocessor">#define DECODE_MIDEA24 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00374"></a><span class="lineno"> 374</span>&#160;<span class="preprocessor">#endif // DECODE_MIDEA24</span></div>
<div class="line"><a name="l00375"></a><span class="lineno"> 375</span>&#160;<span class="preprocessor">#ifndef SEND_MIDEA24</span></div>
<div class="line"><a name="l00376"></a><span class="lineno"> 376</span>&#160;<span class="preprocessor">#define SEND_MIDEA24 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00377"></a><span class="lineno"> 377</span>&#160;<span class="preprocessor">#endif // SEND_MIDEA24</span></div>
<div class="line"><a name="l00378"></a><span class="lineno"> 378</span>&#160; </div>
<div class="line"><a name="l00379"></a><span class="lineno"> 379</span>&#160;<span class="preprocessor">#ifndef DECODE_LASERTAG</span></div>
<div class="line"><a name="l00380"></a><span class="lineno"> 380</span>&#160;<span class="preprocessor">#define DECODE_LASERTAG _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00381"></a><span class="lineno"> 381</span>&#160;<span class="preprocessor">#endif // DECODE_LASERTAG</span></div>
<div class="line"><a name="l00382"></a><span class="lineno"> 382</span>&#160;<span class="preprocessor">#ifndef SEND_LASERTAG</span></div>
<div class="line"><a name="l00383"></a><span class="lineno"> 383</span>&#160;<span class="preprocessor">#define SEND_LASERTAG _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00384"></a><span class="lineno"> 384</span>&#160;<span class="preprocessor">#endif // SEND_LASERTAG</span></div>
<div class="line"><a name="l00385"></a><span class="lineno"> 385</span>&#160; </div>
<div class="line"><a name="l00386"></a><span class="lineno"> 386</span>&#160;<span class="preprocessor">#ifndef DECODE_CARRIER_AC</span></div>
<div class="line"><a name="l00387"></a><span class="lineno"> 387</span>&#160;<span class="preprocessor">#define DECODE_CARRIER_AC _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00388"></a><span class="lineno"> 388</span>&#160;<span class="preprocessor">#endif // DECODE_CARRIER_AC</span></div>
<div class="line"><a name="l00389"></a><span class="lineno"> 389</span>&#160;<span class="preprocessor">#ifndef SEND_CARRIER_AC</span></div>
<div class="line"><a name="l00390"></a><span class="lineno"> 390</span>&#160;<span class="preprocessor">#define SEND_CARRIER_AC _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00391"></a><span class="lineno"> 391</span>&#160;<span class="preprocessor">#endif // SEND_CARRIER_AC</span></div>
<div class="line"><a name="l00392"></a><span class="lineno"> 392</span>&#160; </div>
<div class="line"><a name="l00393"></a><span class="lineno"> 393</span>&#160;<span class="preprocessor">#ifndef DECODE_CARRIER_AC40</span></div>
<div class="line"><a name="l00394"></a><span class="lineno"> 394</span>&#160;<span class="preprocessor">#define DECODE_CARRIER_AC40 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00395"></a><span class="lineno"> 395</span>&#160;<span class="preprocessor">#endif // DECODE_CARRIER_AC40</span></div>
<div class="line"><a name="l00396"></a><span class="lineno"> 396</span>&#160;<span class="preprocessor">#ifndef SEND_CARRIER_AC40</span></div>
<div class="line"><a name="l00397"></a><span class="lineno"> 397</span>&#160;<span class="preprocessor">#define SEND_CARRIER_AC40 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00398"></a><span class="lineno"> 398</span>&#160;<span class="preprocessor">#endif // SEND_CARRIER_AC40</span></div>
<div class="line"><a name="l00399"></a><span class="lineno"> 399</span>&#160; </div>
<div class="line"><a name="l00400"></a><span class="lineno"> 400</span>&#160;<span class="preprocessor">#ifndef DECODE_CARRIER_AC64</span></div>
<div class="line"><a name="l00401"></a><span class="lineno"> 401</span>&#160;<span class="preprocessor">#define DECODE_CARRIER_AC64 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00402"></a><span class="lineno"> 402</span>&#160;<span class="preprocessor">#endif // DECODE_CARRIER_AC64</span></div>
<div class="line"><a name="l00403"></a><span class="lineno"> 403</span>&#160;<span class="preprocessor">#ifndef SEND_CARRIER_AC64</span></div>
<div class="line"><a name="l00404"></a><span class="lineno"> 404</span>&#160;<span class="preprocessor">#define SEND_CARRIER_AC64 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00405"></a><span class="lineno"> 405</span>&#160;<span class="preprocessor">#endif // SEND_CARRIER_AC64</span></div>
<div class="line"><a name="l00406"></a><span class="lineno"> 406</span>&#160; </div>
<div class="line"><a name="l00407"></a><span class="lineno"> 407</span>&#160;<span class="preprocessor">#ifndef DECODE_HAIER_AC</span></div>
<div class="line"><a name="l00408"></a><span class="lineno"> 408</span>&#160;<span class="preprocessor">#define DECODE_HAIER_AC _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00409"></a><span class="lineno"> 409</span>&#160;<span class="preprocessor">#endif // DECODE_HAIER_AC</span></div>
<div class="line"><a name="l00410"></a><span class="lineno"> 410</span>&#160;<span class="preprocessor">#ifndef SEND_HAIER_AC</span></div>
<div class="line"><a name="l00411"></a><span class="lineno"> 411</span>&#160;<span class="preprocessor">#define SEND_HAIER_AC _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00412"></a><span class="lineno"> 412</span>&#160;<span class="preprocessor">#endif // SEND_HAIER_AC</span></div>
<div class="line"><a name="l00413"></a><span class="lineno"> 413</span>&#160; </div>
<div class="line"><a name="l00414"></a><span class="lineno"> 414</span>&#160;<span class="preprocessor">#ifndef DECODE_HITACHI_AC</span></div>
<div class="line"><a name="l00415"></a><span class="lineno"> 415</span>&#160;<span class="preprocessor">#define DECODE_HITACHI_AC _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00416"></a><span class="lineno"> 416</span>&#160;<span class="preprocessor">#endif // DECODE_HITACHI_AC</span></div>
<div class="line"><a name="l00417"></a><span class="lineno"> 417</span>&#160;<span class="preprocessor">#ifndef SEND_HITACHI_AC</span></div>
<div class="line"><a name="l00418"></a><span class="lineno"> 418</span>&#160;<span class="preprocessor">#define SEND_HITACHI_AC _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00419"></a><span class="lineno"> 419</span>&#160;<span class="preprocessor">#endif // SEND_HITACHI_AC</span></div>
<div class="line"><a name="l00420"></a><span class="lineno"> 420</span>&#160; </div>
<div class="line"><a name="l00421"></a><span class="lineno"> 421</span>&#160;<span class="preprocessor">#ifndef DECODE_HITACHI_AC1</span></div>
<div class="line"><a name="l00422"></a><span class="lineno"> 422</span>&#160;<span class="preprocessor">#define DECODE_HITACHI_AC1 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00423"></a><span class="lineno"> 423</span>&#160;<span class="preprocessor">#endif // DECODE_HITACHI_AC1</span></div>
<div class="line"><a name="l00424"></a><span class="lineno"> 424</span>&#160;<span class="preprocessor">#ifndef SEND_HITACHI_AC1</span></div>
<div class="line"><a name="l00425"></a><span class="lineno"> 425</span>&#160;<span class="preprocessor">#define SEND_HITACHI_AC1 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00426"></a><span class="lineno"> 426</span>&#160;<span class="preprocessor">#endif // SEND_HITACHI_AC1</span></div>
<div class="line"><a name="l00427"></a><span class="lineno"> 427</span>&#160; </div>
<div class="line"><a name="l00428"></a><span class="lineno"> 428</span>&#160;<span class="preprocessor">#ifndef DECODE_HITACHI_AC2</span></div>
<div class="line"><a name="l00429"></a><span class="lineno"> 429</span>&#160;<span class="preprocessor">#define DECODE_HITACHI_AC2 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00430"></a><span class="lineno"> 430</span>&#160;<span class="preprocessor">#endif // DECODE_HITACHI_AC2</span></div>
<div class="line"><a name="l00431"></a><span class="lineno"> 431</span>&#160;<span class="preprocessor">#ifndef SEND_HITACHI_AC2</span></div>
<div class="line"><a name="l00432"></a><span class="lineno"> 432</span>&#160;<span class="preprocessor">#define SEND_HITACHI_AC2 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00433"></a><span class="lineno"> 433</span>&#160;<span class="preprocessor">#endif // SEND_HITACHI_AC2</span></div>
<div class="line"><a name="l00434"></a><span class="lineno"> 434</span>&#160; </div>
<div class="line"><a name="l00435"></a><span class="lineno"> 435</span>&#160;<span class="preprocessor">#ifndef DECODE_HITACHI_AC3</span></div>
<div class="line"><a name="l00436"></a><span class="lineno"> 436</span>&#160;<span class="preprocessor">#define DECODE_HITACHI_AC3 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00437"></a><span class="lineno"> 437</span>&#160;<span class="preprocessor">#endif // DECODE_HITACHI_AC3</span></div>
<div class="line"><a name="l00438"></a><span class="lineno"> 438</span>&#160;<span class="preprocessor">#ifndef SEND_HITACHI_AC3</span></div>
<div class="line"><a name="l00439"></a><span class="lineno"> 439</span>&#160;<span class="preprocessor">#define SEND_HITACHI_AC3 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00440"></a><span class="lineno"> 440</span>&#160;<span class="preprocessor">#endif // SEND_HITACHI_AC3</span></div>
<div class="line"><a name="l00441"></a><span class="lineno"> 441</span>&#160; </div>
<div class="line"><a name="l00442"></a><span class="lineno"> 442</span>&#160;<span class="preprocessor">#ifndef DECODE_HITACHI_AC344</span></div>
<div class="line"><a name="l00443"></a><span class="lineno"> 443</span>&#160;<span class="preprocessor">#define DECODE_HITACHI_AC344 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00444"></a><span class="lineno"> 444</span>&#160;<span class="preprocessor">#endif // DECODE_HITACHI_AC344</span></div>
<div class="line"><a name="l00445"></a><span class="lineno"> 445</span>&#160;<span class="preprocessor">#ifndef SEND_HITACHI_AC344</span></div>
<div class="line"><a name="l00446"></a><span class="lineno"> 446</span>&#160;<span class="preprocessor">#define SEND_HITACHI_AC344 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00447"></a><span class="lineno"> 447</span>&#160;<span class="preprocessor">#endif // SEND_HITACHI_AC344</span></div>
<div class="line"><a name="l00448"></a><span class="lineno"> 448</span>&#160; </div>
<div class="line"><a name="l00449"></a><span class="lineno"> 449</span>&#160;<span class="preprocessor">#ifndef DECODE_HITACHI_AC424</span></div>
<div class="line"><a name="l00450"></a><span class="lineno"> 450</span>&#160;<span class="preprocessor">#define DECODE_HITACHI_AC424 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00451"></a><span class="lineno"> 451</span>&#160;<span class="preprocessor">#endif // DECODE_HITACHI_AC424</span></div>
<div class="line"><a name="l00452"></a><span class="lineno"> 452</span>&#160;<span class="preprocessor">#ifndef SEND_HITACHI_AC424</span></div>
<div class="line"><a name="l00453"></a><span class="lineno"> 453</span>&#160;<span class="preprocessor">#define SEND_HITACHI_AC424 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00454"></a><span class="lineno"> 454</span>&#160;<span class="preprocessor">#endif // SEND_HITACHI_AC424</span></div>
<div class="line"><a name="l00455"></a><span class="lineno"> 455</span>&#160; </div>
<div class="line"><a name="l00456"></a><span class="lineno"> 456</span>&#160;<span class="preprocessor">#ifndef DECODE_GICABLE</span></div>
<div class="line"><a name="l00457"></a><span class="lineno"> 457</span>&#160;<span class="preprocessor">#define DECODE_GICABLE _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00458"></a><span class="lineno"> 458</span>&#160;<span class="preprocessor">#endif // DECODE_GICABLE</span></div>
<div class="line"><a name="l00459"></a><span class="lineno"> 459</span>&#160;<span class="preprocessor">#ifndef SEND_GICABLE</span></div>
<div class="line"><a name="l00460"></a><span class="lineno"> 460</span>&#160;<span class="preprocessor">#define SEND_GICABLE _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00461"></a><span class="lineno"> 461</span>&#160;<span class="preprocessor">#endif // SEND_GICABLE</span></div>
<div class="line"><a name="l00462"></a><span class="lineno"> 462</span>&#160; </div>
<div class="line"><a name="l00463"></a><span class="lineno"> 463</span>&#160;<span class="preprocessor">#ifndef DECODE_HAIER_AC_YRW02</span></div>
<div class="line"><a name="l00464"></a><span class="lineno"> 464</span>&#160;<span class="preprocessor">#define DECODE_HAIER_AC_YRW02 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00465"></a><span class="lineno"> 465</span>&#160;<span class="preprocessor">#endif // DECODE_HAIER_AC_YRW02</span></div>
<div class="line"><a name="l00466"></a><span class="lineno"> 466</span>&#160;<span class="preprocessor">#ifndef SEND_HAIER_AC_YRW02</span></div>
<div class="line"><a name="l00467"></a><span class="lineno"> 467</span>&#160;<span class="preprocessor">#define SEND_HAIER_AC_YRW02 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00468"></a><span class="lineno"> 468</span>&#160;<span class="preprocessor">#endif // SEND_HAIER_AC_YRW02</span></div>
<div class="line"><a name="l00469"></a><span class="lineno"> 469</span>&#160; </div>
<div class="line"><a name="l00470"></a><span class="lineno"> 470</span>&#160;<span class="preprocessor">#ifndef DECODE_WHIRLPOOL_AC</span></div>
<div class="line"><a name="l00471"></a><span class="lineno"> 471</span>&#160;<span class="preprocessor">#define DECODE_WHIRLPOOL_AC _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00472"></a><span class="lineno"> 472</span>&#160;<span class="preprocessor">#endif // DECODE_WHIRLPOOL_AC</span></div>
<div class="line"><a name="l00473"></a><span class="lineno"> 473</span>&#160;<span class="preprocessor">#ifndef SEND_WHIRLPOOL_AC</span></div>
<div class="line"><a name="l00474"></a><span class="lineno"> 474</span>&#160;<span class="preprocessor">#define SEND_WHIRLPOOL_AC _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00475"></a><span class="lineno"> 475</span>&#160;<span class="preprocessor">#endif // SEND_WHIRLPOOL_AC</span></div>
<div class="line"><a name="l00476"></a><span class="lineno"> 476</span>&#160; </div>
<div class="line"><a name="l00477"></a><span class="lineno"> 477</span>&#160;<span class="preprocessor">#ifndef DECODE_LUTRON</span></div>
<div class="line"><a name="l00478"></a><span class="lineno"> 478</span>&#160;<span class="preprocessor">#define DECODE_LUTRON _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00479"></a><span class="lineno"> 479</span>&#160;<span class="preprocessor">#endif // DECODE_LUTRON</span></div>
<div class="line"><a name="l00480"></a><span class="lineno"> 480</span>&#160;<span class="preprocessor">#ifndef SEND_LUTRON</span></div>
<div class="line"><a name="l00481"></a><span class="lineno"> 481</span>&#160;<span class="preprocessor">#define SEND_LUTRON _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00482"></a><span class="lineno"> 482</span>&#160;<span class="preprocessor">#endif // SEND_LUTRON</span></div>
<div class="line"><a name="l00483"></a><span class="lineno"> 483</span>&#160; </div>
<div class="line"><a name="l00484"></a><span class="lineno"> 484</span>&#160;<span class="preprocessor">#ifndef DECODE_ELECTRA_AC</span></div>
<div class="line"><a name="l00485"></a><span class="lineno"> 485</span>&#160;<span class="preprocessor">#define DECODE_ELECTRA_AC _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00486"></a><span class="lineno"> 486</span>&#160;<span class="preprocessor">#endif // DECODE_ELECTRA_AC</span></div>
<div class="line"><a name="l00487"></a><span class="lineno"> 487</span>&#160;<span class="preprocessor">#ifndef SEND_ELECTRA_AC</span></div>
<div class="line"><a name="l00488"></a><span class="lineno"> 488</span>&#160;<span class="preprocessor">#define SEND_ELECTRA_AC _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00489"></a><span class="lineno"> 489</span>&#160;<span class="preprocessor">#endif // SEND_ELECTRA_AC</span></div>
<div class="line"><a name="l00490"></a><span class="lineno"> 490</span>&#160; </div>
<div class="line"><a name="l00491"></a><span class="lineno"> 491</span>&#160;<span class="preprocessor">#ifndef DECODE_PANASONIC_AC</span></div>
<div class="line"><a name="l00492"></a><span class="lineno"> 492</span>&#160;<span class="preprocessor">#define DECODE_PANASONIC_AC _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00493"></a><span class="lineno"> 493</span>&#160;<span class="preprocessor">#endif // DECODE_PANASONIC_AC</span></div>
<div class="line"><a name="l00494"></a><span class="lineno"> 494</span>&#160;<span class="preprocessor">#ifndef SEND_PANASONIC_AC</span></div>
<div class="line"><a name="l00495"></a><span class="lineno"> 495</span>&#160;<span class="preprocessor">#define SEND_PANASONIC_AC _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00496"></a><span class="lineno"> 496</span>&#160;<span class="preprocessor">#endif // SEND_PANASONIC_AC</span></div>
<div class="line"><a name="l00497"></a><span class="lineno"> 497</span>&#160; </div>
<div class="line"><a name="l00498"></a><span class="lineno"> 498</span>&#160;<span class="preprocessor">#ifndef DECODE_MWM</span></div>
<div class="line"><a name="l00499"></a><span class="lineno"> 499</span>&#160;<span class="preprocessor">#define DECODE_MWM _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00500"></a><span class="lineno"> 500</span>&#160;<span class="preprocessor">#endif // DECODE_MWM</span></div>
<div class="line"><a name="l00501"></a><span class="lineno"> 501</span>&#160;<span class="preprocessor">#ifndef SEND_MWM</span></div>
<div class="line"><a name="l00502"></a><span class="lineno"> 502</span>&#160;<span class="preprocessor">#define SEND_MWM _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00503"></a><span class="lineno"> 503</span>&#160;<span class="preprocessor">#endif // SEND_MWM</span></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="preprocessor">#ifndef DECODE_PIONEER</span></div>
<div class="line"><a name="l00506"></a><span class="lineno"> 506</span>&#160;<span class="preprocessor">#define DECODE_PIONEER _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00507"></a><span class="lineno"> 507</span>&#160;<span class="preprocessor">#endif // DECODE_PIONEER</span></div>
<div class="line"><a name="l00508"></a><span class="lineno"> 508</span>&#160;<span class="preprocessor">#ifndef SEND_PIONEER</span></div>
<div class="line"><a name="l00509"></a><span class="lineno"> 509</span>&#160;<span class="preprocessor">#define SEND_PIONEER _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00510"></a><span class="lineno"> 510</span>&#160;<span class="preprocessor">#endif // SEND_PIONEER</span></div>
<div class="line"><a name="l00511"></a><span class="lineno"> 511</span>&#160; </div>
<div class="line"><a name="l00512"></a><span class="lineno"> 512</span>&#160;<span class="preprocessor">#ifndef DECODE_DAIKIN2</span></div>
<div class="line"><a name="l00513"></a><span class="lineno"> 513</span>&#160;<span class="preprocessor">#define DECODE_DAIKIN2 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00514"></a><span class="lineno"> 514</span>&#160;<span class="preprocessor">#endif // DECODE_DAIKIN2</span></div>
<div class="line"><a name="l00515"></a><span class="lineno"> 515</span>&#160;<span class="preprocessor">#ifndef SEND_DAIKIN2</span></div>
<div class="line"><a name="l00516"></a><span class="lineno"> 516</span>&#160;<span class="preprocessor">#define SEND_DAIKIN2 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00517"></a><span class="lineno"> 517</span>&#160;<span class="preprocessor">#endif // SEND_DAIKIN2</span></div>
<div class="line"><a name="l00518"></a><span class="lineno"> 518</span>&#160; </div>
<div class="line"><a name="l00519"></a><span class="lineno"> 519</span>&#160;<span class="preprocessor">#ifndef DECODE_VESTEL_AC</span></div>
<div class="line"><a name="l00520"></a><span class="lineno"> 520</span>&#160;<span class="preprocessor">#define DECODE_VESTEL_AC _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00521"></a><span class="lineno"> 521</span>&#160;<span class="preprocessor">#endif // DECODE_VESTEL_AC</span></div>
<div class="line"><a name="l00522"></a><span class="lineno"> 522</span>&#160;<span class="preprocessor">#ifndef SEND_VESTEL_AC</span></div>
<div class="line"><a name="l00523"></a><span class="lineno"> 523</span>&#160;<span class="preprocessor">#define SEND_VESTEL_AC _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00524"></a><span class="lineno"> 524</span>&#160;<span class="preprocessor">#endif // SEND_VESTEL_AC</span></div>
<div class="line"><a name="l00525"></a><span class="lineno"> 525</span>&#160; </div>
<div class="line"><a name="l00526"></a><span class="lineno"> 526</span>&#160;<span class="preprocessor">#ifndef DECODE_TECO</span></div>
<div class="line"><a name="l00527"></a><span class="lineno"> 527</span>&#160;<span class="preprocessor">#define DECODE_TECO _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00528"></a><span class="lineno"> 528</span>&#160;<span class="preprocessor">#endif // DECODE_TECO</span></div>
<div class="line"><a name="l00529"></a><span class="lineno"> 529</span>&#160;<span class="preprocessor">#ifndef SEND_TECO</span></div>
<div class="line"><a name="l00530"></a><span class="lineno"> 530</span>&#160;<span class="preprocessor">#define SEND_TECO _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00531"></a><span class="lineno"> 531</span>&#160;<span class="preprocessor">#endif // SEND_TECO</span></div>
<div class="line"><a name="l00532"></a><span class="lineno"> 532</span>&#160; </div>
<div class="line"><a name="l00533"></a><span class="lineno"> 533</span>&#160;<span class="preprocessor">#ifndef DECODE_TCL112AC</span></div>
<div class="line"><a name="l00534"></a><span class="lineno"> 534</span>&#160;<span class="preprocessor">#define DECODE_TCL112AC _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00535"></a><span class="lineno"> 535</span>&#160;<span class="preprocessor">#endif // DECODE_TCL112AC</span></div>
<div class="line"><a name="l00536"></a><span class="lineno"> 536</span>&#160;<span class="preprocessor">#ifndef SEND_TCL112AC</span></div>
<div class="line"><a name="l00537"></a><span class="lineno"> 537</span>&#160;<span class="preprocessor">#define SEND_TCL112AC _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00538"></a><span class="lineno"> 538</span>&#160;<span class="preprocessor">#endif // SEND_TCL112AC</span></div>
<div class="line"><a name="l00539"></a><span class="lineno"> 539</span>&#160; </div>
<div class="line"><a name="l00540"></a><span class="lineno"> 540</span>&#160;<span class="preprocessor">#ifndef DECODE_LEGOPF</span></div>
<div class="line"><a name="l00541"></a><span class="lineno"> 541</span>&#160;<span class="preprocessor">#define DECODE_LEGOPF _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00542"></a><span class="lineno"> 542</span>&#160;<span class="preprocessor">#endif // DECODE_LEGOPF</span></div>
<div class="line"><a name="l00543"></a><span class="lineno"> 543</span>&#160;<span class="preprocessor">#ifndef SEND_LEGOPF</span></div>
<div class="line"><a name="l00544"></a><span class="lineno"> 544</span>&#160;<span class="preprocessor">#define SEND_LEGOPF _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00545"></a><span class="lineno"> 545</span>&#160;<span class="preprocessor">#endif // SEND_LEGOPF</span></div>
<div class="line"><a name="l00546"></a><span class="lineno"> 546</span>&#160; </div>
<div class="line"><a name="l00547"></a><span class="lineno"> 547</span>&#160;<span class="preprocessor">#ifndef DECODE_MITSUBISHIHEAVY</span></div>
<div class="line"><a name="l00548"></a><span class="lineno"> 548</span>&#160;<span class="preprocessor">#define DECODE_MITSUBISHIHEAVY _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00549"></a><span class="lineno"> 549</span>&#160;<span class="preprocessor">#endif // DECODE_MITSUBISHIHEAVY</span></div>
<div class="line"><a name="l00550"></a><span class="lineno"> 550</span>&#160;<span class="preprocessor">#ifndef SEND_MITSUBISHIHEAVY</span></div>
<div class="line"><a name="l00551"></a><span class="lineno"> 551</span>&#160;<span class="preprocessor">#define SEND_MITSUBISHIHEAVY _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00552"></a><span class="lineno"> 552</span>&#160;<span class="preprocessor">#endif // SEND_MITSUBISHIHEAVY</span></div>
<div class="line"><a name="l00553"></a><span class="lineno"> 553</span>&#160; </div>
<div class="line"><a name="l00554"></a><span class="lineno"> 554</span>&#160;<span class="preprocessor">#ifndef DECODE_DAIKIN216</span></div>
<div class="line"><a name="l00555"></a><span class="lineno"> 555</span>&#160;<span class="preprocessor">#define DECODE_DAIKIN216 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00556"></a><span class="lineno"> 556</span>&#160;<span class="preprocessor">#endif // DECODE_DAIKIN216</span></div>
<div class="line"><a name="l00557"></a><span class="lineno"> 557</span>&#160;<span class="preprocessor">#ifndef SEND_DAIKIN216</span></div>
<div class="line"><a name="l00558"></a><span class="lineno"> 558</span>&#160;<span class="preprocessor">#define SEND_DAIKIN216 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00559"></a><span class="lineno"> 559</span>&#160;<span class="preprocessor">#endif // SEND_DAIKIN216</span></div>
<div class="line"><a name="l00560"></a><span class="lineno"> 560</span>&#160; </div>
<div class="line"><a name="l00561"></a><span class="lineno"> 561</span>&#160;<span class="preprocessor">#ifndef DECODE_DAIKIN160</span></div>
<div class="line"><a name="l00562"></a><span class="lineno"> 562</span>&#160;<span class="preprocessor">#define DECODE_DAIKIN160 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00563"></a><span class="lineno"> 563</span>&#160;<span class="preprocessor">#endif // DECODE_DAIKIN160</span></div>
<div class="line"><a name="l00564"></a><span class="lineno"> 564</span>&#160;<span class="preprocessor">#ifndef SEND_DAIKIN160</span></div>
<div class="line"><a name="l00565"></a><span class="lineno"> 565</span>&#160;<span class="preprocessor">#define SEND_DAIKIN160 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00566"></a><span class="lineno"> 566</span>&#160;<span class="preprocessor">#endif // SEND_DAIKIN160</span></div>
<div class="line"><a name="l00567"></a><span class="lineno"> 567</span>&#160; </div>
<div class="line"><a name="l00568"></a><span class="lineno"> 568</span>&#160;<span class="preprocessor">#ifndef DECODE_NEOCLIMA</span></div>
<div class="line"><a name="l00569"></a><span class="lineno"> 569</span>&#160;<span class="preprocessor">#define DECODE_NEOCLIMA _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00570"></a><span class="lineno"> 570</span>&#160;<span class="preprocessor">#endif // DECODE_NEOCLIMA</span></div>
<div class="line"><a name="l00571"></a><span class="lineno"> 571</span>&#160;<span class="preprocessor">#ifndef SEND_NEOCLIMA</span></div>
<div class="line"><a name="l00572"></a><span class="lineno"> 572</span>&#160;<span class="preprocessor">#define SEND_NEOCLIMA _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00573"></a><span class="lineno"> 573</span>&#160;<span class="preprocessor">#endif // SEND_NEOCLIMA</span></div>
<div class="line"><a name="l00574"></a><span class="lineno"> 574</span>&#160; </div>
<div class="line"><a name="l00575"></a><span class="lineno"> 575</span>&#160;<span class="preprocessor">#ifndef DECODE_DAIKIN176</span></div>
<div class="line"><a name="l00576"></a><span class="lineno"> 576</span>&#160;<span class="preprocessor">#define DECODE_DAIKIN176 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00577"></a><span class="lineno"> 577</span>&#160;<span class="preprocessor">#endif // DECODE_DAIKIN176</span></div>
<div class="line"><a name="l00578"></a><span class="lineno"> 578</span>&#160;<span class="preprocessor">#ifndef SEND_DAIKIN176</span></div>
<div class="line"><a name="l00579"></a><span class="lineno"> 579</span>&#160;<span class="preprocessor">#define SEND_DAIKIN176 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00580"></a><span class="lineno"> 580</span>&#160;<span class="preprocessor">#endif // SEND_DAIKIN176</span></div>
<div class="line"><a name="l00581"></a><span class="lineno"> 581</span>&#160; </div>
<div class="line"><a name="l00582"></a><span class="lineno"> 582</span>&#160;<span class="preprocessor">#ifndef DECODE_DAIKIN128</span></div>
<div class="line"><a name="l00583"></a><span class="lineno"> 583</span>&#160;<span class="preprocessor">#define DECODE_DAIKIN128 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00584"></a><span class="lineno"> 584</span>&#160;<span class="preprocessor">#endif // DECODE_DAIKIN128</span></div>
<div class="line"><a name="l00585"></a><span class="lineno"> 585</span>&#160;<span class="preprocessor">#ifndef SEND_DAIKIN128</span></div>
<div class="line"><a name="l00586"></a><span class="lineno"> 586</span>&#160;<span class="preprocessor">#define SEND_DAIKIN128 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00587"></a><span class="lineno"> 587</span>&#160;<span class="preprocessor">#endif // SEND_DAIKIN128</span></div>
<div class="line"><a name="l00588"></a><span class="lineno"> 588</span>&#160; </div>
<div class="line"><a name="l00589"></a><span class="lineno"> 589</span>&#160;<span class="preprocessor">#ifndef DECODE_AMCOR</span></div>
<div class="line"><a name="l00590"></a><span class="lineno"> 590</span>&#160;<span class="preprocessor">#define DECODE_AMCOR _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00591"></a><span class="lineno"> 591</span>&#160;<span class="preprocessor">#endif // DECODE_AMCOR</span></div>
<div class="line"><a name="l00592"></a><span class="lineno"> 592</span>&#160;<span class="preprocessor">#ifndef SEND_AMCOR</span></div>
<div class="line"><a name="l00593"></a><span class="lineno"> 593</span>&#160;<span class="preprocessor">#define SEND_AMCOR _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00594"></a><span class="lineno"> 594</span>&#160;<span class="preprocessor">#endif // SEND_AMCOR</span></div>
<div class="line"><a name="l00595"></a><span class="lineno"> 595</span>&#160; </div>
<div class="line"><a name="l00596"></a><span class="lineno"> 596</span>&#160;<span class="preprocessor">#ifndef DECODE_DAIKIN152</span></div>
<div class="line"><a name="l00597"></a><span class="lineno"> 597</span>&#160;<span class="preprocessor">#define DECODE_DAIKIN152 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00598"></a><span class="lineno"> 598</span>&#160;<span class="preprocessor">#endif // DECODE_DAIKIN152</span></div>
<div class="line"><a name="l00599"></a><span class="lineno"> 599</span>&#160;<span class="preprocessor">#ifndef SEND_DAIKIN152</span></div>
<div class="line"><a name="l00600"></a><span class="lineno"> 600</span>&#160;<span class="preprocessor">#define SEND_DAIKIN152 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00601"></a><span class="lineno"> 601</span>&#160;<span class="preprocessor">#endif // SEND_DAIKIN152</span></div>
<div class="line"><a name="l00602"></a><span class="lineno"> 602</span>&#160; </div>
<div class="line"><a name="l00603"></a><span class="lineno"> 603</span>&#160;<span class="preprocessor">#ifndef DECODE_EPSON</span></div>
<div class="line"><a name="l00604"></a><span class="lineno"> 604</span>&#160;<span class="preprocessor">#define DECODE_EPSON _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00605"></a><span class="lineno"> 605</span>&#160;<span class="preprocessor">#endif // DECODE_EPSON</span></div>
<div class="line"><a name="l00606"></a><span class="lineno"> 606</span>&#160;<span class="preprocessor">#ifndef SEND_EPSON</span></div>
<div class="line"><a name="l00607"></a><span class="lineno"> 607</span>&#160;<span class="preprocessor">#define SEND_EPSON _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00608"></a><span class="lineno"> 608</span>&#160;<span class="preprocessor">#endif // SEND_EPSON</span></div>
<div class="line"><a name="l00609"></a><span class="lineno"> 609</span>&#160; </div>
<div class="line"><a name="l00610"></a><span class="lineno"> 610</span>&#160;<span class="preprocessor">#ifndef DECODE_SYMPHONY</span></div>
<div class="line"><a name="l00611"></a><span class="lineno"> 611</span>&#160;<span class="preprocessor">#define DECODE_SYMPHONY _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00612"></a><span class="lineno"> 612</span>&#160;<span class="preprocessor">#endif // DECODE_SYMPHONY</span></div>
<div class="line"><a name="l00613"></a><span class="lineno"> 613</span>&#160;<span class="preprocessor">#ifndef SEND_SYMPHONY</span></div>
<div class="line"><a name="l00614"></a><span class="lineno"> 614</span>&#160;<span class="preprocessor">#define SEND_SYMPHONY _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00615"></a><span class="lineno"> 615</span>&#160;<span class="preprocessor">#endif // SEND_SYMPHONY</span></div>
<div class="line"><a name="l00616"></a><span class="lineno"> 616</span>&#160; </div>
<div class="line"><a name="l00617"></a><span class="lineno"> 617</span>&#160;<span class="preprocessor">#ifndef DECODE_DAIKIN64</span></div>
<div class="line"><a name="l00618"></a><span class="lineno"> 618</span>&#160;<span class="preprocessor">#define DECODE_DAIKIN64 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00619"></a><span class="lineno"> 619</span>&#160;<span class="preprocessor">#endif // DECODE_DAIKIN64</span></div>
<div class="line"><a name="l00620"></a><span class="lineno"> 620</span>&#160;<span class="preprocessor">#ifndef SEND_DAIKIN64</span></div>
<div class="line"><a name="l00621"></a><span class="lineno"> 621</span>&#160;<span class="preprocessor">#define SEND_DAIKIN64 _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00622"></a><span class="lineno"> 622</span>&#160;<span class="preprocessor">#endif // SEND_DAIKIN64</span></div>
<div class="line"><a name="l00623"></a><span class="lineno"> 623</span>&#160; </div>
<div class="line"><a name="l00624"></a><span class="lineno"> 624</span>&#160;<span class="preprocessor">#ifndef DECODE_AIRWELL</span></div>
<div class="line"><a name="l00625"></a><span class="lineno"> 625</span>&#160;<span class="preprocessor">#define DECODE_AIRWELL _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00626"></a><span class="lineno"> 626</span>&#160;<span class="preprocessor">#endif // DECODE_AIRWELL</span></div>
<div class="line"><a name="l00627"></a><span class="lineno"> 627</span>&#160;<span class="preprocessor">#ifndef SEND_AIRWELL</span></div>
<div class="line"><a name="l00628"></a><span class="lineno"> 628</span>&#160;<span class="preprocessor">#define SEND_AIRWELL _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00629"></a><span class="lineno"> 629</span>&#160;<span class="preprocessor">#endif // SEND_AIRWELL</span></div>
<div class="line"><a name="l00630"></a><span class="lineno"> 630</span>&#160; </div>
<div class="line"><a name="l00631"></a><span class="lineno"> 631</span>&#160;<span class="preprocessor">#ifndef DECODE_DELONGHI_AC</span></div>
<div class="line"><a name="l00632"></a><span class="lineno"> 632</span>&#160;<span class="preprocessor">#define DECODE_DELONGHI_AC _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00633"></a><span class="lineno"> 633</span>&#160;<span class="preprocessor">#endif // DECODE_DELONGHI_AC</span></div>
<div class="line"><a name="l00634"></a><span class="lineno"> 634</span>&#160;<span class="preprocessor">#ifndef SEND_DELONGHI_AC</span></div>
<div class="line"><a name="l00635"></a><span class="lineno"> 635</span>&#160;<span class="preprocessor">#define SEND_DELONGHI_AC _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00636"></a><span class="lineno"> 636</span>&#160;<span class="preprocessor">#endif // SEND_DELONGHI_AC</span></div>
<div class="line"><a name="l00637"></a><span class="lineno"> 637</span>&#160; </div>
<div class="line"><a name="l00638"></a><span class="lineno"> 638</span>&#160;<span class="preprocessor">#ifndef DECODE_DOSHISHA</span></div>
<div class="line"><a name="l00639"></a><span class="lineno"> 639</span>&#160;<span class="preprocessor">#define DECODE_DOSHISHA _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00640"></a><span class="lineno"> 640</span>&#160;<span class="preprocessor">#endif // DECODE_DOSHISHA</span></div>
<div class="line"><a name="l00641"></a><span class="lineno"> 641</span>&#160;<span class="preprocessor">#ifndef SEND_DOSHISHA</span></div>
<div class="line"><a name="l00642"></a><span class="lineno"> 642</span>&#160;<span class="preprocessor">#define SEND_DOSHISHA _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00643"></a><span class="lineno"> 643</span>&#160;<span class="preprocessor">#endif // SEND_DOSHISHA</span></div>
<div class="line"><a name="l00644"></a><span class="lineno"> 644</span>&#160; </div>
<div class="line"><a name="l00645"></a><span class="lineno"> 645</span>&#160;<span class="preprocessor">#ifndef DECODE_MULTIBRACKETS</span></div>
<div class="line"><a name="l00646"></a><span class="lineno"> 646</span>&#160;<span class="preprocessor">#define DECODE_MULTIBRACKETS _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00647"></a><span class="lineno"> 647</span>&#160;<span class="preprocessor">#endif // DECODE_MULTIBRACKETS</span></div>
<div class="line"><a name="l00648"></a><span class="lineno"> 648</span>&#160;<span class="preprocessor">#ifndef SEND_MULTIBRACKETS</span></div>
<div class="line"><a name="l00649"></a><span class="lineno"> 649</span>&#160;<span class="preprocessor">#define SEND_MULTIBRACKETS _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00650"></a><span class="lineno"> 650</span>&#160;<span class="preprocessor">#endif // SEND_MULTIBRACKETS</span></div>
<div class="line"><a name="l00651"></a><span class="lineno"> 651</span>&#160; </div>
<div class="line"><a name="l00652"></a><span class="lineno"> 652</span>&#160;<span class="preprocessor">#ifndef DECODE_CORONA_AC</span></div>
<div class="line"><a name="l00653"></a><span class="lineno"> 653</span>&#160;<span class="preprocessor">#define DECODE_CORONA_AC _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00654"></a><span class="lineno"> 654</span>&#160;<span class="preprocessor">#endif // DECODE_CORONA_AC</span></div>
<div class="line"><a name="l00655"></a><span class="lineno"> 655</span>&#160;<span class="preprocessor">#ifndef SEND_CORONA_AC</span></div>
<div class="line"><a name="l00656"></a><span class="lineno"> 656</span>&#160;<span class="preprocessor">#define SEND_CORONA_AC _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00657"></a><span class="lineno"> 657</span>&#160;<span class="preprocessor">#endif // SEND_CORONA_AC</span></div>
<div class="line"><a name="l00658"></a><span class="lineno"> 658</span>&#160; </div>
<div class="line"><a name="l00659"></a><span class="lineno"> 659</span>&#160;<span class="preprocessor">#ifndef DECODE_ZEPEAL</span></div>
<div class="line"><a name="l00660"></a><span class="lineno"> 660</span>&#160;<span class="preprocessor">#define DECODE_ZEPEAL _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00661"></a><span class="lineno"> 661</span>&#160;<span class="preprocessor">#endif // DECODE_ZEPEAL</span></div>
<div class="line"><a name="l00662"></a><span class="lineno"> 662</span>&#160;<span class="preprocessor">#ifndef SEND_ZEPEAL</span></div>
<div class="line"><a name="l00663"></a><span class="lineno"> 663</span>&#160;<span class="preprocessor">#define SEND_ZEPEAL _IR_ENABLE_DEFAULT_</span></div>
<div class="line"><a name="l00664"></a><span class="lineno"> 664</span>&#160;<span class="preprocessor">#endif // SEND_ZEPEAL</span></div>
<div class="line"><a name="l00665"></a><span class="lineno"> 665</span>&#160; </div>
<div class="line"><a name="l00666"></a><span class="lineno"> 666</span>&#160;<span class="preprocessor">#if (DECODE_ARGO || DECODE_DAIKIN || DECODE_FUJITSU_AC || DECODE_GREE || \</span></div>
<div class="line"><a name="l00667"></a><span class="lineno"> 667</span>&#160;<span class="preprocessor"> DECODE_KELVINATOR || DECODE_MITSUBISHI_AC || DECODE_TOSHIBA_AC || \</span></div>
<div class="line"><a name="l00668"></a><span class="lineno"> 668</span>&#160;<span class="preprocessor"> DECODE_TROTEC || DECODE_HAIER_AC || DECODE_HITACHI_AC || \</span></div>
<div class="line"><a name="l00669"></a><span class="lineno"> 669</span>&#160;<span class="preprocessor"> DECODE_HITACHI_AC1 || DECODE_HITACHI_AC2 || DECODE_HAIER_AC_YRW02 || \</span></div>
<div class="line"><a name="l00670"></a><span class="lineno"> 670</span>&#160;<span class="preprocessor"> DECODE_WHIRLPOOL_AC || DECODE_SAMSUNG_AC || DECODE_ELECTRA_AC || \</span></div>
<div class="line"><a name="l00671"></a><span class="lineno"> 671</span>&#160;<span class="preprocessor"> DECODE_PANASONIC_AC || DECODE_MWM || DECODE_DAIKIN2 || \</span></div>
<div class="line"><a name="l00672"></a><span class="lineno"> 672</span>&#160;<span class="preprocessor"> DECODE_VESTEL_AC || DECODE_TCL112AC || DECODE_MITSUBISHIHEAVY || \</span></div>
<div class="line"><a name="l00673"></a><span class="lineno"> 673</span>&#160;<span class="preprocessor"> DECODE_DAIKIN216 || DECODE_SHARP_AC || DECODE_DAIKIN160 || \</span></div>
<div class="line"><a name="l00674"></a><span class="lineno"> 674</span>&#160;<span class="preprocessor"> DECODE_NEOCLIMA || DECODE_DAIKIN176 || DECODE_DAIKIN128 || \</span></div>
<div class="line"><a name="l00675"></a><span class="lineno"> 675</span>&#160;<span class="preprocessor"> DECODE_AMCOR || DECODE_DAIKIN152 || DECODE_MITSUBISHI136 || \</span></div>
<div class="line"><a name="l00676"></a><span class="lineno"> 676</span>&#160;<span class="preprocessor"> DECODE_MITSUBISHI112 || DECODE_HITACHI_AC424 || DECODE_HITACHI_AC3 || \</span></div>
<div class="line"><a name="l00677"></a><span class="lineno"> 677</span>&#160;<span class="preprocessor"> DECODE_HITACHI_AC344 || DECODE_CORONA_AC)</span></div>
<div class="line"><a name="l00678"></a><span class="lineno"> 678</span>&#160; <span class="comment">// Add any DECODE to the above if it uses result-&gt;state (see kStateSizeMax)</span></div>
<div class="line"><a name="l00679"></a><span class="lineno"> 679</span>&#160; <span class="comment">// you might also want to add the protocol to hasACState function</span></div>
<div class="line"><a name="l00680"></a><span class="lineno"> 680</span>&#160;<span class="preprocessor">#define DECODE_AC true // We need some common infrastructure for decoding A/Cs.</span></div>
<div class="line"><a name="l00681"></a><span class="lineno"> 681</span>&#160;<span class="preprocessor">#else</span></div>
<div class="line"><a name="l00682"></a><span class="lineno"> 682</span>&#160;<span class="preprocessor">#define DECODE_AC false // We don&#39;t need that infrastructure.</span></div>
<div class="line"><a name="l00683"></a><span class="lineno"> 683</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00684"></a><span class="lineno"> 684</span>&#160; </div>
<div class="line"><a name="l00685"></a><span class="lineno"> 685</span>&#160;<span class="comment">// Use millisecond &#39;delay()&#39; calls where we can to avoid tripping the WDT.</span></div>
<div class="line"><a name="l00686"></a><span class="lineno"> 686</span>&#160;<span class="comment">// Note: If you plan to send IR messages in the callbacks of the AsyncWebserver</span></div>
<div class="line"><a name="l00687"></a><span class="lineno"> 687</span>&#160;<span class="comment">// library, you need to set ALLOW_DELAY_CALLS to false.</span></div>
<div class="line"><a name="l00688"></a><span class="lineno"> 688</span>&#160;<span class="comment">// Ref: https://github.com/crankyoldgit/IRremoteESP8266/issues/430</span></div>
<div class="line"><a name="l00689"></a><span class="lineno"> 689</span>&#160;<span class="preprocessor">#ifndef ALLOW_DELAY_CALLS</span></div>
<div class="line"><a name="l00690"></a><span class="lineno"> 690</span>&#160;<span class="preprocessor">#define ALLOW_DELAY_CALLS true</span></div>
<div class="line"><a name="l00691"></a><span class="lineno"> 691</span>&#160;<span class="preprocessor">#endif // ALLOW_DELAY_CALLS</span></div>
<div class="line"><a name="l00692"></a><span class="lineno"> 692</span>&#160; </div>
<div class="line"><a name="l00693"></a><span class="lineno"> 693</span>&#160;<span class="comment">// Enable a run-time settable high-pass filter on captured data **before**</span></div>
<div class="line"><a name="l00694"></a><span class="lineno"> 694</span>&#160;<span class="comment">// trying any protocol decoding.</span></div>
<div class="line"><a name="l00695"></a><span class="lineno"> 695</span>&#160;<span class="comment">// i.e. Try to remove/merge any really short pulses detected in the raw data.</span></div>
<div class="line"><a name="l00696"></a><span class="lineno"> 696</span>&#160;<span class="comment">// Note: Even when this option is enabled, it is _off_ by default, and requires</span></div>
<div class="line"><a name="l00697"></a><span class="lineno"> 697</span>&#160;<span class="comment">// a user who knows what they are doing to enable it.</span></div>
<div class="line"><a name="l00698"></a><span class="lineno"> 698</span>&#160;<span class="comment">// The option to disable this feature is here if your project is _really_</span></div>
<div class="line"><a name="l00699"></a><span class="lineno"> 699</span>&#160;<span class="comment">// tight on resources. i.e. Saves a small handful of bytes and cpu time.</span></div>
<div class="line"><a name="l00700"></a><span class="lineno"> 700</span>&#160;<span class="comment">// WARNING: If you use this feature at runtime, you can no longer trust the</span></div>
<div class="line"><a name="l00701"></a><span class="lineno"> 701</span>&#160;<span class="comment">// **raw** data captured. It will now have been slightly **cooked**!</span></div>
<div class="line"><a name="l00702"></a><span class="lineno"> 702</span>&#160;<span class="comment">// DANGER: If you set the `noise_floor` value too high, it **WILL** break</span></div>
<div class="line"><a name="l00703"></a><span class="lineno"> 703</span>&#160;<span class="comment">// decoding of some protocols. You have been warned. Here Be Dragons!</span></div>
<div class="line"><a name="l00704"></a><span class="lineno"> 704</span>&#160;<span class="comment">//</span></div>
<div class="line"><a name="l00705"></a><span class="lineno"> 705</span>&#160;<span class="comment">// See: `irrecv::decode()` in IRrecv.cpp for more info.</span></div>
<div class="line"><a name="l00706"></a><span class="lineno"> 706</span>&#160;<span class="preprocessor">#ifndef ENABLE_NOISE_FILTER_OPTION</span></div>
<div class="line"><a name="l00707"></a><span class="lineno"> 707</span>&#160;<span class="preprocessor">#define ENABLE_NOISE_FILTER_OPTION true</span></div>
<div class="line"><a name="l00708"></a><span class="lineno"> 708</span>&#160;<span class="preprocessor">#endif // ENABLE_NOISE_FILTER_OPTION</span></div>
<div class="line"><a name="l00709"></a><span class="lineno"> 709</span>&#160; </div>
<div class="line"><a name="l00714"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fad"> 714</a></span>&#160;<span class="keyword">enum</span> <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fad">decode_type_t</a> {</div>
<div class="line"><a name="l00715"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada6ce26a62afab55d7606ad4e92428b30c"> 715</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada6ce26a62afab55d7606ad4e92428b30c">UNKNOWN</a> = -1,</div>
<div class="line"><a name="l00716"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadaa09b651ef326a9d8efcee5cc5b720ab4"> 716</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadaa09b651ef326a9d8efcee5cc5b720ab4">UNUSED</a> = 0,</div>
<div class="line"><a name="l00717"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadac3c0a3883a1488209bcd91730ece33b2"> 717</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadac3c0a3883a1488209bcd91730ece33b2">RC5</a>,</div>
<div class="line"><a name="l00718"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada7f7247f15587eb3812846f424b941abe"> 718</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada7f7247f15587eb3812846f424b941abe">RC6</a>,</div>
<div class="line"><a name="l00719"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada0811f93a25b0873e21979d569eeac05e"> 719</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada0811f93a25b0873e21979d569eeac05e">NEC</a>,</div>
<div class="line"><a name="l00720"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada72d58193d4d25517202d22b7e57a65c3"> 720</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada72d58193d4d25517202d22b7e57a65c3">SONY</a>,</div>
<div class="line"><a name="l00721"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadaf87c99938d26a1f77d4f082c070d4660"> 721</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadaf87c99938d26a1f77d4f082c070d4660">PANASONIC</a>, <span class="comment">// (5)</span></div>
<div class="line"><a name="l00722"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada5b6f507fb4bbd70ee70be4e2e0b0371d"> 722</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada5b6f507fb4bbd70ee70be4e2e0b0371d">JVC</a>,</div>
<div class="line"><a name="l00723"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada2b451b6e7bebbf070d0913ec77d5d438"> 723</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada2b451b6e7bebbf070d0913ec77d5d438">SAMSUNG</a>,</div>
<div class="line"><a name="l00724"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada458cdd7fa2b29dc8617c694696580c0c"> 724</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada458cdd7fa2b29dc8617c694696580c0c">WHYNTER</a>,</div>
<div class="line"><a name="l00725"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada7dc14b2c4769ef9de663c2e2165d8f75"> 725</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada7dc14b2c4769ef9de663c2e2165d8f75">AIWA_RC_T501</a>,</div>
<div class="line"><a name="l00726"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadadf6c249ac7d923229f9e623eff9a61f4"> 726</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadadf6c249ac7d923229f9e623eff9a61f4">LG</a>, <span class="comment">// (10)</span></div>
<div class="line"><a name="l00727"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadac1cf5078ebfd7ff83c70e8ec8522b288"> 727</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadac1cf5078ebfd7ff83c70e8ec8522b288">SANYO</a>,</div>
<div class="line"><a name="l00728"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadab98915357fe1cb91de0536136be20d07"> 728</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadab98915357fe1cb91de0536136be20d07">MITSUBISHI</a>,</div>
<div class="line"><a name="l00729"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadac27c6ac38ba872593af8e46ac2fdc85a"> 729</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadac27c6ac38ba872593af8e46ac2fdc85a">DISH</a>,</div>
<div class="line"><a name="l00730"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadaad63db67a2284cd7e3ffe382b6d6ea82"> 730</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadaad63db67a2284cd7e3ffe382b6d6ea82">SHARP</a>,</div>
<div class="line"><a name="l00731"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadae561d1d82d90c1b54a1a502431749873"> 731</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadae561d1d82d90c1b54a1a502431749873">COOLIX</a>, <span class="comment">// (15)</span></div>
<div class="line"><a name="l00732"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadad8dc0597fd237d7098246334f3b5f37e"> 732</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadad8dc0597fd237d7098246334f3b5f37e">DAIKIN</a>,</div>
<div class="line"><a name="l00733"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada2bda37b76abb290d1675c3e027e3c2e1"> 733</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada2bda37b76abb290d1675c3e027e3c2e1">DENON</a>,</div>
<div class="line"><a name="l00734"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadab3a52797572065c912c34c976c08c542"> 734</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadab3a52797572065c912c34c976c08c542">KELVINATOR</a>,</div>
<div class="line"><a name="l00735"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada1412522651b0c8f1a35e1db3807466bb"> 735</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada1412522651b0c8f1a35e1db3807466bb">SHERWOOD</a>,</div>
<div class="line"><a name="l00736"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada45198cb83bbf76b320eaa91d09c44b38"> 736</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada45198cb83bbf76b320eaa91d09c44b38">MITSUBISHI_AC</a>, <span class="comment">// (20)</span></div>
<div class="line"><a name="l00737"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada79204b7ae26be334cebf3ea8268c34ab"> 737</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada79204b7ae26be334cebf3ea8268c34ab">RCMM</a>,</div>
<div class="line"><a name="l00738"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada558721044a11b1d4b491343f02267e1d"> 738</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada558721044a11b1d4b491343f02267e1d">SANYO_LC7461</a>,</div>
<div class="line"><a name="l00739"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada8a3ac4419806a34ba566bfcbbb0e4f1d"> 739</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada8a3ac4419806a34ba566bfcbbb0e4f1d">RC5X</a>,</div>
<div class="line"><a name="l00740"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadae3a5e7c315f6f88b34a4c856f280ed83"> 740</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadae3a5e7c315f6f88b34a4c856f280ed83">GREE</a>,</div>
<div class="line"><a name="l00741"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada5b68c32f80c4afa6e61039843b2d1f97"> 741</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada5b68c32f80c4afa6e61039843b2d1f97">PRONTO</a>, <span class="comment">// Technically not a protocol, but an encoding. (25)</span></div>
<div class="line"><a name="l00742"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada97acfde550d201fa0abc3120098fb471"> 742</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada97acfde550d201fa0abc3120098fb471">NEC_LIKE</a>,</div>
<div class="line"><a name="l00743"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadac9ff1fa84905b54238b16d31197efb72"> 743</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadac9ff1fa84905b54238b16d31197efb72">ARGO</a>,</div>
<div class="line"><a name="l00744"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada7d0f8056d221b37f68f80bace2b794b9"> 744</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada7d0f8056d221b37f68f80bace2b794b9">TROTEC</a>,</div>
<div class="line"><a name="l00745"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada0bc180c4ab5e68798451f4799f7f9377"> 745</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada0bc180c4ab5e68798451f4799f7f9377">NIKAI</a>,</div>
<div class="line"><a name="l00746"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadabdeded99fe7d3f2773014a9a2cfb73d7"> 746</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadabdeded99fe7d3f2773014a9a2cfb73d7">RAW</a>, <span class="comment">// Technically not a protocol, but an encoding. (30)</span></div>
<div class="line"><a name="l00747"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadaf8c11b983768907fdb625ff9fb3729d2"> 747</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadaf8c11b983768907fdb625ff9fb3729d2">GLOBALCACHE</a>, <span class="comment">// Technically not a protocol, but an encoding.</span></div>
<div class="line"><a name="l00748"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada66de3fced9e8f97d1919bcf4d5726f3e"> 748</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada66de3fced9e8f97d1919bcf4d5726f3e">TOSHIBA_AC</a>,</div>
<div class="line"><a name="l00749"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadad8cf99a3a8776d644b78313306a2108c"> 749</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadad8cf99a3a8776d644b78313306a2108c">FUJITSU_AC</a>,</div>
<div class="line"><a name="l00750"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada1571f3cf72caf1cf23481802b450382a"> 750</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada1571f3cf72caf1cf23481802b450382a">MIDEA</a>,</div>
<div class="line"><a name="l00751"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada3be750ce1687bc1a92fee05b0c511100"> 751</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada3be750ce1687bc1a92fee05b0c511100">MAGIQUEST</a>, <span class="comment">// (35)</span></div>
<div class="line"><a name="l00752"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada92eadf4fa6dd16da5b79a2fcbf729894"> 752</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada92eadf4fa6dd16da5b79a2fcbf729894">LASERTAG</a>,</div>
<div class="line"><a name="l00753"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada4d7328071e0a48bc828fccb02f969c20"> 753</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada4d7328071e0a48bc828fccb02f969c20">CARRIER_AC</a>,</div>
<div class="line"><a name="l00754"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada1f232bcdf330ec2e353196941b9f1628"> 754</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada1f232bcdf330ec2e353196941b9f1628">HAIER_AC</a>,</div>
<div class="line"><a name="l00755"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada66368850d567cbeb3b2c2233cae34cd0"> 755</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada66368850d567cbeb3b2c2233cae34cd0">MITSUBISHI2</a>,</div>
<div class="line"><a name="l00756"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada9020fb54ac69d8aec0185f7e80c962ca"> 756</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada9020fb54ac69d8aec0185f7e80c962ca">HITACHI_AC</a>, <span class="comment">// (40)</span></div>
<div class="line"><a name="l00757"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada7d9a74161d95e62bece3c0e48900cb35"> 757</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada7d9a74161d95e62bece3c0e48900cb35">HITACHI_AC1</a>,</div>
<div class="line"><a name="l00758"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadab5a44068d519506efa8a3113aa44c9c0"> 758</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadab5a44068d519506efa8a3113aa44c9c0">HITACHI_AC2</a>,</div>
<div class="line"><a name="l00759"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadac8f9010b746a07a7a6329d1b336b68cf"> 759</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadac8f9010b746a07a7a6329d1b336b68cf">GICABLE</a>,</div>
<div class="line"><a name="l00760"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadaacda5821835865551f6df46c76282fa4"> 760</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadaacda5821835865551f6df46c76282fa4">HAIER_AC_YRW02</a>,</div>
<div class="line"><a name="l00761"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada9faf927323d110269541b356f079b85a"> 761</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada9faf927323d110269541b356f079b85a">WHIRLPOOL_AC</a>, <span class="comment">// (45)</span></div>
<div class="line"><a name="l00762"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada39f991023009d760432489e7ad7ad4df"> 762</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada39f991023009d760432489e7ad7ad4df">SAMSUNG_AC</a>,</div>
<div class="line"><a name="l00763"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada76cc459b9e26d82ed82cf120272fd8cb"> 763</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada76cc459b9e26d82ed82cf120272fd8cb">LUTRON</a>,</div>
<div class="line"><a name="l00764"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada05f193ef4ead3e54624bd92dc3203fac"> 764</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada05f193ef4ead3e54624bd92dc3203fac">ELECTRA_AC</a>,</div>
<div class="line"><a name="l00765"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada02178d0c70511011d5f381291bb7e491"> 765</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada02178d0c70511011d5f381291bb7e491">PANASONIC_AC</a>,</div>
<div class="line"><a name="l00766"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadadf49fef8f6e9740c92af2e25384f7846"> 766</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadadf49fef8f6e9740c92af2e25384f7846">PIONEER</a>, <span class="comment">// (50)</span></div>
<div class="line"><a name="l00767"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada8402547ec0b99b9b0efe97dec65badf9"> 767</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada8402547ec0b99b9b0efe97dec65badf9">LG2</a>,</div>
<div class="line"><a name="l00768"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada8a6938c955212e1fb81fb511437cbe56"> 768</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada8a6938c955212e1fb81fb511437cbe56">MWM</a>,</div>
<div class="line"><a name="l00769"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadab37b344f84d575ec78a92ca55e153586"> 769</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadab37b344f84d575ec78a92ca55e153586">DAIKIN2</a>,</div>
<div class="line"><a name="l00770"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada165413c6395bde985757b5b446f76569"> 770</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada165413c6395bde985757b5b446f76569">VESTEL_AC</a>,</div>
<div class="line"><a name="l00771"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada3a15ee4466478d484508acc3d4d7a050"> 771</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada3a15ee4466478d484508acc3d4d7a050">TECO</a>, <span class="comment">// (55)</span></div>
<div class="line"><a name="l00772"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadaa0d1be0c368e3594bc546c241d031fd4"> 772</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadaa0d1be0c368e3594bc546c241d031fd4">SAMSUNG36</a>,</div>
<div class="line"><a name="l00773"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadac4a6ebe702365620ed65ac6f484afda6"> 773</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadac4a6ebe702365620ed65ac6f484afda6">TCL112AC</a>,</div>
<div class="line"><a name="l00774"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada9a31bf5555b17ea7b115a5c2550fc1de"> 774</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada9a31bf5555b17ea7b115a5c2550fc1de">LEGOPF</a>,</div>
<div class="line"><a name="l00775"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadad303f6c0494d33354cb7c11af258f663"> 775</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadad303f6c0494d33354cb7c11af258f663">MITSUBISHI_HEAVY_88</a>,</div>
<div class="line"><a name="l00776"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada15c8d1d51d5f9e42fd03638cbdfb7cbf"> 776</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada15c8d1d51d5f9e42fd03638cbdfb7cbf">MITSUBISHI_HEAVY_152</a>, <span class="comment">// 60</span></div>
<div class="line"><a name="l00777"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadaa833fa3a20c3cbb7e6206dac4da30ffb"> 777</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadaa833fa3a20c3cbb7e6206dac4da30ffb">DAIKIN216</a>,</div>
<div class="line"><a name="l00778"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada353a9d71906702ae10aa4f803a04ca68"> 778</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada353a9d71906702ae10aa4f803a04ca68">SHARP_AC</a>,</div>
<div class="line"><a name="l00779"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada9e8d893590b745f6b1b5ffcb556d9cba"> 779</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada9e8d893590b745f6b1b5ffcb556d9cba">GOODWEATHER</a>,</div>
<div class="line"><a name="l00780"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadafc566aab3afb8face6d8965ca4d0eab7"> 780</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadafc566aab3afb8face6d8965ca4d0eab7">INAX</a>,</div>
<div class="line"><a name="l00781"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada4db6a848df3aed4289801e1b2bbbf6aa"> 781</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada4db6a848df3aed4289801e1b2bbbf6aa">DAIKIN160</a>, <span class="comment">// 65</span></div>
<div class="line"><a name="l00782"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadac698e0c030768ed91207b0e63910c3e7"> 782</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadac698e0c030768ed91207b0e63910c3e7">NEOCLIMA</a>,</div>
<div class="line"><a name="l00783"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada57f78a3b04d904f19d10bac13483deab"> 783</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada57f78a3b04d904f19d10bac13483deab">DAIKIN176</a>,</div>
<div class="line"><a name="l00784"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada4b26fb376f6375dd6d1d4be186438f88"> 784</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada4b26fb376f6375dd6d1d4be186438f88">DAIKIN128</a>,</div>
<div class="line"><a name="l00785"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada1325ba25674d7a99562f15a1b392086b"> 785</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada1325ba25674d7a99562f15a1b392086b">AMCOR</a>,</div>
<div class="line"><a name="l00786"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadad3f5f7ca39aee5fdab671a1b0d647ae4"> 786</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadad3f5f7ca39aee5fdab671a1b0d647ae4">DAIKIN152</a>, <span class="comment">// 70</span></div>
<div class="line"><a name="l00787"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada3c73724a654627a04cc96e280b9630fe"> 787</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada3c73724a654627a04cc96e280b9630fe">MITSUBISHI136</a>,</div>
<div class="line"><a name="l00788"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadab8e5875a5959b72ca7ff17bccff97c4d"> 788</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadab8e5875a5959b72ca7ff17bccff97c4d">MITSUBISHI112</a>,</div>
<div class="line"><a name="l00789"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada85af068f8964d4359512265d8cc27a31"> 789</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada85af068f8964d4359512265d8cc27a31">HITACHI_AC424</a>,</div>
<div class="line"><a name="l00790"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada0027bcfbb78c0c2b951dfff1102a027b"> 790</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada0027bcfbb78c0c2b951dfff1102a027b">SONY_38K</a>,</div>
<div class="line"><a name="l00791"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadaaf677fd380c38297264a10732631927c"> 791</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadaaf677fd380c38297264a10732631927c">EPSON</a>, <span class="comment">// 75</span></div>
<div class="line"><a name="l00792"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada44c4a84d776e02328ef3b169e743e5ec"> 792</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada44c4a84d776e02328ef3b169e743e5ec">SYMPHONY</a>,</div>
<div class="line"><a name="l00793"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadac3487c47b14da6af922f5b27992b30f3"> 793</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadac3487c47b14da6af922f5b27992b30f3">HITACHI_AC3</a>,</div>
<div class="line"><a name="l00794"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada70581853ce4883b747d22fdfd74409c4"> 794</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada70581853ce4883b747d22fdfd74409c4">DAIKIN64</a>,</div>
<div class="line"><a name="l00795"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada0cd75c2edaa4c674d679dbb39635990a"> 795</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada0cd75c2edaa4c674d679dbb39635990a">AIRWELL</a>,</div>
<div class="line"><a name="l00796"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada149190c9dec98e9c3f4a2bd530b154a3"> 796</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada149190c9dec98e9c3f4a2bd530b154a3">DELONGHI_AC</a>, <span class="comment">// 80</span></div>
<div class="line"><a name="l00797"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadab4566b260773b60c85450f40fa5b4341"> 797</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadab4566b260773b60c85450f40fa5b4341">DOSHISHA</a>,</div>
<div class="line"><a name="l00798"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadaaebb72f3ad9ff2a706d8041763de6e49"> 798</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadaaebb72f3ad9ff2a706d8041763de6e49">MULTIBRACKETS</a>,</div>
<div class="line"><a name="l00799"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada1340c578f7986b0ed126744127af3907"> 799</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada1340c578f7986b0ed126744127af3907">CARRIER_AC40</a>,</div>
<div class="line"><a name="l00800"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada4122973f5d8ce282457d348857ba0af0"> 800</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada4122973f5d8ce282457d348857ba0af0">CARRIER_AC64</a>,</div>
<div class="line"><a name="l00801"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada1e147eb39adc40e4181940cc2357f070"> 801</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada1e147eb39adc40e4181940cc2357f070">HITACHI_AC344</a>, <span class="comment">// 85</span></div>
<div class="line"><a name="l00802"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadaf61f2c360f487309cfa466a44fcae106"> 802</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadaf61f2c360f487309cfa466a44fcae106">CORONA_AC</a>,</div>
<div class="line"><a name="l00803"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada59b5ac5c1d354e50932dc0208d9b0b43"> 803</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada59b5ac5c1d354e50932dc0208d9b0b43">MIDEA24</a>,</div>
<div class="line"><a name="l00804"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada1622e3d0835b4d47add716811c7bf797"> 804</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada1622e3d0835b4d47add716811c7bf797">ZEPEAL</a>,</div>
<div class="line"><a name="l00805"></a><span class="lineno"> 805</span>&#160; <span class="comment">// Add new entries before this one, and update it to point to the last entry.</span></div>
<div class="line"><a name="l00806"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadab09881b84bf9d61af99e62a85cce0b59"> 806</a></span>&#160; <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadab09881b84bf9d61af99e62a85cce0b59">kLastDecodeType</a> = <a class="code" href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada1622e3d0835b4d47add716811c7bf797">ZEPEAL</a>,</div>
<div class="line"><a name="l00807"></a><span class="lineno"> 807</span>&#160;};</div>
<div class="line"><a name="l00808"></a><span class="lineno"> 808</span>&#160; </div>
<div class="line"><a name="l00809"></a><span class="lineno"> 809</span>&#160;<span class="comment">// Message lengths &amp; required repeat values</span></div>
<div class="line"><a name="l00810"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a1a49dde7ffbd753f7756cf0c9dc6d826"> 810</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a1a49dde7ffbd753f7756cf0c9dc6d826">kNoRepeat</a> = 0;</div>
<div class="line"><a name="l00811"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a46835b1e2d279570fd818749e88180d4"> 811</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a46835b1e2d279570fd818749e88180d4">kSingleRepeat</a> = 1;</div>
<div class="line"><a name="l00812"></a><span class="lineno"> 812</span>&#160; </div>
<div class="line"><a name="l00813"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a570219a14f2d19c7a6ce0aecd37a3b1f"> 813</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a570219a14f2d19c7a6ce0aecd37a3b1f">kAirwellBits</a> = 34;</div>
<div class="line"><a name="l00814"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a669217ae5aa0baa159f7452f53551875"> 814</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a669217ae5aa0baa159f7452f53551875">kAirwellMinRepeats</a> = 2;</div>
<div class="line"><a name="l00815"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a9078adf040d21c9c3eb10ed69f9dced6"> 815</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a9078adf040d21c9c3eb10ed69f9dced6">kAiwaRcT501Bits</a> = 15;</div>
<div class="line"><a name="l00816"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad796714d955b6cc8e207b03058eae5a3"> 816</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#ad796714d955b6cc8e207b03058eae5a3">kAiwaRcT501MinRepeats</a> = <a class="code" href="IRremoteESP8266_8h.html#a46835b1e2d279570fd818749e88180d4">kSingleRepeat</a>;</div>
<div class="line"><a name="l00817"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a864918ca63a5fe7345688a72d61ddf23"> 817</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a864918ca63a5fe7345688a72d61ddf23">kAlokaBits</a> = 32;</div>
<div class="line"><a name="l00818"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a62866e6918602533d590912487150bc7"> 818</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a62866e6918602533d590912487150bc7">kAmcorStateLength</a> = 8;</div>
<div class="line"><a name="l00819"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a34bcab75a8ab94adfd46a245dd0748db"> 819</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a34bcab75a8ab94adfd46a245dd0748db">kAmcorBits</a> = <a class="code" href="IRremoteESP8266_8h.html#a62866e6918602533d590912487150bc7">kAmcorStateLength</a> * 8;</div>
<div class="line"><a name="l00820"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a746e1ce73c2ebd9bd1f5300494820a0c"> 820</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a746e1ce73c2ebd9bd1f5300494820a0c">kAmcorDefaultRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a46835b1e2d279570fd818749e88180d4">kSingleRepeat</a>;</div>
<div class="line"><a name="l00821"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a5f38a56eacd9964a8514cb57de287a45"> 821</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a5f38a56eacd9964a8514cb57de287a45">kArgoStateLength</a> = 12;</div>
<div class="line"><a name="l00822"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a351efcd1805c87bd338de81dab3f8fb2"> 822</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a351efcd1805c87bd338de81dab3f8fb2">kArgoBits</a> = <a class="code" href="IRremoteESP8266_8h.html#a5f38a56eacd9964a8514cb57de287a45">kArgoStateLength</a> * 8;</div>
<div class="line"><a name="l00823"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a9a2190c526885753c676db666e48b764"> 823</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a9a2190c526885753c676db666e48b764">kArgoDefaultRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a1a49dde7ffbd753f7756cf0c9dc6d826">kNoRepeat</a>;</div>
<div class="line"><a name="l00824"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#aed48c68a637e4b45b80bbf4964ea79f9"> 824</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#aed48c68a637e4b45b80bbf4964ea79f9">kCoolixBits</a> = 24;</div>
<div class="line"><a name="l00825"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#aa89410d369d71738c8cbefae6ac3b00f"> 825</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#aa89410d369d71738c8cbefae6ac3b00f">kCoolixDefaultRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a46835b1e2d279570fd818749e88180d4">kSingleRepeat</a>;</div>
<div class="line"><a name="l00826"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a668d9ac84f7dae61c35534b842d4956b"> 826</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a668d9ac84f7dae61c35534b842d4956b">kCarrierAcBits</a> = 32;</div>
<div class="line"><a name="l00827"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a78c8a8b11179e8fd20bf09fa35f6b886"> 827</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a78c8a8b11179e8fd20bf09fa35f6b886">kCarrierAcMinRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a1a49dde7ffbd753f7756cf0c9dc6d826">kNoRepeat</a>;</div>
<div class="line"><a name="l00828"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a56d1176a7b3fe59aeb3f4f39926c617d"> 828</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a56d1176a7b3fe59aeb3f4f39926c617d">kCarrierAc40Bits</a> = 40;</div>
<div class="line"><a name="l00829"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a222aa743f398883a4910fbbb6d408bdc"> 829</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a222aa743f398883a4910fbbb6d408bdc">kCarrierAc40MinRepeat</a> = 2;</div>
<div class="line"><a name="l00830"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a41bc7ab7289e499ad33901da3eab661a"> 830</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a41bc7ab7289e499ad33901da3eab661a">kCarrierAc64Bits</a> = 64;</div>
<div class="line"><a name="l00831"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a8b2b3670dc74ce9fbf3c8b511422a06c"> 831</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a8b2b3670dc74ce9fbf3c8b511422a06c">kCarrierAc64MinRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a1a49dde7ffbd753f7756cf0c9dc6d826">kNoRepeat</a>;</div>
<div class="line"><a name="l00832"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a32b65ada4941a9622fbbc60f01b82425"> 832</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a32b65ada4941a9622fbbc60f01b82425">kCoronaAcStateLengthShort</a> = 7;</div>
<div class="line"><a name="l00833"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ab18df94a82b365ff30caaabb05a9fcaf"> 833</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#ab18df94a82b365ff30caaabb05a9fcaf">kCoronaAcStateLength</a> = <a class="code" href="IRremoteESP8266_8h.html#a32b65ada4941a9622fbbc60f01b82425">kCoronaAcStateLengthShort</a> * 3;</div>
<div class="line"><a name="l00834"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a1191a9293b03aa14426083b6f411a4e3"> 834</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a1191a9293b03aa14426083b6f411a4e3">kCoronaAcBitsShort</a> = <a class="code" href="IRremoteESP8266_8h.html#a32b65ada4941a9622fbbc60f01b82425">kCoronaAcStateLengthShort</a> * 8;</div>
<div class="line"><a name="l00835"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#aaf59be616d7e3a5e605b8d1e08f20686"> 835</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#aaf59be616d7e3a5e605b8d1e08f20686">kCoronaAcBits</a> = <a class="code" href="IRremoteESP8266_8h.html#ab18df94a82b365ff30caaabb05a9fcaf">kCoronaAcStateLength</a> * 8;</div>
<div class="line"><a name="l00836"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#af1fda5b9f355e526dc66cf58824315a7"> 836</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#af1fda5b9f355e526dc66cf58824315a7">kDaikinStateLength</a> = 35;</div>
<div class="line"><a name="l00837"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a657f8e60bc1f896d4a46ec101c289485"> 837</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a657f8e60bc1f896d4a46ec101c289485">kDaikinBits</a> = <a class="code" href="IRremoteESP8266_8h.html#af1fda5b9f355e526dc66cf58824315a7">kDaikinStateLength</a> * 8;</div>
<div class="line"><a name="l00838"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ae94c897cb0bd25ca7a4d693c7be9be3d"> 838</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#ae94c897cb0bd25ca7a4d693c7be9be3d">kDaikinStateLengthShort</a> = <a class="code" href="IRremoteESP8266_8h.html#af1fda5b9f355e526dc66cf58824315a7">kDaikinStateLength</a> - 8;</div>
<div class="line"><a name="l00839"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#aebaa8eb786747761fb369cfd34181cb7"> 839</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#aebaa8eb786747761fb369cfd34181cb7">kDaikinBitsShort</a> = <a class="code" href="IRremoteESP8266_8h.html#ae94c897cb0bd25ca7a4d693c7be9be3d">kDaikinStateLengthShort</a> * 8;</div>
<div class="line"><a name="l00840"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#af691d5202b7f121a16b2d9871ee14d9c"> 840</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#af691d5202b7f121a16b2d9871ee14d9c">kDaikinDefaultRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a1a49dde7ffbd753f7756cf0c9dc6d826">kNoRepeat</a>;</div>
<div class="line"><a name="l00841"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a349e4d17f83bb3e707ff19c0255c1644"> 841</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a349e4d17f83bb3e707ff19c0255c1644">kDaikin2StateLength</a> = 39;</div>
<div class="line"><a name="l00842"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#affd9b805fff390d05a83ff4eaa1c98de"> 842</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#affd9b805fff390d05a83ff4eaa1c98de">kDaikin2Bits</a> = <a class="code" href="IRremoteESP8266_8h.html#a349e4d17f83bb3e707ff19c0255c1644">kDaikin2StateLength</a> * 8;</div>
<div class="line"><a name="l00843"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a2dde8fd00f8a28e35da04cff9a3a1908"> 843</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a2dde8fd00f8a28e35da04cff9a3a1908">kDaikin2DefaultRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a1a49dde7ffbd753f7756cf0c9dc6d826">kNoRepeat</a>;</div>
<div class="line"><a name="l00844"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a89266e9211a81eda22475fb5a258484f"> 844</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a89266e9211a81eda22475fb5a258484f">kDaikin64Bits</a> = 64;</div>
<div class="line"><a name="l00845"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#aca64338c3e3bbe52f8ec5688317041b3"> 845</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#aca64338c3e3bbe52f8ec5688317041b3">kDaikin64DefaultRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a1a49dde7ffbd753f7756cf0c9dc6d826">kNoRepeat</a>;</div>
<div class="line"><a name="l00846"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a09f022a12a40a8fae09bfbddfbee6d62"> 846</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a09f022a12a40a8fae09bfbddfbee6d62">kDaikin160StateLength</a> = 20;</div>
<div class="line"><a name="l00847"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#aa6f1d6dded2ae3500cd52aa0c482a1b6"> 847</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#aa6f1d6dded2ae3500cd52aa0c482a1b6">kDaikin160Bits</a> = <a class="code" href="IRremoteESP8266_8h.html#a09f022a12a40a8fae09bfbddfbee6d62">kDaikin160StateLength</a> * 8;</div>
<div class="line"><a name="l00848"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a82f4f1d8fae51c7e2f1f6753ca6e6053"> 848</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a82f4f1d8fae51c7e2f1f6753ca6e6053">kDaikin160DefaultRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a1a49dde7ffbd753f7756cf0c9dc6d826">kNoRepeat</a>;</div>
<div class="line"><a name="l00849"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a4279ccd14a3af2046e393661a7b4879f"> 849</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a4279ccd14a3af2046e393661a7b4879f">kDaikin128StateLength</a> = 16;</div>
<div class="line"><a name="l00850"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a5bb2e6f8acbc0123de5ac0fd76e1646a"> 850</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a5bb2e6f8acbc0123de5ac0fd76e1646a">kDaikin128Bits</a> = <a class="code" href="IRremoteESP8266_8h.html#a4279ccd14a3af2046e393661a7b4879f">kDaikin128StateLength</a> * 8;</div>
<div class="line"><a name="l00851"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a5c116cb58be005468de125f6ee651ccb"> 851</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a5c116cb58be005468de125f6ee651ccb">kDaikin128DefaultRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a1a49dde7ffbd753f7756cf0c9dc6d826">kNoRepeat</a>;</div>
<div class="line"><a name="l00852"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ae7579708922ffd3e44295f8770878983"> 852</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#ae7579708922ffd3e44295f8770878983">kDaikin152StateLength</a> = 19;</div>
<div class="line"><a name="l00853"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#af056e1ac2d00c6d6440c3dd2ae283f09"> 853</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#af056e1ac2d00c6d6440c3dd2ae283f09">kDaikin152Bits</a> = <a class="code" href="IRremoteESP8266_8h.html#ae7579708922ffd3e44295f8770878983">kDaikin152StateLength</a> * 8;</div>
<div class="line"><a name="l00854"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a9407eebab271524e74bc3ddddb1a2e0b"> 854</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a9407eebab271524e74bc3ddddb1a2e0b">kDaikin152DefaultRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a1a49dde7ffbd753f7756cf0c9dc6d826">kNoRepeat</a>;</div>
<div class="line"><a name="l00855"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#aa71fc87dcb6f14b82997e1d2269429d2"> 855</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#aa71fc87dcb6f14b82997e1d2269429d2">kDaikin176StateLength</a> = 22;</div>
<div class="line"><a name="l00856"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a78baf9c97c548618428d2fcfd7cc91d7"> 856</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a78baf9c97c548618428d2fcfd7cc91d7">kDaikin176Bits</a> = <a class="code" href="IRremoteESP8266_8h.html#aa71fc87dcb6f14b82997e1d2269429d2">kDaikin176StateLength</a> * 8;</div>
<div class="line"><a name="l00857"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a0228803e8fff3c73227214d4bb3d8b05"> 857</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a0228803e8fff3c73227214d4bb3d8b05">kDaikin176DefaultRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a1a49dde7ffbd753f7756cf0c9dc6d826">kNoRepeat</a>;</div>
<div class="line"><a name="l00858"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a70a1a65c1947b440e4ff27477de5ddc7"> 858</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a70a1a65c1947b440e4ff27477de5ddc7">kDaikin216StateLength</a> = 27;</div>
<div class="line"><a name="l00859"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a317bf475ee4c6ddd802995dc535377d9"> 859</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a317bf475ee4c6ddd802995dc535377d9">kDaikin216Bits</a> = <a class="code" href="IRremoteESP8266_8h.html#a70a1a65c1947b440e4ff27477de5ddc7">kDaikin216StateLength</a> * 8;</div>
<div class="line"><a name="l00860"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a9d14d424d5a93de62f3e6f453db112db"> 860</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a9d14d424d5a93de62f3e6f453db112db">kDaikin216DefaultRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a1a49dde7ffbd753f7756cf0c9dc6d826">kNoRepeat</a>;</div>
<div class="line"><a name="l00861"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a7b9fba82b602cf38147f0586e037f909"> 861</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a7b9fba82b602cf38147f0586e037f909">kDelonghiAcBits</a> = 64;</div>
<div class="line"><a name="l00862"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a8f18256a0a6893e077e253e5e80da164"> 862</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a8f18256a0a6893e077e253e5e80da164">kDelonghiAcDefaultRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a1a49dde7ffbd753f7756cf0c9dc6d826">kNoRepeat</a>;</div>
<div class="line"><a name="l00863"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a29160117e25f3dfc1cb899a4a53bc238"> 863</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a29160117e25f3dfc1cb899a4a53bc238">kDenonBits</a> = 15;</div>
<div class="line"><a name="l00864"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad7389b5b4f01a16dbf940eaae005c805"> 864</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#ad7389b5b4f01a16dbf940eaae005c805">kDenon48Bits</a> = 48;</div>
<div class="line"><a name="l00865"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#aacf2eea1349016ccbc96e97a0976f4ec"> 865</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#aacf2eea1349016ccbc96e97a0976f4ec">kDenonLegacyBits</a> = 14;</div>
<div class="line"><a name="l00866"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#aea0cc15e1c7a6edcd6b60d9ac62d4831"> 866</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#aea0cc15e1c7a6edcd6b60d9ac62d4831">kDishBits</a> = 16;</div>
<div class="line"><a name="l00867"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a5c2263819b032e3af4d416ab41126bd8"> 867</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a5c2263819b032e3af4d416ab41126bd8">kDishMinRepeat</a> = 3;</div>
<div class="line"><a name="l00868"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#aedc53534cf6a40144be80abeee498362"> 868</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#aedc53534cf6a40144be80abeee498362">kDoshishaBits</a> = 40;</div>
<div class="line"><a name="l00869"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a77a0ed1143f5bfec87e0c9fde5c2c425"> 869</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a77a0ed1143f5bfec87e0c9fde5c2c425">kEpsonBits</a> = 32;</div>
<div class="line"><a name="l00870"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ac8738cb054de937b77269acb973c5133"> 870</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#ac8738cb054de937b77269acb973c5133">kEpsonMinRepeat</a> = 2;</div>
<div class="line"><a name="l00871"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a8fb8c5778feaa94114218c36e8e43641"> 871</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a8fb8c5778feaa94114218c36e8e43641">kElectraAcStateLength</a> = 13;</div>
<div class="line"><a name="l00872"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#aa46876681f26ccf39c6d341fef041a16"> 872</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#aa46876681f26ccf39c6d341fef041a16">kElectraAcBits</a> = <a class="code" href="IRremoteESP8266_8h.html#a8fb8c5778feaa94114218c36e8e43641">kElectraAcStateLength</a> * 8;</div>
<div class="line"><a name="l00873"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a2ca237d578ca9a59aecac9813ab851ba"> 873</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a2ca237d578ca9a59aecac9813ab851ba">kElectraAcMinRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a1a49dde7ffbd753f7756cf0c9dc6d826">kNoRepeat</a>;</div>
<div class="line"><a name="l00874"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a9dd52420366167afb4c8831b4ccd02fa"> 874</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a9dd52420366167afb4c8831b4ccd02fa">kFujitsuAcMinRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a1a49dde7ffbd753f7756cf0c9dc6d826">kNoRepeat</a>;</div>
<div class="line"><a name="l00875"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ac3aa33a8386f73de0f57fc1ff7c6e7d9"> 875</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#ac3aa33a8386f73de0f57fc1ff7c6e7d9">kFujitsuAcStateLength</a> = 16;</div>
<div class="line"><a name="l00876"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a81cb09663eedbdc3888ee68438f0a5d3"> 876</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a81cb09663eedbdc3888ee68438f0a5d3">kFujitsuAcStateLengthShort</a> = 7;</div>
<div class="line"><a name="l00877"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#aecd63891cac014d1b7e344638086ad47"> 877</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#aecd63891cac014d1b7e344638086ad47">kFujitsuAcBits</a> = <a class="code" href="IRremoteESP8266_8h.html#ac3aa33a8386f73de0f57fc1ff7c6e7d9">kFujitsuAcStateLength</a> * 8;</div>
<div class="line"><a name="l00878"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a025caa6d0ae6becdd5ee58b5ac6ed61f"> 878</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a025caa6d0ae6becdd5ee58b5ac6ed61f">kFujitsuAcMinBits</a> = (<a class="code" href="IRremoteESP8266_8h.html#a81cb09663eedbdc3888ee68438f0a5d3">kFujitsuAcStateLengthShort</a> - 1) * 8;</div>
<div class="line"><a name="l00879"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#aceb5cbd7ba5d8bc11560ba29137b10fa"> 879</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#aceb5cbd7ba5d8bc11560ba29137b10fa">kGicableBits</a> = 16;</div>
<div class="line"><a name="l00880"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad8142649290db6fc337ac839d4078aef"> 880</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#ad8142649290db6fc337ac839d4078aef">kGicableMinRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a46835b1e2d279570fd818749e88180d4">kSingleRepeat</a>;</div>
<div class="line"><a name="l00881"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#afa2675ce42d00175ec95caa6cd87a425"> 881</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#afa2675ce42d00175ec95caa6cd87a425">kGoodweatherBits</a> = 48;</div>
<div class="line"><a name="l00882"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a885bc5a3a5ba2d8827a62d07a43d0321"> 882</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a885bc5a3a5ba2d8827a62d07a43d0321">kGoodweatherMinRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a1a49dde7ffbd753f7756cf0c9dc6d826">kNoRepeat</a>;</div>
<div class="line"><a name="l00883"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a5558b24542873d8475e1ee0e2439839f"> 883</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a5558b24542873d8475e1ee0e2439839f">kGreeStateLength</a> = 8;</div>
<div class="line"><a name="l00884"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#acadcc5d03e09784642f008d4d2913c7d"> 884</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#acadcc5d03e09784642f008d4d2913c7d">kGreeBits</a> = <a class="code" href="IRremoteESP8266_8h.html#a5558b24542873d8475e1ee0e2439839f">kGreeStateLength</a> * 8;</div>
<div class="line"><a name="l00885"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a6816d2cb11b99a61fb63e6d0928e6706"> 885</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a6816d2cb11b99a61fb63e6d0928e6706">kGreeDefaultRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a1a49dde7ffbd753f7756cf0c9dc6d826">kNoRepeat</a>;</div>
<div class="line"><a name="l00886"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#afb4cd0c1a9c689d862e7095f0ab6dbe5"> 886</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#afb4cd0c1a9c689d862e7095f0ab6dbe5">kHaierACStateLength</a> = 9;</div>
<div class="line"><a name="l00887"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad44cfa0951c24d1f0c67b2fba997f720"> 887</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#ad44cfa0951c24d1f0c67b2fba997f720">kHaierACBits</a> = <a class="code" href="IRremoteESP8266_8h.html#afb4cd0c1a9c689d862e7095f0ab6dbe5">kHaierACStateLength</a> * 8;</div>
<div class="line"><a name="l00888"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a882914932449e33933b6f8e224cbaf3c"> 888</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a882914932449e33933b6f8e224cbaf3c">kHaierAcDefaultRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a1a49dde7ffbd753f7756cf0c9dc6d826">kNoRepeat</a>;</div>
<div class="line"><a name="l00889"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a8f52b7d4595c117cf0b81ffbd1148cda"> 889</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a8f52b7d4595c117cf0b81ffbd1148cda">kHaierACYRW02StateLength</a> = 14;</div>
<div class="line"><a name="l00890"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#aab346c5ad482113978e5a2cbb7a06f27"> 890</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#aab346c5ad482113978e5a2cbb7a06f27">kHaierACYRW02Bits</a> = <a class="code" href="IRremoteESP8266_8h.html#a8f52b7d4595c117cf0b81ffbd1148cda">kHaierACYRW02StateLength</a> * 8;</div>
<div class="line"><a name="l00891"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a62412e221207dbc2660f93dc265b4218"> 891</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a62412e221207dbc2660f93dc265b4218">kHaierAcYrw02DefaultRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a1a49dde7ffbd753f7756cf0c9dc6d826">kNoRepeat</a>;</div>
<div class="line"><a name="l00892"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a8bef76bac826afbbc51c2a867af15ed8"> 892</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a8bef76bac826afbbc51c2a867af15ed8">kHitachiAcStateLength</a> = 28;</div>
<div class="line"><a name="l00893"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#aec91e459b1e52765c700f8f7a4723f3b"> 893</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#aec91e459b1e52765c700f8f7a4723f3b">kHitachiAcBits</a> = <a class="code" href="IRremoteESP8266_8h.html#a8bef76bac826afbbc51c2a867af15ed8">kHitachiAcStateLength</a> * 8;</div>
<div class="line"><a name="l00894"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#acc8510281d2ff9a808501d375c03ba21"> 894</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#acc8510281d2ff9a808501d375c03ba21">kHitachiAcDefaultRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a1a49dde7ffbd753f7756cf0c9dc6d826">kNoRepeat</a>;</div>
<div class="line"><a name="l00895"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#abb5e2ddb1a8d3c6fa7a94dbe1989ec5d"> 895</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#abb5e2ddb1a8d3c6fa7a94dbe1989ec5d">kHitachiAc1StateLength</a> = 13;</div>
<div class="line"><a name="l00896"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#aae6947c431d2c9da4fe2fdd9428012c1"> 896</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#aae6947c431d2c9da4fe2fdd9428012c1">kHitachiAc1Bits</a> = <a class="code" href="IRremoteESP8266_8h.html#abb5e2ddb1a8d3c6fa7a94dbe1989ec5d">kHitachiAc1StateLength</a> * 8;</div>
<div class="line"><a name="l00897"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a10377a40053a12e091dbff2869db0352"> 897</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a10377a40053a12e091dbff2869db0352">kHitachiAc2StateLength</a> = 53;</div>
<div class="line"><a name="l00898"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a362a0b0b0afc216cf8162a3724cf073a"> 898</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a362a0b0b0afc216cf8162a3724cf073a">kHitachiAc2Bits</a> = <a class="code" href="IRremoteESP8266_8h.html#a10377a40053a12e091dbff2869db0352">kHitachiAc2StateLength</a> * 8;</div>
<div class="line"><a name="l00899"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a9cc230bac4f902d46049c7b2c2fdbd3d"> 899</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a9cc230bac4f902d46049c7b2c2fdbd3d">kHitachiAc3StateLength</a> = 27;</div>
<div class="line"><a name="l00900"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ac26b896cdc17018269fa881e10e3aabb"> 900</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#ac26b896cdc17018269fa881e10e3aabb">kHitachiAc3Bits</a> = <a class="code" href="IRremoteESP8266_8h.html#a9cc230bac4f902d46049c7b2c2fdbd3d">kHitachiAc3StateLength</a> * 8;</div>
<div class="line"><a name="l00901"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ac3becb270bfddaa1c64b1f8582dfc902"> 901</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#ac3becb270bfddaa1c64b1f8582dfc902">kHitachiAc3MinStateLength</a> = 15;</div>
<div class="line"><a name="l00902"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a66ebaf70d2b4018371825c9cd3078a42"> 902</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a66ebaf70d2b4018371825c9cd3078a42">kHitachiAc3MinBits</a> = <a class="code" href="IRremoteESP8266_8h.html#ac3becb270bfddaa1c64b1f8582dfc902">kHitachiAc3MinStateLength</a> * 8;</div>
<div class="line"><a name="l00903"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a2192f6b7c353f7f124dff3b57eab0659"> 903</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a2192f6b7c353f7f124dff3b57eab0659">kHitachiAc344StateLength</a> = 43;</div>
<div class="line"><a name="l00904"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a204fc2410c3d555a37b152a01dceead0"> 904</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a204fc2410c3d555a37b152a01dceead0">kHitachiAc344Bits</a> = <a class="code" href="IRremoteESP8266_8h.html#a2192f6b7c353f7f124dff3b57eab0659">kHitachiAc344StateLength</a> * 8;</div>
<div class="line"><a name="l00905"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#aff17d9c0ccf683895d2c868094679f0a"> 905</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#aff17d9c0ccf683895d2c868094679f0a">kHitachiAc424StateLength</a> = 53;</div>
<div class="line"><a name="l00906"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ab466e28528a0d688a1b91e8af69025cb"> 906</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#ab466e28528a0d688a1b91e8af69025cb">kHitachiAc424Bits</a> = <a class="code" href="IRremoteESP8266_8h.html#aff17d9c0ccf683895d2c868094679f0a">kHitachiAc424StateLength</a> * 8;</div>
<div class="line"><a name="l00907"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#af8441f25b32d113096adeaff331c126a"> 907</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#af8441f25b32d113096adeaff331c126a">kInaxBits</a> = 24;</div>
<div class="line"><a name="l00908"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a37a3d0ae51a6ce850a424fe77d5b22d2"> 908</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a37a3d0ae51a6ce850a424fe77d5b22d2">kInaxMinRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a46835b1e2d279570fd818749e88180d4">kSingleRepeat</a>;</div>
<div class="line"><a name="l00909"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a7c28467832e7480864a6be0ce87c608f"> 909</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a7c28467832e7480864a6be0ce87c608f">kJvcBits</a> = 16;</div>
<div class="line"><a name="l00910"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#af68545e8c2fe9af3719fb74c5d21f0c9"> 910</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#af68545e8c2fe9af3719fb74c5d21f0c9">kKelvinatorStateLength</a> = 16;</div>
<div class="line"><a name="l00911"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#acfa71cb3caf4964829bb1f557dee5b86"> 911</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#acfa71cb3caf4964829bb1f557dee5b86">kKelvinatorBits</a> = <a class="code" href="IRremoteESP8266_8h.html#af68545e8c2fe9af3719fb74c5d21f0c9">kKelvinatorStateLength</a> * 8;</div>
<div class="line"><a name="l00912"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a94c968c5cc929f189b8e578d2f55b132"> 912</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a94c968c5cc929f189b8e578d2f55b132">kKelvinatorDefaultRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a1a49dde7ffbd753f7756cf0c9dc6d826">kNoRepeat</a>;</div>
<div class="line"><a name="l00913"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a3ea0e89a8b6a3ffa4a2d346abeed851e"> 913</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a3ea0e89a8b6a3ffa4a2d346abeed851e">kLasertagBits</a> = 13;</div>
<div class="line"><a name="l00914"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a9b36135c3df24eab232a5edac8c58c5e"> 914</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a9b36135c3df24eab232a5edac8c58c5e">kLasertagMinRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a1a49dde7ffbd753f7756cf0c9dc6d826">kNoRepeat</a>;</div>
<div class="line"><a name="l00915"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a8a7c7659250a81c7c84fc739eafed13e"> 915</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a8a7c7659250a81c7c84fc739eafed13e">kLegoPfBits</a> = 16;</div>
<div class="line"><a name="l00916"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a2614cf3cb840f028eb1dc684aeb1272c"> 916</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a2614cf3cb840f028eb1dc684aeb1272c">kLegoPfMinRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a1a49dde7ffbd753f7756cf0c9dc6d826">kNoRepeat</a>;</div>
<div class="line"><a name="l00917"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a256bd6093034b3e4c33324680f3a7102"> 917</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a256bd6093034b3e4c33324680f3a7102">kLgBits</a> = 28;</div>
<div class="line"><a name="l00918"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ae3c458814d7221b66d2f267cb2663bd2"> 918</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#ae3c458814d7221b66d2f267cb2663bd2">kLg32Bits</a> = 32;</div>
<div class="line"><a name="l00919"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a2d6832b3d214e0adad781c205993e461"> 919</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a2d6832b3d214e0adad781c205993e461">kLgDefaultRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a1a49dde7ffbd753f7756cf0c9dc6d826">kNoRepeat</a>;</div>
<div class="line"><a name="l00920"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a814dfab515b91887c494237b1f6ebd99"> 920</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a814dfab515b91887c494237b1f6ebd99">kLutronBits</a> = 35;</div>
<div class="line"><a name="l00921"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad756bfec6eabbe2ac10b7847f87fb751"> 921</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#ad756bfec6eabbe2ac10b7847f87fb751">kMagiquestBits</a> = 56;</div>
<div class="line"><a name="l00922"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#afc98096b1e2945e2eaeb07d70d511239"> 922</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#afc98096b1e2945e2eaeb07d70d511239">kMideaBits</a> = 48;</div>
<div class="line"><a name="l00923"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#aa8876e8e177b8e71154f8cfb42b19160"> 923</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#aa8876e8e177b8e71154f8cfb42b19160">kMideaMinRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a1a49dde7ffbd753f7756cf0c9dc6d826">kNoRepeat</a>;</div>
<div class="line"><a name="l00924"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#aff132faa67b1d07890378df5c9b52a14"> 924</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#aff132faa67b1d07890378df5c9b52a14">kMidea24Bits</a> = 24;</div>
<div class="line"><a name="l00925"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a8ed4bb62818fc64e4c4b60ef1094059e"> 925</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a8ed4bb62818fc64e4c4b60ef1094059e">kMidea24MinRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a46835b1e2d279570fd818749e88180d4">kSingleRepeat</a>;</div>
<div class="line"><a name="l00926"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#abd2187340d0b94996136081413e2ad22"> 926</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#abd2187340d0b94996136081413e2ad22">kMitsubishiBits</a> = 16;</div>
<div class="line"><a name="l00927"></a><span class="lineno"> 927</span>&#160;<span class="comment">// TODO(anyone): Verify that the Mitsubishi repeat is really needed.</span></div>
<div class="line"><a name="l00928"></a><span class="lineno"> 928</span>&#160;<span class="comment">// Based on marcosamarinho&#39;s code.</span></div>
<div class="line"><a name="l00929"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad88bda81b48f25d30bb5a169d3b6bcec"> 929</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#ad88bda81b48f25d30bb5a169d3b6bcec">kMitsubishiMinRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a46835b1e2d279570fd818749e88180d4">kSingleRepeat</a>;</div>
<div class="line"><a name="l00930"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a7d0d6dd6d5741f91a1afb641f11d9bc5"> 930</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a7d0d6dd6d5741f91a1afb641f11d9bc5">kMitsubishiACStateLength</a> = 18;</div>
<div class="line"><a name="l00931"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a911a47148656b26da2e094a7ced1fc8b"> 931</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a911a47148656b26da2e094a7ced1fc8b">kMitsubishiACBits</a> = <a class="code" href="IRremoteESP8266_8h.html#a7d0d6dd6d5741f91a1afb641f11d9bc5">kMitsubishiACStateLength</a> * 8;</div>
<div class="line"><a name="l00932"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a376653a421df42d889ac3b2a071de58b"> 932</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a376653a421df42d889ac3b2a071de58b">kMitsubishiACMinRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a46835b1e2d279570fd818749e88180d4">kSingleRepeat</a>;</div>
<div class="line"><a name="l00933"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a01adbe4e1afb2ba26a5a60bf5b0b42f6"> 933</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a01adbe4e1afb2ba26a5a60bf5b0b42f6">kMitsubishi136StateLength</a> = 17;</div>
<div class="line"><a name="l00934"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#aa19f0122b2f906e5473a6ea232c38974"> 934</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#aa19f0122b2f906e5473a6ea232c38974">kMitsubishi136Bits</a> = <a class="code" href="IRremoteESP8266_8h.html#a01adbe4e1afb2ba26a5a60bf5b0b42f6">kMitsubishi136StateLength</a> * 8;</div>
<div class="line"><a name="l00935"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a448bd7af5fdab67fb40901a3d6efed21"> 935</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a448bd7af5fdab67fb40901a3d6efed21">kMitsubishi136MinRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a1a49dde7ffbd753f7756cf0c9dc6d826">kNoRepeat</a>;</div>
<div class="line"><a name="l00936"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a5ff0437b26e325bc2516a3e63c7ffe76"> 936</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a5ff0437b26e325bc2516a3e63c7ffe76">kMitsubishi112StateLength</a> = 14;</div>
<div class="line"><a name="l00937"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ae8349abe183be965e3d051cb736773a8"> 937</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#ae8349abe183be965e3d051cb736773a8">kMitsubishi112Bits</a> = <a class="code" href="IRremoteESP8266_8h.html#a5ff0437b26e325bc2516a3e63c7ffe76">kMitsubishi112StateLength</a> * 8;</div>
<div class="line"><a name="l00938"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a6bba58bb0f33feb9a6dfd20637d01d13"> 938</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a6bba58bb0f33feb9a6dfd20637d01d13">kMitsubishi112MinRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a1a49dde7ffbd753f7756cf0c9dc6d826">kNoRepeat</a>;</div>
<div class="line"><a name="l00939"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a515e5a081c388dd4313b20ff2b6c7955"> 939</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a515e5a081c388dd4313b20ff2b6c7955">kMitsubishiHeavy88StateLength</a> = 11;</div>
<div class="line"><a name="l00940"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#aa80d389140df4ab7071bfb3510b35dda"> 940</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#aa80d389140df4ab7071bfb3510b35dda">kMitsubishiHeavy88Bits</a> = <a class="code" href="IRremoteESP8266_8h.html#a515e5a081c388dd4313b20ff2b6c7955">kMitsubishiHeavy88StateLength</a> * 8;</div>
<div class="line"><a name="l00941"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad7bccde1a9b32c962c99748fb130f711"> 941</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#ad7bccde1a9b32c962c99748fb130f711">kMitsubishiHeavy88MinRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a1a49dde7ffbd753f7756cf0c9dc6d826">kNoRepeat</a>;</div>
<div class="line"><a name="l00942"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a31d12a44c8c3a3c4533f65b8213e2086"> 942</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a31d12a44c8c3a3c4533f65b8213e2086">kMitsubishiHeavy152StateLength</a> = 19;</div>
<div class="line"><a name="l00943"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ab973b35583dabc7e04b12018fac04cc9"> 943</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#ab973b35583dabc7e04b12018fac04cc9">kMitsubishiHeavy152Bits</a> = <a class="code" href="IRremoteESP8266_8h.html#a31d12a44c8c3a3c4533f65b8213e2086">kMitsubishiHeavy152StateLength</a> * 8;</div>
<div class="line"><a name="l00944"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a789cbb74cf332f8440a4fcdcac188741"> 944</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a789cbb74cf332f8440a4fcdcac188741">kMitsubishiHeavy152MinRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a1a49dde7ffbd753f7756cf0c9dc6d826">kNoRepeat</a>;</div>
<div class="line"><a name="l00945"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#aad7be0971479839493615cafcd654fc1"> 945</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#aad7be0971479839493615cafcd654fc1">kMultibracketsBits</a> = 8;</div>
<div class="line"><a name="l00946"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a5aa418baefd018d5facc08d3bb721fe9"> 946</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a5aa418baefd018d5facc08d3bb721fe9">kMultibracketsDefaultRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a46835b1e2d279570fd818749e88180d4">kSingleRepeat</a>;</div>
<div class="line"><a name="l00947"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a9fce002592f9e2488b1b717d0b1a6a40"> 947</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a9fce002592f9e2488b1b717d0b1a6a40">kNikaiBits</a> = 24;</div>
<div class="line"><a name="l00948"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a65e03baf646815b4b02f943bdd74a097"> 948</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a65e03baf646815b4b02f943bdd74a097">kNECBits</a> = 32;</div>
<div class="line"><a name="l00949"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a5a871ed6d145c5ea3d50e96600c02e31"> 949</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a5a871ed6d145c5ea3d50e96600c02e31">kNeoclimaStateLength</a> = 12;</div>
<div class="line"><a name="l00950"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#afff9132e57296b4d7e04ec9e1e5ab04f"> 950</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#afff9132e57296b4d7e04ec9e1e5ab04f">kNeoclimaBits</a> = <a class="code" href="IRremoteESP8266_8h.html#a5a871ed6d145c5ea3d50e96600c02e31">kNeoclimaStateLength</a> * 8;</div>
<div class="line"><a name="l00951"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a16fc26a3ff66a66068ac9638554df847"> 951</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a16fc26a3ff66a66068ac9638554df847">kNeoclimaMinRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a1a49dde7ffbd753f7756cf0c9dc6d826">kNoRepeat</a>;</div>
<div class="line"><a name="l00952"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#aa148f54492be1cf8a8b285a96861a0b7"> 952</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#aa148f54492be1cf8a8b285a96861a0b7">kPanasonicBits</a> = 48;</div>
<div class="line"><a name="l00953"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a1dd1a9799e5d20d39e82ff678bf07b47"> 953</a></span>&#160;<span class="keyword">const</span> uint32_t <a class="code" href="IRremoteESP8266_8h.html#a1dd1a9799e5d20d39e82ff678bf07b47">kPanasonicManufacturer</a> = 0x4004;</div>
<div class="line"><a name="l00954"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ab21d86545b57738354e7a3b833d38f94"> 954</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#ab21d86545b57738354e7a3b833d38f94">kPanasonicAcStateLength</a> = 27;</div>
<div class="line"><a name="l00955"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a0a6ca8c1dfa6f313421ddf268d76d8e6"> 955</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a0a6ca8c1dfa6f313421ddf268d76d8e6">kPanasonicAcStateShortLength</a> = 16;</div>
<div class="line"><a name="l00956"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a210f5c78b0f90b64dd5037698141433a"> 956</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a210f5c78b0f90b64dd5037698141433a">kPanasonicAcBits</a> = <a class="code" href="IRremoteESP8266_8h.html#ab21d86545b57738354e7a3b833d38f94">kPanasonicAcStateLength</a> * 8;</div>
<div class="line"><a name="l00957"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a2fd1f84669f7994bb3c235a508333c6c"> 957</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a2fd1f84669f7994bb3c235a508333c6c">kPanasonicAcShortBits</a> = <a class="code" href="IRremoteESP8266_8h.html#a0a6ca8c1dfa6f313421ddf268d76d8e6">kPanasonicAcStateShortLength</a> * 8;</div>
<div class="line"><a name="l00958"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#af6b7c6ad564253cb128ac92c00e86f0c"> 958</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#af6b7c6ad564253cb128ac92c00e86f0c">kPanasonicAcDefaultRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a1a49dde7ffbd753f7756cf0c9dc6d826">kNoRepeat</a>;</div>
<div class="line"><a name="l00959"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a6a7ccd31e0a6f967a219b1a53b89653b"> 959</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a6a7ccd31e0a6f967a219b1a53b89653b">kPioneerBits</a> = 64;</div>
<div class="line"><a name="l00960"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a25dd42234e21d41b0b4bc97e1fe921c4"> 960</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a25dd42234e21d41b0b4bc97e1fe921c4">kProntoMinLength</a> = 6;</div>
<div class="line"><a name="l00961"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a955183d3358fcafea853014ddd890574"> 961</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a955183d3358fcafea853014ddd890574">kRC5RawBits</a> = 14;</div>
<div class="line"><a name="l00962"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad0935984e6518e340562665742199483"> 962</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#ad0935984e6518e340562665742199483">kRC5Bits</a> = <a class="code" href="IRremoteESP8266_8h.html#a955183d3358fcafea853014ddd890574">kRC5RawBits</a> - 2;</div>
<div class="line"><a name="l00963"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#abec3ebb217126560e824fa8b66d495bc"> 963</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#abec3ebb217126560e824fa8b66d495bc">kRC5XBits</a> = <a class="code" href="IRremoteESP8266_8h.html#a955183d3358fcafea853014ddd890574">kRC5RawBits</a> - 1;</div>
<div class="line"><a name="l00964"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a84a6d3e15e98f7a4917d252d5665534a"> 964</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a84a6d3e15e98f7a4917d252d5665534a">kRC6Mode0Bits</a> = 20; <span class="comment">// Excludes the &#39;start&#39; bit.</span></div>
<div class="line"><a name="l00965"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a30a2cb328aa0d47f53aba56055ac74e0"> 965</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a30a2cb328aa0d47f53aba56055ac74e0">kRC6_36Bits</a> = 36; <span class="comment">// Excludes the &#39;start&#39; bit.</span></div>
<div class="line"><a name="l00966"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a2bfaf393c2d77a594f2a0a5a763e84f5"> 966</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a2bfaf393c2d77a594f2a0a5a763e84f5">kRCMMBits</a> = 24;</div>
<div class="line"><a name="l00967"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a7c1c015cce09284799cbf5a2f21ee170"> 967</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a7c1c015cce09284799cbf5a2f21ee170">kSamsungBits</a> = 32;</div>
<div class="line"><a name="l00968"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a5e1e6f30a41f0d94652429a9e1034179"> 968</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a5e1e6f30a41f0d94652429a9e1034179">kSamsung36Bits</a> = 36;</div>
<div class="line"><a name="l00969"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a2d07d8c8917fee072a261d00e67e0d36"> 969</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a2d07d8c8917fee072a261d00e67e0d36">kSamsungAcStateLength</a> = 14;</div>
<div class="line"><a name="l00970"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#adebe85ab48eb876ec15daacca246797c"> 970</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#adebe85ab48eb876ec15daacca246797c">kSamsungAcBits</a> = <a class="code" href="IRremoteESP8266_8h.html#a2d07d8c8917fee072a261d00e67e0d36">kSamsungAcStateLength</a> * 8;</div>
<div class="line"><a name="l00971"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a28039071f1130e9bc86efddd8265cbf9"> 971</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a28039071f1130e9bc86efddd8265cbf9">kSamsungAcExtendedStateLength</a> = 21;</div>
<div class="line"><a name="l00972"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a296e700965e70a622fe99675ff0438af"> 972</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a296e700965e70a622fe99675ff0438af">kSamsungAcExtendedBits</a> = <a class="code" href="IRremoteESP8266_8h.html#a28039071f1130e9bc86efddd8265cbf9">kSamsungAcExtendedStateLength</a> * 8;</div>
<div class="line"><a name="l00973"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a973f4e0189fc10805f67b67f708be1e4"> 973</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a973f4e0189fc10805f67b67f708be1e4">kSamsungAcDefaultRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a1a49dde7ffbd753f7756cf0c9dc6d826">kNoRepeat</a>;</div>
<div class="line"><a name="l00974"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a2c572c8bfa811b7dc3a8a537cc642b85"> 974</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a2c572c8bfa811b7dc3a8a537cc642b85">kSanyoSA8650BBits</a> = 12;</div>
<div class="line"><a name="l00975"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a7e15e988acbea0fb4dfaee6f5bfa12d0"> 975</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a7e15e988acbea0fb4dfaee6f5bfa12d0">kSanyoLC7461AddressBits</a> = 13;</div>
<div class="line"><a name="l00976"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a5cd69a192be51634ce72a40398a6c0d7"> 976</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a5cd69a192be51634ce72a40398a6c0d7">kSanyoLC7461CommandBits</a> = 8;</div>
<div class="line"><a name="l00977"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad067db05b273337e0df38d529094c9e8"> 977</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#ad067db05b273337e0df38d529094c9e8">kSanyoLC7461Bits</a> = (<a class="code" href="IRremoteESP8266_8h.html#a7e15e988acbea0fb4dfaee6f5bfa12d0">kSanyoLC7461AddressBits</a> +</div>
<div class="line"><a name="l00978"></a><span class="lineno"> 978</span>&#160; <a class="code" href="IRremoteESP8266_8h.html#a5cd69a192be51634ce72a40398a6c0d7">kSanyoLC7461CommandBits</a>) * 2;</div>
<div class="line"><a name="l00979"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a79c2f3cc459267cf0261124ddef47f5e"> 979</a></span>&#160;<span class="keyword">const</span> uint8_t <a class="code" href="IRremoteESP8266_8h.html#a79c2f3cc459267cf0261124ddef47f5e">kSharpAddressBits</a> = 5;</div>
<div class="line"><a name="l00980"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ae4cdfc8e358ec738d20c1bda49842ccf"> 980</a></span>&#160;<span class="keyword">const</span> uint8_t <a class="code" href="IRremoteESP8266_8h.html#ae4cdfc8e358ec738d20c1bda49842ccf">kSharpCommandBits</a> = 8;</div>
<div class="line"><a name="l00981"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a8a74f9d7cec751cc0945fd89fa6237ae"> 981</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a8a74f9d7cec751cc0945fd89fa6237ae">kSharpBits</a> = <a class="code" href="IRremoteESP8266_8h.html#a79c2f3cc459267cf0261124ddef47f5e">kSharpAddressBits</a> + <a class="code" href="IRremoteESP8266_8h.html#ae4cdfc8e358ec738d20c1bda49842ccf">kSharpCommandBits</a> + 2; <span class="comment">// 15</span></div>
<div class="line"><a name="l00982"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a5192edb9406a8572e393918bab69e3c6"> 982</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a5192edb9406a8572e393918bab69e3c6">kSharpAcStateLength</a> = 13;</div>
<div class="line"><a name="l00983"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a6c106a982acced5d8aeef98644002ca2"> 983</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a6c106a982acced5d8aeef98644002ca2">kSharpAcBits</a> = <a class="code" href="IRremoteESP8266_8h.html#a5192edb9406a8572e393918bab69e3c6">kSharpAcStateLength</a> * 8; <span class="comment">// 104</span></div>
<div class="line"><a name="l00984"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a7f0438831899e3df16f9002717c818b9"> 984</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a7f0438831899e3df16f9002717c818b9">kSharpAcDefaultRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a1a49dde7ffbd753f7756cf0c9dc6d826">kNoRepeat</a>;</div>
<div class="line"><a name="l00985"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a94abd640c9e7aa225f4a8873a1ddea6a"> 985</a></span>&#160;<span class="keyword">const</span> uint8_t <a class="code" href="IRremoteESP8266_8h.html#a94abd640c9e7aa225f4a8873a1ddea6a">kSherwoodBits</a> = <a class="code" href="IRremoteESP8266_8h.html#a65e03baf646815b4b02f943bdd74a097">kNECBits</a>;</div>
<div class="line"><a name="l00986"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a2e00b92b55657fc4e140eb85e3a414dc"> 986</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a2e00b92b55657fc4e140eb85e3a414dc">kSherwoodMinRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a46835b1e2d279570fd818749e88180d4">kSingleRepeat</a>;</div>
<div class="line"><a name="l00987"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#aa16fdf708a67dbe22c85ad4bac9b05b6"> 987</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#aa16fdf708a67dbe22c85ad4bac9b05b6">kSony12Bits</a> = 12;</div>
<div class="line"><a name="l00988"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad868d68d289d618ace266519afa059f4"> 988</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#ad868d68d289d618ace266519afa059f4">kSony15Bits</a> = 15;</div>
<div class="line"><a name="l00989"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#aa9cd1ff8036f6c3a288c4f34af4a5eb4"> 989</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#aa9cd1ff8036f6c3a288c4f34af4a5eb4">kSony20Bits</a> = 20;</div>
<div class="line"><a name="l00990"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a6f0794107a7643e0bec8de6de9e7621b"> 990</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a6f0794107a7643e0bec8de6de9e7621b">kSonyMinBits</a> = 12;</div>
<div class="line"><a name="l00991"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a112408429fb4a5cca22a66a351453bad"> 991</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a112408429fb4a5cca22a66a351453bad">kSonyMinRepeat</a> = 2;</div>
<div class="line"><a name="l00992"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#abb5b89578ab0757999530c0383f38533"> 992</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#abb5b89578ab0757999530c0383f38533">kSymphonyBits</a> = 12;</div>
<div class="line"><a name="l00993"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a219b8495f77932c200680f7a2b133880"> 993</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a219b8495f77932c200680f7a2b133880">kSymphonyDefaultRepeat</a> = 3;</div>
<div class="line"><a name="l00994"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a23ba2f5af02242e14ae7eefcd066152e"> 994</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a23ba2f5af02242e14ae7eefcd066152e">kTcl112AcStateLength</a> = 14;</div>
<div class="line"><a name="l00995"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a4a60d79056d70d3d56067b0bb2ec00f4"> 995</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a4a60d79056d70d3d56067b0bb2ec00f4">kTcl112AcBits</a> = <a class="code" href="IRremoteESP8266_8h.html#a23ba2f5af02242e14ae7eefcd066152e">kTcl112AcStateLength</a> * 8;</div>
<div class="line"><a name="l00996"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a97c82cec6d72845d9ab8a201b0fa5034"> 996</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a97c82cec6d72845d9ab8a201b0fa5034">kTcl112AcDefaultRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a1a49dde7ffbd753f7756cf0c9dc6d826">kNoRepeat</a>;</div>
<div class="line"><a name="l00997"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#aee01958e9d97a70a6881cf560ca0ca9d"> 997</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#aee01958e9d97a70a6881cf560ca0ca9d">kTecoBits</a> = 35;</div>
<div class="line"><a name="l00998"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a095362359f34c1ee5ab71d56e6d64f64"> 998</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a095362359f34c1ee5ab71d56e6d64f64">kTecoDefaultRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a1a49dde7ffbd753f7756cf0c9dc6d826">kNoRepeat</a>;</div>
<div class="line"><a name="l00999"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ad3be6a1b9241c20bb1464a2cb80b97d2"> 999</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#ad3be6a1b9241c20bb1464a2cb80b97d2">kToshibaACStateLength</a> = 9;</div>
<div class="line"><a name="l01000"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a172dde7867fa9a68902c3ad7ea9629b0"> 1000</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a172dde7867fa9a68902c3ad7ea9629b0">kToshibaACBits</a> = <a class="code" href="IRremoteESP8266_8h.html#ad3be6a1b9241c20bb1464a2cb80b97d2">kToshibaACStateLength</a> * 8;</div>
<div class="line"><a name="l01001"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a8fca6a7c3cd608ff49cab35f24af0546"> 1001</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a8fca6a7c3cd608ff49cab35f24af0546">kToshibaACMinRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a46835b1e2d279570fd818749e88180d4">kSingleRepeat</a>;</div>
<div class="line"><a name="l01002"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ae1d2aa52fef81f03b92c35f4970728d2"> 1002</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#ae1d2aa52fef81f03b92c35f4970728d2">kTrotecStateLength</a> = 9;</div>
<div class="line"><a name="l01003"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ab819cb0a34937714dcb10059799c26e2"> 1003</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#ab819cb0a34937714dcb10059799c26e2">kTrotecBits</a> = <a class="code" href="IRremoteESP8266_8h.html#ae1d2aa52fef81f03b92c35f4970728d2">kTrotecStateLength</a> * 8;</div>
<div class="line"><a name="l01004"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a4c0411462f2854a8606deca09ed15df5"> 1004</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a4c0411462f2854a8606deca09ed15df5">kTrotecDefaultRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a1a49dde7ffbd753f7756cf0c9dc6d826">kNoRepeat</a>;</div>
<div class="line"><a name="l01005"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a0fff60a43f776fb999d0f1f91d88154f"> 1005</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a0fff60a43f776fb999d0f1f91d88154f">kWhirlpoolAcStateLength</a> = 21;</div>
<div class="line"><a name="l01006"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a149bd4f3fb9c83e683095d393209ede3"> 1006</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a149bd4f3fb9c83e683095d393209ede3">kWhirlpoolAcBits</a> = <a class="code" href="IRremoteESP8266_8h.html#a0fff60a43f776fb999d0f1f91d88154f">kWhirlpoolAcStateLength</a> * 8;</div>
<div class="line"><a name="l01007"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a3b41358898f69d96bdeece17ead13ee0"> 1007</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a3b41358898f69d96bdeece17ead13ee0">kWhirlpoolAcDefaultRepeat</a> = <a class="code" href="IRremoteESP8266_8h.html#a1a49dde7ffbd753f7756cf0c9dc6d826">kNoRepeat</a>;</div>
<div class="line"><a name="l01008"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#a4553f6670e241a67104d45216a4ebd98"> 1008</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#a4553f6670e241a67104d45216a4ebd98">kWhynterBits</a> = 32;</div>
<div class="line"><a name="l01009"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#ae31945a1ce90b2d4c33b5c91d980d3a7"> 1009</a></span>&#160;<span class="keyword">const</span> uint8_t <a class="code" href="IRremoteESP8266_8h.html#ae31945a1ce90b2d4c33b5c91d980d3a7">kVestelAcBits</a> = 56;</div>
<div class="line"><a name="l01010"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#af09c9402a1c4fa24f692994498641296"> 1010</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#af09c9402a1c4fa24f692994498641296">kZepealBits</a> = 16;</div>
<div class="line"><a name="l01011"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#afb5c734e808d8f108f976f0556bf6e58"> 1011</a></span>&#160;<span class="keyword">const</span> uint16_t <a class="code" href="IRremoteESP8266_8h.html#afb5c734e808d8f108f976f0556bf6e58">kZepealMinRepeat</a> = 4;</div>
<div class="line"><a name="l01012"></a><span class="lineno"> 1012</span>&#160; </div>
<div class="line"><a name="l01013"></a><span class="lineno"> 1013</span>&#160; </div>
<div class="line"><a name="l01014"></a><span class="lineno"> 1014</span>&#160;<span class="comment">// Legacy defines. (Deprecated)</span></div>
<div class="line"><a name="l01015"></a><span class="lineno"> 1015</span>&#160;<span class="preprocessor">#define AIWA_RC_T501_BITS kAiwaRcT501Bits</span></div>
<div class="line"><a name="l01016"></a><span class="lineno"> 1016</span>&#160;<span class="preprocessor">#define ARGO_COMMAND_LENGTH kArgoStateLength</span></div>
<div class="line"><a name="l01017"></a><span class="lineno"> 1017</span>&#160;<span class="preprocessor">#define COOLIX_BITS kCoolixBits</span></div>
<div class="line"><a name="l01018"></a><span class="lineno"> 1018</span>&#160;<span class="preprocessor">#define CARRIER_AC_BITS kCarrierAcBits</span></div>
<div class="line"><a name="l01019"></a><span class="lineno"> 1019</span>&#160;<span class="preprocessor">#define DAIKIN_COMMAND_LENGTH kDaikinStateLength</span></div>
<div class="line"><a name="l01020"></a><span class="lineno"> 1020</span>&#160;<span class="preprocessor">#define DENON_BITS kDenonBits</span></div>
<div class="line"><a name="l01021"></a><span class="lineno"> 1021</span>&#160;<span class="preprocessor">#define DENON_48_BITS kDenon48Bits</span></div>
<div class="line"><a name="l01022"></a><span class="lineno"> 1022</span>&#160;<span class="preprocessor">#define DENON_LEGACY_BITS kDenonLegacyBits</span></div>
<div class="line"><a name="l01023"></a><span class="lineno"> 1023</span>&#160;<span class="preprocessor">#define DISH_BITS kDishBits</span></div>
<div class="line"><a name="l01024"></a><span class="lineno"> 1024</span>&#160;<span class="preprocessor">#define FUJITSU_AC_MIN_REPEAT kFujitsuAcMinRepeat</span></div>
<div class="line"><a name="l01025"></a><span class="lineno"> 1025</span>&#160;<span class="preprocessor">#define FUJITSU_AC_STATE_LENGTH kFujitsuAcStateLength</span></div>
<div class="line"><a name="l01026"></a><span class="lineno"> 1026</span>&#160;<span class="preprocessor">#define FUJITSU_AC_STATE_LENGTH_SHORT kFujitsuAcStateLengthShort</span></div>
<div class="line"><a name="l01027"></a><span class="lineno"> 1027</span>&#160;<span class="preprocessor">#define FUJITSU_AC_BITS kFujitsuAcBits</span></div>
<div class="line"><a name="l01028"></a><span class="lineno"> 1028</span>&#160;<span class="preprocessor">#define FUJITSU_AC_MIN_BITS kFujitsuAcMinBits</span></div>
<div class="line"><a name="l01029"></a><span class="lineno"> 1029</span>&#160;<span class="preprocessor">#define GICABLE_BITS kGicableBits</span></div>
<div class="line"><a name="l01030"></a><span class="lineno"> 1030</span>&#160;<span class="preprocessor">#define GREE_STATE_LENGTH kGreeStateLength</span></div>
<div class="line"><a name="l01031"></a><span class="lineno"> 1031</span>&#160;<span class="preprocessor">#define HAIER_AC_STATE_LENGTH kHaierACStateLength</span></div>
<div class="line"><a name="l01032"></a><span class="lineno"> 1032</span>&#160;<span class="preprocessor">#define HAIER_AC_YRW02_STATE_LENGTH kHaierACYRW02StateLength</span></div>
<div class="line"><a name="l01033"></a><span class="lineno"> 1033</span>&#160;<span class="preprocessor">#define HITACHI_AC_STATE_LENGTH kHitachiAcStateLength</span></div>
<div class="line"><a name="l01034"></a><span class="lineno"> 1034</span>&#160;<span class="preprocessor">#define HITACHI_AC_BITS kHitachiAcBits</span></div>
<div class="line"><a name="l01035"></a><span class="lineno"> 1035</span>&#160;<span class="preprocessor">#define HITACHI_AC1_STATE_LENGTH kHitachiAc1StateLength</span></div>
<div class="line"><a name="l01036"></a><span class="lineno"> 1036</span>&#160;<span class="preprocessor">#define HITACHI_AC1_BITS kHitachiAc1Bits</span></div>
<div class="line"><a name="l01037"></a><span class="lineno"> 1037</span>&#160;<span class="preprocessor">#define HITACHI_AC2_STATE_LENGTH kHitachiAc2StateLength</span></div>
<div class="line"><a name="l01038"></a><span class="lineno"> 1038</span>&#160;<span class="preprocessor">#define HITACHI_AC2_BITS kHitachiAc2Bits</span></div>
<div class="line"><a name="l01039"></a><span class="lineno"> 1039</span>&#160;<span class="preprocessor">#define JVC_BITS kJvcBits</span></div>
<div class="line"><a name="l01040"></a><span class="lineno"> 1040</span>&#160;<span class="preprocessor">#define KELVINATOR_STATE_LENGTH kKelvinatorStateLength</span></div>
<div class="line"><a name="l01041"></a><span class="lineno"> 1041</span>&#160;<span class="preprocessor">#define LASERTAG_BITS kLasertagBits</span></div>
<div class="line"><a name="l01042"></a><span class="lineno"> 1042</span>&#160;<span class="preprocessor">#define LG_BITS kLgBits</span></div>
<div class="line"><a name="l01043"></a><span class="lineno"> 1043</span>&#160;<span class="preprocessor">#define LG32_BITS kLg32Bits</span></div>
<div class="line"><a name="l01044"></a><span class="lineno"> 1044</span>&#160;<span class="preprocessor">#define MAGIQUEST_BITS kMagiquestBits</span></div>
<div class="line"><a name="l01045"></a><span class="lineno"> 1045</span>&#160;<span class="preprocessor">#define MIDEA_BITS kMideaBits</span></div>
<div class="line"><a name="l01046"></a><span class="lineno"> 1046</span>&#160;<span class="preprocessor">#define MITSUBISHI_BITS kMitsubishiBits</span></div>
<div class="line"><a name="l01047"></a><span class="lineno"> 1047</span>&#160;<span class="preprocessor">#define MITSUBISHI_AC_STATE_LENGTH kMitsubishiACStateLength</span></div>
<div class="line"><a name="l01048"></a><span class="lineno"> 1048</span>&#160;<span class="preprocessor">#define NEC_BITS kNECBits</span></div>
<div class="line"><a name="l01049"></a><span class="lineno"> 1049</span>&#160;<span class="preprocessor">#define NIKAI_BITS kNikaiBits</span></div>
<div class="line"><a name="l01050"></a><span class="lineno"> 1050</span>&#160;<span class="preprocessor">#define PANASONIC_BITS kPanasonicBits</span></div>
<div class="line"><a name="l01051"></a><span class="lineno"> 1051</span>&#160;<span class="preprocessor">#define RC5_BITS kRC5Bits</span></div>
<div class="line"><a name="l01052"></a><span class="lineno"> 1052</span>&#160;<span class="preprocessor">#define RC5X_BITS kRC5XBits</span></div>
<div class="line"><a name="l01053"></a><span class="lineno"> 1053</span>&#160;<span class="preprocessor">#define RC6_MODE0_BITS kRC6Mode0Bits</span></div>
<div class="line"><a name="l01054"></a><span class="lineno"> 1054</span>&#160;<span class="preprocessor">#define RC6_36_BITS kRC6_36Bits</span></div>
<div class="line"><a name="l01055"></a><span class="lineno"> 1055</span>&#160;<span class="preprocessor">#define RCMM_BITS kRCMMBits</span></div>
<div class="line"><a name="l01056"></a><span class="lineno"> 1056</span>&#160;<span class="preprocessor">#define SANYO_LC7461_BITS kSanyoLC7461Bits</span></div>
<div class="line"><a name="l01057"></a><span class="lineno"> 1057</span>&#160;<span class="preprocessor">#define SAMSUNG_BITS kSamsungBits</span></div>
<div class="line"><a name="l01058"></a><span class="lineno"> 1058</span>&#160;<span class="preprocessor">#define SANYO_SA8650B_BITS kSanyoSA8650BBits</span></div>
<div class="line"><a name="l01059"></a><span class="lineno"> 1059</span>&#160;<span class="preprocessor">#define SHARP_BITS kSharpBits</span></div>
<div class="line"><a name="l01060"></a><span class="lineno"> 1060</span>&#160;<span class="preprocessor">#define SHERWOOD_BITS kSherwoodBits</span></div>
<div class="line"><a name="l01061"></a><span class="lineno"> 1061</span>&#160;<span class="preprocessor">#define SONY_12_BITS kSony12Bits</span></div>
<div class="line"><a name="l01062"></a><span class="lineno"> 1062</span>&#160;<span class="preprocessor">#define SONY_15_BITS kSony15Bits</span></div>
<div class="line"><a name="l01063"></a><span class="lineno"> 1063</span>&#160;<span class="preprocessor">#define SONY_20_BITS kSony20Bits</span></div>
<div class="line"><a name="l01064"></a><span class="lineno"> 1064</span>&#160;<span class="preprocessor">#define TOSHIBA_AC_STATE_LENGTH kToshibaACStateLength</span></div>
<div class="line"><a name="l01065"></a><span class="lineno"> 1065</span>&#160;<span class="preprocessor">#define TROTEC_COMMAND_LENGTH kTrotecStateLength</span></div>
<div class="line"><a name="l01066"></a><span class="lineno"> 1066</span>&#160;<span class="preprocessor">#define WHYNTER_BITS kWhynterBits</span></div>
<div class="line"><a name="l01067"></a><span class="lineno"> 1067</span>&#160; </div>
<div class="line"><a name="l01068"></a><span class="lineno"> 1068</span>&#160;<span class="comment">// Turn on Debugging information by uncommenting the following line.</span></div>
<div class="line"><a name="l01069"></a><span class="lineno"> 1069</span>&#160;<span class="comment">// #define DEBUG 1</span></div>
<div class="line"><a name="l01070"></a><span class="lineno"> 1070</span>&#160; </div>
<div class="line"><a name="l01071"></a><span class="lineno"> 1071</span>&#160;<span class="preprocessor">#ifdef DEBUG</span></div>
<div class="line"><a name="l01072"></a><span class="lineno"> 1072</span>&#160;<span class="preprocessor">#ifdef UNIT_TEST</span></div>
<div class="line"><a name="l01073"></a><span class="lineno"> 1073</span>&#160;<span class="preprocessor">#define DPRINT(x) do { std::cout &lt;&lt; x; } while (0)</span></div>
<div class="line"><a name="l01074"></a><span class="lineno"> 1074</span>&#160;<span class="preprocessor">#define DPRINTLN(x) do { std::cout &lt;&lt; x &lt;&lt; std::endl; } while (0)</span></div>
<div class="line"><a name="l01075"></a><span class="lineno"> 1075</span>&#160;<span class="preprocessor">#endif // UNIT_TEST</span></div>
<div class="line"><a name="l01076"></a><span class="lineno"> 1076</span>&#160;<span class="preprocessor">#ifdef ARDUINO</span></div>
<div class="line"><a name="l01077"></a><span class="lineno"> 1077</span>&#160;<span class="preprocessor">#define DPRINT(x) do { Serial.print(x); } while (0)</span></div>
<div class="line"><a name="l01078"></a><span class="lineno"> 1078</span>&#160;<span class="preprocessor">#define DPRINTLN(x) do { Serial.println(x); } while (0)</span></div>
<div class="line"><a name="l01079"></a><span class="lineno"> 1079</span>&#160;<span class="preprocessor">#endif // ARDUINO</span></div>
<div class="line"><a name="l01080"></a><span class="lineno"> 1080</span>&#160;<span class="preprocessor">#else // DEBUG</span></div>
<div class="line"><a name="l01081"></a><span class="lineno"> 1081</span>&#160;<span class="preprocessor">#define DPRINT(x)</span></div>
<div class="line"><a name="l01082"></a><span class="lineno"> 1082</span>&#160;<span class="preprocessor">#define DPRINTLN(x)</span></div>
<div class="line"><a name="l01083"></a><span class="lineno"> 1083</span>&#160;<span class="preprocessor">#endif // DEBUG</span></div>
<div class="line"><a name="l01084"></a><span class="lineno"> 1084</span>&#160; </div>
<div class="line"><a name="l01085"></a><span class="lineno"> 1085</span>&#160;<span class="preprocessor">#ifdef UNIT_TEST</span></div>
<div class="line"><a name="l01086"></a><span class="lineno"> 1086</span>&#160;<span class="preprocessor">#ifndef F</span></div>
<div class="line"><a name="l01087"></a><span class="lineno"> 1087</span>&#160;<span class="comment">// Create a no-op F() macro so the code base still compiles outside of the</span></div>
<div class="line"><a name="l01088"></a><span class="lineno"> 1088</span>&#160;<span class="comment">// Arduino framework. Thus we can safely use the Arduino &#39;F()&#39; macro through-out</span></div>
<div class="line"><a name="l01089"></a><span class="lineno"> 1089</span>&#160;<span class="comment">// the code base. That macro stores constants in Flash (PROGMEM) memory.</span></div>
<div class="line"><a name="l01090"></a><span class="lineno"> 1090</span>&#160;<span class="comment">// See: https://github.com/crankyoldgit/IRremoteESP8266/issues/667</span></div>
<div class="line"><a name="l01091"></a><span class="lineno"> 1091</span>&#160;<span class="preprocessor">#define F(x) x</span></div>
<div class="line"><a name="l01092"></a><span class="lineno"> 1092</span>&#160;<span class="preprocessor">#endif // F</span></div>
<div class="line"><a name="l01093"></a><span class="lineno"><a class="line" href="IRremoteESP8266_8h.html#afbeda3fd1bdc8c37d01bdf9f5c8274ff"> 1093</a></span>&#160;<span class="keyword">typedef</span> std::string <a class="code" href="IRremoteESP8266_8h.html#afbeda3fd1bdc8c37d01bdf9f5c8274ff">String</a>;</div>
<div class="line"><a name="l01094"></a><span class="lineno"> 1094</span>&#160;<span class="preprocessor">#endif // UNIT_TEST</span></div>
<div class="line"><a name="l01095"></a><span class="lineno"> 1095</span>&#160; </div>
<div class="line"><a name="l01096"></a><span class="lineno"> 1096</span>&#160;<span class="preprocessor">#endif // IRREMOTEESP8266_H_</span></div>
</div><!-- fragment --></div><!-- contents -->
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fadac9ff1fa84905b54238b16d31197efb72"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadac9ff1fa84905b54238b16d31197efb72">ARGO</a></div><div class="ttdeci">@ ARGO</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:743</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a9407eebab271524e74bc3ddddb1a2e0b"><div class="ttname"><a href="IRremoteESP8266_8h.html#a9407eebab271524e74bc3ddddb1a2e0b">kDaikin152DefaultRepeat</a></div><div class="ttdeci">const uint16_t kDaikin152DefaultRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:854</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a2c572c8bfa811b7dc3a8a537cc642b85"><div class="ttname"><a href="IRremoteESP8266_8h.html#a2c572c8bfa811b7dc3a8a537cc642b85">kSanyoSA8650BBits</a></div><div class="ttdeci">const uint16_t kSanyoSA8650BBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:974</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a7b9fba82b602cf38147f0586e037f909"><div class="ttname"><a href="IRremoteESP8266_8h.html#a7b9fba82b602cf38147f0586e037f909">kDelonghiAcBits</a></div><div class="ttdeci">const uint16_t kDelonghiAcBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:861</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a62412e221207dbc2660f93dc265b4218"><div class="ttname"><a href="IRremoteESP8266_8h.html#a62412e221207dbc2660f93dc265b4218">kHaierAcYrw02DefaultRepeat</a></div><div class="ttdeci">const uint16_t kHaierAcYrw02DefaultRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:891</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ac3becb270bfddaa1c64b1f8582dfc902"><div class="ttname"><a href="IRremoteESP8266_8h.html#ac3becb270bfddaa1c64b1f8582dfc902">kHitachiAc3MinStateLength</a></div><div class="ttdeci">const uint16_t kHitachiAc3MinStateLength</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:901</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a7d0d6dd6d5741f91a1afb641f11d9bc5"><div class="ttname"><a href="IRremoteESP8266_8h.html#a7d0d6dd6d5741f91a1afb641f11d9bc5">kMitsubishiACStateLength</a></div><div class="ttdeci">const uint16_t kMitsubishiACStateLength</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:930</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a31d12a44c8c3a3c4533f65b8213e2086"><div class="ttname"><a href="IRremoteESP8266_8h.html#a31d12a44c8c3a3c4533f65b8213e2086">kMitsubishiHeavy152StateLength</a></div><div class="ttdeci">const uint16_t kMitsubishiHeavy152StateLength</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:942</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a669217ae5aa0baa159f7452f53551875"><div class="ttname"><a href="IRremoteESP8266_8h.html#a669217ae5aa0baa159f7452f53551875">kAirwellMinRepeats</a></div><div class="ttdeci">const uint16_t kAirwellMinRepeats</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:814</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_aa8876e8e177b8e71154f8cfb42b19160"><div class="ttname"><a href="IRremoteESP8266_8h.html#aa8876e8e177b8e71154f8cfb42b19160">kMideaMinRepeat</a></div><div class="ttdeci">const uint16_t kMideaMinRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:923</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_aceb5cbd7ba5d8bc11560ba29137b10fa"><div class="ttname"><a href="IRremoteESP8266_8h.html#aceb5cbd7ba5d8bc11560ba29137b10fa">kGicableBits</a></div><div class="ttdeci">const uint16_t kGicableBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:879</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a5558b24542873d8475e1ee0e2439839f"><div class="ttname"><a href="IRremoteESP8266_8h.html#a5558b24542873d8475e1ee0e2439839f">kGreeStateLength</a></div><div class="ttdeci">const uint16_t kGreeStateLength</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:883</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fadac27c6ac38ba872593af8e46ac2fdc85a"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadac27c6ac38ba872593af8e46ac2fdc85a">DISH</a></div><div class="ttdeci">@ DISH</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:729</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fadaa09b651ef326a9d8efcee5cc5b720ab4"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadaa09b651ef326a9d8efcee5cc5b720ab4">UNUSED</a></div><div class="ttdeci">@ UNUSED</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:716</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fad"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fad">decode_type_t</a></div><div class="ttdeci">decode_type_t</div><div class="ttdoc">Enumerator for defining and numbering of supported IR protocol.</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:714</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a668d9ac84f7dae61c35534b842d4956b"><div class="ttname"><a href="IRremoteESP8266_8h.html#a668d9ac84f7dae61c35534b842d4956b">kCarrierAcBits</a></div><div class="ttdeci">const uint16_t kCarrierAcBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:826</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_aacf2eea1349016ccbc96e97a0976f4ec"><div class="ttname"><a href="IRremoteESP8266_8h.html#aacf2eea1349016ccbc96e97a0976f4ec">kDenonLegacyBits</a></div><div class="ttdeci">const uint16_t kDenonLegacyBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:865</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada1412522651b0c8f1a35e1db3807466bb"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada1412522651b0c8f1a35e1db3807466bb">SHERWOOD</a></div><div class="ttdeci">@ SHERWOOD</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:735</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a46835b1e2d279570fd818749e88180d4"><div class="ttname"><a href="IRremoteESP8266_8h.html#a46835b1e2d279570fd818749e88180d4">kSingleRepeat</a></div><div class="ttdeci">const uint16_t kSingleRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:811</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a2dde8fd00f8a28e35da04cff9a3a1908"><div class="ttname"><a href="IRremoteESP8266_8h.html#a2dde8fd00f8a28e35da04cff9a3a1908">kDaikin2DefaultRepeat</a></div><div class="ttdeci">const uint16_t kDaikin2DefaultRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:843</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_aad7be0971479839493615cafcd654fc1"><div class="ttname"><a href="IRremoteESP8266_8h.html#aad7be0971479839493615cafcd654fc1">kMultibracketsBits</a></div><div class="ttdeci">const uint16_t kMultibracketsBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:945</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a6c106a982acced5d8aeef98644002ca2"><div class="ttname"><a href="IRremoteESP8266_8h.html#a6c106a982acced5d8aeef98644002ca2">kSharpAcBits</a></div><div class="ttdeci">const uint16_t kSharpAcBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:983</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a4553f6670e241a67104d45216a4ebd98"><div class="ttname"><a href="IRremoteESP8266_8h.html#a4553f6670e241a67104d45216a4ebd98">kWhynterBits</a></div><div class="ttdeci">const uint16_t kWhynterBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:1008</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada4d7328071e0a48bc828fccb02f969c20"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada4d7328071e0a48bc828fccb02f969c20">CARRIER_AC</a></div><div class="ttdeci">@ CARRIER_AC</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:753</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada66de3fced9e8f97d1919bcf4d5726f3e"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada66de3fced9e8f97d1919bcf4d5726f3e">TOSHIBA_AC</a></div><div class="ttdeci">@ TOSHIBA_AC</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:748</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada0cd75c2edaa4c674d679dbb39635990a"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada0cd75c2edaa4c674d679dbb39635990a">AIRWELL</a></div><div class="ttdeci">@ AIRWELL</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:795</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a570219a14f2d19c7a6ce0aecd37a3b1f"><div class="ttname"><a href="IRremoteESP8266_8h.html#a570219a14f2d19c7a6ce0aecd37a3b1f">kAirwellBits</a></div><div class="ttdeci">const uint16_t kAirwellBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:813</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a882914932449e33933b6f8e224cbaf3c"><div class="ttname"><a href="IRremoteESP8266_8h.html#a882914932449e33933b6f8e224cbaf3c">kHaierAcDefaultRepeat</a></div><div class="ttdeci">const uint16_t kHaierAcDefaultRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:888</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada5b68c32f80c4afa6e61039843b2d1f97"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada5b68c32f80c4afa6e61039843b2d1f97">PRONTO</a></div><div class="ttdeci">@ PRONTO</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:741</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a4c0411462f2854a8606deca09ed15df5"><div class="ttname"><a href="IRremoteESP8266_8h.html#a4c0411462f2854a8606deca09ed15df5">kTrotecDefaultRepeat</a></div><div class="ttdeci">const uint16_t kTrotecDefaultRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:1004</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a9dd52420366167afb4c8831b4ccd02fa"><div class="ttname"><a href="IRremoteESP8266_8h.html#a9dd52420366167afb4c8831b4ccd02fa">kFujitsuAcMinRepeat</a></div><div class="ttdeci">const uint16_t kFujitsuAcMinRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:874</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_aaf59be616d7e3a5e605b8d1e08f20686"><div class="ttname"><a href="IRremoteESP8266_8h.html#aaf59be616d7e3a5e605b8d1e08f20686">kCoronaAcBits</a></div><div class="ttdeci">const uint16_t kCoronaAcBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:835</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a911a47148656b26da2e094a7ced1fc8b"><div class="ttname"><a href="IRremoteESP8266_8h.html#a911a47148656b26da2e094a7ced1fc8b">kMitsubishiACBits</a></div><div class="ttdeci">const uint16_t kMitsubishiACBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:931</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a448bd7af5fdab67fb40901a3d6efed21"><div class="ttname"><a href="IRremoteESP8266_8h.html#a448bd7af5fdab67fb40901a3d6efed21">kMitsubishi136MinRepeat</a></div><div class="ttdeci">const uint16_t kMitsubishi136MinRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:935</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada6ce26a62afab55d7606ad4e92428b30c"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada6ce26a62afab55d7606ad4e92428b30c">UNKNOWN</a></div><div class="ttdeci">@ UNKNOWN</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:715</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a9a2190c526885753c676db666e48b764"><div class="ttname"><a href="IRremoteESP8266_8h.html#a9a2190c526885753c676db666e48b764">kArgoDefaultRepeat</a></div><div class="ttdeci">const uint16_t kArgoDefaultRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:823</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_afb4cd0c1a9c689d862e7095f0ab6dbe5"><div class="ttname"><a href="IRremoteESP8266_8h.html#afb4cd0c1a9c689d862e7095f0ab6dbe5">kHaierACStateLength</a></div><div class="ttdeci">const uint16_t kHaierACStateLength</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:886</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a8bef76bac826afbbc51c2a867af15ed8"><div class="ttname"><a href="IRremoteESP8266_8h.html#a8bef76bac826afbbc51c2a867af15ed8">kHitachiAcStateLength</a></div><div class="ttdeci">const uint16_t kHitachiAcStateLength</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:892</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fadab8e5875a5959b72ca7ff17bccff97c4d"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadab8e5875a5959b72ca7ff17bccff97c4d">MITSUBISHI112</a></div><div class="ttdeci">@ MITSUBISHI112</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:788</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_aa71fc87dcb6f14b82997e1d2269429d2"><div class="ttname"><a href="IRremoteESP8266_8h.html#aa71fc87dcb6f14b82997e1d2269429d2">kDaikin176StateLength</a></div><div class="ttdeci">const uint16_t kDaikin176StateLength</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:855</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_abec3ebb217126560e824fa8b66d495bc"><div class="ttname"><a href="IRremoteESP8266_8h.html#abec3ebb217126560e824fa8b66d495bc">kRC5XBits</a></div><div class="ttdeci">const uint16_t kRC5XBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:963</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ac8738cb054de937b77269acb973c5133"><div class="ttname"><a href="IRremoteESP8266_8h.html#ac8738cb054de937b77269acb973c5133">kEpsonMinRepeat</a></div><div class="ttdeci">const uint16_t kEpsonMinRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:870</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a62866e6918602533d590912487150bc7"><div class="ttname"><a href="IRremoteESP8266_8h.html#a62866e6918602533d590912487150bc7">kAmcorStateLength</a></div><div class="ttdeci">const uint16_t kAmcorStateLength</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:818</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada4b26fb376f6375dd6d1d4be186438f88"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada4b26fb376f6375dd6d1d4be186438f88">DAIKIN128</a></div><div class="ttdeci">@ DAIKIN128</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:784</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a864918ca63a5fe7345688a72d61ddf23"><div class="ttname"><a href="IRremoteESP8266_8h.html#a864918ca63a5fe7345688a72d61ddf23">kAlokaBits</a></div><div class="ttdeci">const uint16_t kAlokaBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:817</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada5b6f507fb4bbd70ee70be4e2e0b0371d"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada5b6f507fb4bbd70ee70be4e2e0b0371d">JVC</a></div><div class="ttdeci">@ JVC</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:722</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada72d58193d4d25517202d22b7e57a65c3"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada72d58193d4d25517202d22b7e57a65c3">SONY</a></div><div class="ttdeci">@ SONY</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:720</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fadab5a44068d519506efa8a3113aa44c9c0"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadab5a44068d519506efa8a3113aa44c9c0">HITACHI_AC2</a></div><div class="ttdeci">@ HITACHI_AC2</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:758</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_abb5e2ddb1a8d3c6fa7a94dbe1989ec5d"><div class="ttname"><a href="IRremoteESP8266_8h.html#abb5e2ddb1a8d3c6fa7a94dbe1989ec5d">kHitachiAc1StateLength</a></div><div class="ttdeci">const uint16_t kHitachiAc1StateLength</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:895</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_aed48c68a637e4b45b80bbf4964ea79f9"><div class="ttname"><a href="IRremoteESP8266_8h.html#aed48c68a637e4b45b80bbf4964ea79f9">kCoolixBits</a></div><div class="ttdeci">const uint16_t kCoolixBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:824</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a6bba58bb0f33feb9a6dfd20637d01d13"><div class="ttname"><a href="IRremoteESP8266_8h.html#a6bba58bb0f33feb9a6dfd20637d01d13">kMitsubishi112MinRepeat</a></div><div class="ttdeci">const uint16_t kMitsubishi112MinRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:938</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a1191a9293b03aa14426083b6f411a4e3"><div class="ttname"><a href="IRremoteESP8266_8h.html#a1191a9293b03aa14426083b6f411a4e3">kCoronaAcBitsShort</a></div><div class="ttdeci">const uint16_t kCoronaAcBitsShort</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:834</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a5e1e6f30a41f0d94652429a9e1034179"><div class="ttname"><a href="IRremoteESP8266_8h.html#a5e1e6f30a41f0d94652429a9e1034179">kSamsung36Bits</a></div><div class="ttdeci">const uint16_t kSamsung36Bits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:968</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad756bfec6eabbe2ac10b7847f87fb751"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad756bfec6eabbe2ac10b7847f87fb751">kMagiquestBits</a></div><div class="ttdeci">const uint16_t kMagiquestBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:921</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada76cc459b9e26d82ed82cf120272fd8cb"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada76cc459b9e26d82ed82cf120272fd8cb">LUTRON</a></div><div class="ttdeci">@ LUTRON</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:763</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ae4cdfc8e358ec738d20c1bda49842ccf"><div class="ttname"><a href="IRremoteESP8266_8h.html#ae4cdfc8e358ec738d20c1bda49842ccf">kSharpCommandBits</a></div><div class="ttdeci">const uint8_t kSharpCommandBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:980</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a5a871ed6d145c5ea3d50e96600c02e31"><div class="ttname"><a href="IRremoteESP8266_8h.html#a5a871ed6d145c5ea3d50e96600c02e31">kNeoclimaStateLength</a></div><div class="ttdeci">const uint16_t kNeoclimaStateLength</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:949</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada79204b7ae26be334cebf3ea8268c34ab"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada79204b7ae26be334cebf3ea8268c34ab">RCMM</a></div><div class="ttdeci">@ RCMM</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:737</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada558721044a11b1d4b491343f02267e1d"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada558721044a11b1d4b491343f02267e1d">SANYO_LC7461</a></div><div class="ttdeci">@ SANYO_LC7461</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:738</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada7d0f8056d221b37f68f80bace2b794b9"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada7d0f8056d221b37f68f80bace2b794b9">TROTEC</a></div><div class="ttdeci">@ TROTEC</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:744</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a025caa6d0ae6becdd5ee58b5ac6ed61f"><div class="ttname"><a href="IRremoteESP8266_8h.html#a025caa6d0ae6becdd5ee58b5ac6ed61f">kFujitsuAcMinBits</a></div><div class="ttdeci">const uint16_t kFujitsuAcMinBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:878</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a973f4e0189fc10805f67b67f708be1e4"><div class="ttname"><a href="IRremoteESP8266_8h.html#a973f4e0189fc10805f67b67f708be1e4">kSamsungAcDefaultRepeat</a></div><div class="ttdeci">const uint16_t kSamsungAcDefaultRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:973</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad067db05b273337e0df38d529094c9e8"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad067db05b273337e0df38d529094c9e8">kSanyoLC7461Bits</a></div><div class="ttdeci">const uint16_t kSanyoLC7461Bits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:977</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada4db6a848df3aed4289801e1b2bbbf6aa"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada4db6a848df3aed4289801e1b2bbbf6aa">DAIKIN160</a></div><div class="ttdeci">@ DAIKIN160</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:781</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fadaf61f2c360f487309cfa466a44fcae106"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadaf61f2c360f487309cfa466a44fcae106">CORONA_AC</a></div><div class="ttdeci">@ CORONA_AC</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:802</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a5cd69a192be51634ce72a40398a6c0d7"><div class="ttname"><a href="IRremoteESP8266_8h.html#a5cd69a192be51634ce72a40398a6c0d7">kSanyoLC7461CommandBits</a></div><div class="ttdeci">const uint16_t kSanyoLC7461CommandBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:976</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ab819cb0a34937714dcb10059799c26e2"><div class="ttname"><a href="IRremoteESP8266_8h.html#ab819cb0a34937714dcb10059799c26e2">kTrotecBits</a></div><div class="ttdeci">const uint16_t kTrotecBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:1003</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fadaf87c99938d26a1f77d4f082c070d4660"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadaf87c99938d26a1f77d4f082c070d4660">PANASONIC</a></div><div class="ttdeci">@ PANASONIC</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:721</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_afb5c734e808d8f108f976f0556bf6e58"><div class="ttname"><a href="IRremoteESP8266_8h.html#afb5c734e808d8f108f976f0556bf6e58">kZepealMinRepeat</a></div><div class="ttdeci">const uint16_t kZepealMinRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:1011</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad7389b5b4f01a16dbf940eaae005c805"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad7389b5b4f01a16dbf940eaae005c805">kDenon48Bits</a></div><div class="ttdeci">const uint16_t kDenon48Bits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:864</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fadab37b344f84d575ec78a92ca55e153586"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadab37b344f84d575ec78a92ca55e153586">DAIKIN2</a></div><div class="ttdeci">@ DAIKIN2</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:769</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a362a0b0b0afc216cf8162a3724cf073a"><div class="ttname"><a href="IRremoteESP8266_8h.html#a362a0b0b0afc216cf8162a3724cf073a">kHitachiAc2Bits</a></div><div class="ttdeci">const uint16_t kHitachiAc2Bits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:898</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a2ca237d578ca9a59aecac9813ab851ba"><div class="ttname"><a href="IRremoteESP8266_8h.html#a2ca237d578ca9a59aecac9813ab851ba">kElectraAcMinRepeat</a></div><div class="ttdeci">const uint16_t kElectraAcMinRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:873</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada45198cb83bbf76b320eaa91d09c44b38"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada45198cb83bbf76b320eaa91d09c44b38">MITSUBISHI_AC</a></div><div class="ttdeci">@ MITSUBISHI_AC</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:736</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada3be750ce1687bc1a92fee05b0c511100"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada3be750ce1687bc1a92fee05b0c511100">MAGIQUEST</a></div><div class="ttdeci">@ MAGIQUEST</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:751</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a9cc230bac4f902d46049c7b2c2fdbd3d"><div class="ttname"><a href="IRremoteESP8266_8h.html#a9cc230bac4f902d46049c7b2c2fdbd3d">kHitachiAc3StateLength</a></div><div class="ttdeci">const uint16_t kHitachiAc3StateLength</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:899</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ae3c458814d7221b66d2f267cb2663bd2"><div class="ttname"><a href="IRremoteESP8266_8h.html#ae3c458814d7221b66d2f267cb2663bd2">kLg32Bits</a></div><div class="ttdeci">const uint16_t kLg32Bits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:918</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fadab4566b260773b60c85450f40fa5b4341"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadab4566b260773b60c85450f40fa5b4341">DOSHISHA</a></div><div class="ttdeci">@ DOSHISHA</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:797</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a32b65ada4941a9622fbbc60f01b82425"><div class="ttname"><a href="IRremoteESP8266_8h.html#a32b65ada4941a9622fbbc60f01b82425">kCoronaAcStateLengthShort</a></div><div class="ttdeci">const uint16_t kCoronaAcStateLengthShort</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:832</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_aa46876681f26ccf39c6d341fef041a16"><div class="ttname"><a href="IRremoteESP8266_8h.html#aa46876681f26ccf39c6d341fef041a16">kElectraAcBits</a></div><div class="ttdeci">const uint16_t kElectraAcBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:872</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a6f0794107a7643e0bec8de6de9e7621b"><div class="ttname"><a href="IRremoteESP8266_8h.html#a6f0794107a7643e0bec8de6de9e7621b">kSonyMinBits</a></div><div class="ttdeci">const uint16_t kSonyMinBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:990</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fadaacda5821835865551f6df46c76282fa4"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadaacda5821835865551f6df46c76282fa4">HAIER_AC_YRW02</a></div><div class="ttdeci">@ HAIER_AC_YRW02</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:760</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad796714d955b6cc8e207b03058eae5a3"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad796714d955b6cc8e207b03058eae5a3">kAiwaRcT501MinRepeats</a></div><div class="ttdeci">const uint16_t kAiwaRcT501MinRepeats</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:816</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada85af068f8964d4359512265d8cc27a31"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada85af068f8964d4359512265d8cc27a31">HITACHI_AC424</a></div><div class="ttdeci">@ HITACHI_AC424</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:789</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_affd9b805fff390d05a83ff4eaa1c98de"><div class="ttname"><a href="IRremoteESP8266_8h.html#affd9b805fff390d05a83ff4eaa1c98de">kDaikin2Bits</a></div><div class="ttdeci">const uint16_t kDaikin2Bits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:842</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_aae6947c431d2c9da4fe2fdd9428012c1"><div class="ttname"><a href="IRremoteESP8266_8h.html#aae6947c431d2c9da4fe2fdd9428012c1">kHitachiAc1Bits</a></div><div class="ttdeci">const uint16_t kHitachiAc1Bits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:896</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada4122973f5d8ce282457d348857ba0af0"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada4122973f5d8ce282457d348857ba0af0">CARRIER_AC64</a></div><div class="ttdeci">@ CARRIER_AC64</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:800</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada0811f93a25b0873e21979d569eeac05e"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada0811f93a25b0873e21979d569eeac05e">NEC</a></div><div class="ttdeci">@ NEC</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:719</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fadad8cf99a3a8776d644b78313306a2108c"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadad8cf99a3a8776d644b78313306a2108c">FUJITSU_AC</a></div><div class="ttdeci">@ FUJITSU_AC</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:749</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad88bda81b48f25d30bb5a169d3b6bcec"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad88bda81b48f25d30bb5a169d3b6bcec">kMitsubishiMinRepeat</a></div><div class="ttdeci">const uint16_t kMitsubishiMinRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:929</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada9e8d893590b745f6b1b5ffcb556d9cba"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada9e8d893590b745f6b1b5ffcb556d9cba">GOODWEATHER</a></div><div class="ttdeci">@ GOODWEATHER</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:779</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fadac3487c47b14da6af922f5b27992b30f3"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadac3487c47b14da6af922f5b27992b30f3">HITACHI_AC3</a></div><div class="ttdeci">@ HITACHI_AC3</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:793</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fadafc566aab3afb8face6d8965ca4d0eab7"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadafc566aab3afb8face6d8965ca4d0eab7">INAX</a></div><div class="ttdeci">@ INAX</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:780</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a5f38a56eacd9964a8514cb57de287a45"><div class="ttname"><a href="IRremoteESP8266_8h.html#a5f38a56eacd9964a8514cb57de287a45">kArgoStateLength</a></div><div class="ttdeci">const uint16_t kArgoStateLength</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:821</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada44c4a84d776e02328ef3b169e743e5ec"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada44c4a84d776e02328ef3b169e743e5ec">SYMPHONY</a></div><div class="ttdeci">@ SYMPHONY</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:792</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_aa148f54492be1cf8a8b285a96861a0b7"><div class="ttname"><a href="IRremoteESP8266_8h.html#aa148f54492be1cf8a8b285a96861a0b7">kPanasonicBits</a></div><div class="ttdeci">const uint16_t kPanasonicBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:952</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_afbeda3fd1bdc8c37d01bdf9f5c8274ff"><div class="ttname"><a href="IRremoteESP8266_8h.html#afbeda3fd1bdc8c37d01bdf9f5c8274ff">String</a></div><div class="ttdeci">std::string String</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:1093</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada1f232bcdf330ec2e353196941b9f1628"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada1f232bcdf330ec2e353196941b9f1628">HAIER_AC</a></div><div class="ttdeci">@ HAIER_AC</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:754</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ae94c897cb0bd25ca7a4d693c7be9be3d"><div class="ttname"><a href="IRremoteESP8266_8h.html#ae94c897cb0bd25ca7a4d693c7be9be3d">kDaikinStateLengthShort</a></div><div class="ttdeci">const uint16_t kDaikinStateLengthShort</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:838</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad0935984e6518e340562665742199483"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad0935984e6518e340562665742199483">kRC5Bits</a></div><div class="ttdeci">const uint16_t kRC5Bits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:962</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a2d6832b3d214e0adad781c205993e461"><div class="ttname"><a href="IRremoteESP8266_8h.html#a2d6832b3d214e0adad781c205993e461">kLgDefaultRepeat</a></div><div class="ttdeci">const uint16_t kLgDefaultRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:919</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ae7579708922ffd3e44295f8770878983"><div class="ttname"><a href="IRremoteESP8266_8h.html#ae7579708922ffd3e44295f8770878983">kDaikin152StateLength</a></div><div class="ttdeci">const uint16_t kDaikin152StateLength</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:852</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a210f5c78b0f90b64dd5037698141433a"><div class="ttname"><a href="IRremoteESP8266_8h.html#a210f5c78b0f90b64dd5037698141433a">kPanasonicAcBits</a></div><div class="ttdeci">const uint16_t kPanasonicAcBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:956</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a955183d3358fcafea853014ddd890574"><div class="ttname"><a href="IRremoteESP8266_8h.html#a955183d3358fcafea853014ddd890574">kRC5RawBits</a></div><div class="ttdeci">const uint16_t kRC5RawBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:961</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a8f52b7d4595c117cf0b81ffbd1148cda"><div class="ttname"><a href="IRremoteESP8266_8h.html#a8f52b7d4595c117cf0b81ffbd1148cda">kHaierACYRW02StateLength</a></div><div class="ttdeci">const uint16_t kHaierACYRW02StateLength</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:889</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a7e15e988acbea0fb4dfaee6f5bfa12d0"><div class="ttname"><a href="IRremoteESP8266_8h.html#a7e15e988acbea0fb4dfaee6f5bfa12d0">kSanyoLC7461AddressBits</a></div><div class="ttdeci">const uint16_t kSanyoLC7461AddressBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:975</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a5aa418baefd018d5facc08d3bb721fe9"><div class="ttname"><a href="IRremoteESP8266_8h.html#a5aa418baefd018d5facc08d3bb721fe9">kMultibracketsDefaultRepeat</a></div><div class="ttdeci">const uint16_t kMultibracketsDefaultRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:946</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fadadf6c249ac7d923229f9e623eff9a61f4"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadadf6c249ac7d923229f9e623eff9a61f4">LG</a></div><div class="ttdeci">@ LG</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:726</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_aa6f1d6dded2ae3500cd52aa0c482a1b6"><div class="ttname"><a href="IRremoteESP8266_8h.html#aa6f1d6dded2ae3500cd52aa0c482a1b6">kDaikin160Bits</a></div><div class="ttdeci">const uint16_t kDaikin160Bits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:847</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada1e147eb39adc40e4181940cc2357f070"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada1e147eb39adc40e4181940cc2357f070">HITACHI_AC344</a></div><div class="ttdeci">@ HITACHI_AC344</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:801</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada1571f3cf72caf1cf23481802b450382a"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada1571f3cf72caf1cf23481802b450382a">MIDEA</a></div><div class="ttdeci">@ MIDEA</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:750</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_afa2675ce42d00175ec95caa6cd87a425"><div class="ttname"><a href="IRremoteESP8266_8h.html#afa2675ce42d00175ec95caa6cd87a425">kGoodweatherBits</a></div><div class="ttdeci">const uint16_t kGoodweatherBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:881</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad8142649290db6fc337ac839d4078aef"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad8142649290db6fc337ac839d4078aef">kGicableMinRepeat</a></div><div class="ttdeci">const uint16_t kGicableMinRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:880</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fadaf8c11b983768907fdb625ff9fb3729d2"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadaf8c11b983768907fdb625ff9fb3729d2">GLOBALCACHE</a></div><div class="ttdeci">@ GLOBALCACHE</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:747</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_af056e1ac2d00c6d6440c3dd2ae283f09"><div class="ttname"><a href="IRremoteESP8266_8h.html#af056e1ac2d00c6d6440c3dd2ae283f09">kDaikin152Bits</a></div><div class="ttdeci">const uint16_t kDaikin152Bits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:853</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a70a1a65c1947b440e4ff27477de5ddc7"><div class="ttname"><a href="IRremoteESP8266_8h.html#a70a1a65c1947b440e4ff27477de5ddc7">kDaikin216StateLength</a></div><div class="ttdeci">const uint16_t kDaikin216StateLength</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:858</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fadac8f9010b746a07a7a6329d1b336b68cf"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadac8f9010b746a07a7a6329d1b336b68cf">GICABLE</a></div><div class="ttdeci">@ GICABLE</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:759</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a2d07d8c8917fee072a261d00e67e0d36"><div class="ttname"><a href="IRremoteESP8266_8h.html#a2d07d8c8917fee072a261d00e67e0d36">kSamsungAcStateLength</a></div><div class="ttdeci">const uint16_t kSamsungAcStateLength</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:969</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fadae561d1d82d90c1b54a1a502431749873"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadae561d1d82d90c1b54a1a502431749873">COOLIX</a></div><div class="ttdeci">@ COOLIX</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:731</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada59b5ac5c1d354e50932dc0208d9b0b43"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada59b5ac5c1d354e50932dc0208d9b0b43">MIDEA24</a></div><div class="ttdeci">@ MIDEA24</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:803</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_abb5b89578ab0757999530c0383f38533"><div class="ttname"><a href="IRremoteESP8266_8h.html#abb5b89578ab0757999530c0383f38533">kSymphonyBits</a></div><div class="ttdeci">const uint16_t kSymphonyBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:992</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a4279ccd14a3af2046e393661a7b4879f"><div class="ttname"><a href="IRremoteESP8266_8h.html#a4279ccd14a3af2046e393661a7b4879f">kDaikin128StateLength</a></div><div class="ttdeci">const uint16_t kDaikin128StateLength</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:849</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a84a6d3e15e98f7a4917d252d5665534a"><div class="ttname"><a href="IRremoteESP8266_8h.html#a84a6d3e15e98f7a4917d252d5665534a">kRC6Mode0Bits</a></div><div class="ttdeci">const uint16_t kRC6Mode0Bits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:964</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fadac698e0c030768ed91207b0e63910c3e7"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadac698e0c030768ed91207b0e63910c3e7">NEOCLIMA</a></div><div class="ttdeci">@ NEOCLIMA</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:782</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a0228803e8fff3c73227214d4bb3d8b05"><div class="ttname"><a href="IRremoteESP8266_8h.html#a0228803e8fff3c73227214d4bb3d8b05">kDaikin176DefaultRepeat</a></div><div class="ttdeci">const uint16_t kDaikin176DefaultRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:857</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a789cbb74cf332f8440a4fcdcac188741"><div class="ttname"><a href="IRremoteESP8266_8h.html#a789cbb74cf332f8440a4fcdcac188741">kMitsubishiHeavy152MinRepeat</a></div><div class="ttdeci">const uint16_t kMitsubishiHeavy152MinRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:944</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_aa16fdf708a67dbe22c85ad4bac9b05b6"><div class="ttname"><a href="IRremoteESP8266_8h.html#aa16fdf708a67dbe22c85ad4bac9b05b6">kSony12Bits</a></div><div class="ttdeci">const uint16_t kSony12Bits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:987</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a1a49dde7ffbd753f7756cf0c9dc6d826"><div class="ttname"><a href="IRremoteESP8266_8h.html#a1a49dde7ffbd753f7756cf0c9dc6d826">kNoRepeat</a></div><div class="ttdeci">const uint16_t kNoRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:810</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_aa9cd1ff8036f6c3a288c4f34af4a5eb4"><div class="ttname"><a href="IRremoteESP8266_8h.html#aa9cd1ff8036f6c3a288c4f34af4a5eb4">kSony20Bits</a></div><div class="ttdeci">const uint16_t kSony20Bits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:989</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a376653a421df42d889ac3b2a071de58b"><div class="ttname"><a href="IRremoteESP8266_8h.html#a376653a421df42d889ac3b2a071de58b">kMitsubishiACMinRepeat</a></div><div class="ttdeci">const uint16_t kMitsubishiACMinRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:932</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fadaaebb72f3ad9ff2a706d8041763de6e49"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadaaebb72f3ad9ff2a706d8041763de6e49">MULTIBRACKETS</a></div><div class="ttdeci">@ MULTIBRACKETS</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:798</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a66ebaf70d2b4018371825c9cd3078a42"><div class="ttname"><a href="IRremoteESP8266_8h.html#a66ebaf70d2b4018371825c9cd3078a42">kHitachiAc3MinBits</a></div><div class="ttdeci">const uint16_t kHitachiAc3MinBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:902</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_af6b7c6ad564253cb128ac92c00e86f0c"><div class="ttname"><a href="IRremoteESP8266_8h.html#af6b7c6ad564253cb128ac92c00e86f0c">kPanasonicAcDefaultRepeat</a></div><div class="ttdeci">const uint16_t kPanasonicAcDefaultRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:958</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a219b8495f77932c200680f7a2b133880"><div class="ttname"><a href="IRremoteESP8266_8h.html#a219b8495f77932c200680f7a2b133880">kSymphonyDefaultRepeat</a></div><div class="ttdeci">const uint16_t kSymphonyDefaultRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:993</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a28039071f1130e9bc86efddd8265cbf9"><div class="ttname"><a href="IRremoteESP8266_8h.html#a28039071f1130e9bc86efddd8265cbf9">kSamsungAcExtendedStateLength</a></div><div class="ttdeci">const uint16_t kSamsungAcExtendedStateLength</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:971</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_aa89410d369d71738c8cbefae6ac3b00f"><div class="ttname"><a href="IRremoteESP8266_8h.html#aa89410d369d71738c8cbefae6ac3b00f">kCoolixDefaultRepeat</a></div><div class="ttdeci">const uint16_t kCoolixDefaultRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:825</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada2bda37b76abb290d1675c3e027e3c2e1"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada2bda37b76abb290d1675c3e027e3c2e1">DENON</a></div><div class="ttdeci">@ DENON</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:733</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a97c82cec6d72845d9ab8a201b0fa5034"><div class="ttname"><a href="IRremoteESP8266_8h.html#a97c82cec6d72845d9ab8a201b0fa5034">kTcl112AcDefaultRepeat</a></div><div class="ttdeci">const uint16_t kTcl112AcDefaultRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:996</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a8f18256a0a6893e077e253e5e80da164"><div class="ttname"><a href="IRremoteESP8266_8h.html#a8f18256a0a6893e077e253e5e80da164">kDelonghiAcDefaultRepeat</a></div><div class="ttdeci">const uint16_t kDelonghiAcDefaultRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:862</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ab18df94a82b365ff30caaabb05a9fcaf"><div class="ttname"><a href="IRremoteESP8266_8h.html#ab18df94a82b365ff30caaabb05a9fcaf">kCoronaAcStateLength</a></div><div class="ttdeci">const uint16_t kCoronaAcStateLength</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:833</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fadac1cf5078ebfd7ff83c70e8ec8522b288"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadac1cf5078ebfd7ff83c70e8ec8522b288">SANYO</a></div><div class="ttdeci">@ SANYO</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:727</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a095362359f34c1ee5ab71d56e6d64f64"><div class="ttname"><a href="IRremoteESP8266_8h.html#a095362359f34c1ee5ab71d56e6d64f64">kTecoDefaultRepeat</a></div><div class="ttdeci">const uint16_t kTecoDefaultRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:998</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ab973b35583dabc7e04b12018fac04cc9"><div class="ttname"><a href="IRremoteESP8266_8h.html#ab973b35583dabc7e04b12018fac04cc9">kMitsubishiHeavy152Bits</a></div><div class="ttdeci">const uint16_t kMitsubishiHeavy152Bits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:943</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_aedc53534cf6a40144be80abeee498362"><div class="ttname"><a href="IRremoteESP8266_8h.html#aedc53534cf6a40144be80abeee498362">kDoshishaBits</a></div><div class="ttdeci">const uint16_t kDoshishaBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:868</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a56d1176a7b3fe59aeb3f4f39926c617d"><div class="ttname"><a href="IRremoteESP8266_8h.html#a56d1176a7b3fe59aeb3f4f39926c617d">kCarrierAc40Bits</a></div><div class="ttdeci">const uint16_t kCarrierAc40Bits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:828</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a34bcab75a8ab94adfd46a245dd0748db"><div class="ttname"><a href="IRremoteESP8266_8h.html#a34bcab75a8ab94adfd46a245dd0748db">kAmcorBits</a></div><div class="ttdeci">const uint16_t kAmcorBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:819</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ae1d2aa52fef81f03b92c35f4970728d2"><div class="ttname"><a href="IRremoteESP8266_8h.html#ae1d2aa52fef81f03b92c35f4970728d2">kTrotecStateLength</a></div><div class="ttdeci">const uint16_t kTrotecStateLength</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:1002</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada8402547ec0b99b9b0efe97dec65badf9"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada8402547ec0b99b9b0efe97dec65badf9">LG2</a></div><div class="ttdeci">@ LG2</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:767</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a3b41358898f69d96bdeece17ead13ee0"><div class="ttname"><a href="IRremoteESP8266_8h.html#a3b41358898f69d96bdeece17ead13ee0">kWhirlpoolAcDefaultRepeat</a></div><div class="ttdeci">const uint16_t kWhirlpoolAcDefaultRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:1007</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_aff17d9c0ccf683895d2c868094679f0a"><div class="ttname"><a href="IRremoteESP8266_8h.html#aff17d9c0ccf683895d2c868094679f0a">kHitachiAc424StateLength</a></div><div class="ttdeci">const uint16_t kHitachiAc424StateLength</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:905</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a515e5a081c388dd4313b20ff2b6c7955"><div class="ttname"><a href="IRremoteESP8266_8h.html#a515e5a081c388dd4313b20ff2b6c7955">kMitsubishiHeavy88StateLength</a></div><div class="ttdeci">const uint16_t kMitsubishiHeavy88StateLength</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:939</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada8a3ac4419806a34ba566bfcbbb0e4f1d"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada8a3ac4419806a34ba566bfcbbb0e4f1d">RC5X</a></div><div class="ttdeci">@ RC5X</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:739</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada92eadf4fa6dd16da5b79a2fcbf729894"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada92eadf4fa6dd16da5b79a2fcbf729894">LASERTAG</a></div><div class="ttdeci">@ LASERTAG</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:752</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a81cb09663eedbdc3888ee68438f0a5d3"><div class="ttname"><a href="IRremoteESP8266_8h.html#a81cb09663eedbdc3888ee68438f0a5d3">kFujitsuAcStateLengthShort</a></div><div class="ttdeci">const uint16_t kFujitsuAcStateLengthShort</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:876</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a1dd1a9799e5d20d39e82ff678bf07b47"><div class="ttname"><a href="IRremoteESP8266_8h.html#a1dd1a9799e5d20d39e82ff678bf07b47">kPanasonicManufacturer</a></div><div class="ttdeci">const uint32_t kPanasonicManufacturer</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:953</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fadabdeded99fe7d3f2773014a9a2cfb73d7"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadabdeded99fe7d3f2773014a9a2cfb73d7">RAW</a></div><div class="ttdeci">@ RAW</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:746</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_abd2187340d0b94996136081413e2ad22"><div class="ttname"><a href="IRremoteESP8266_8h.html#abd2187340d0b94996136081413e2ad22">kMitsubishiBits</a></div><div class="ttdeci">const uint16_t kMitsubishiBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:926</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada0027bcfbb78c0c2b951dfff1102a027b"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada0027bcfbb78c0c2b951dfff1102a027b">SONY_38K</a></div><div class="ttdeci">@ SONY_38K</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:790</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada7f7247f15587eb3812846f424b941abe"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada7f7247f15587eb3812846f424b941abe">RC6</a></div><div class="ttdeci">@ RC6</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:718</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fadadf49fef8f6e9740c92af2e25384f7846"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadadf49fef8f6e9740c92af2e25384f7846">PIONEER</a></div><div class="ttdeci">@ PIONEER</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:766</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ab21d86545b57738354e7a3b833d38f94"><div class="ttname"><a href="IRremoteESP8266_8h.html#ab21d86545b57738354e7a3b833d38f94">kPanasonicAcStateLength</a></div><div class="ttdeci">const uint16_t kPanasonicAcStateLength</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:954</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada66368850d567cbeb3b2c2233cae34cd0"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada66368850d567cbeb3b2c2233cae34cd0">MITSUBISHI2</a></div><div class="ttdeci">@ MITSUBISHI2</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:755</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ac3aa33a8386f73de0f57fc1ff7c6e7d9"><div class="ttname"><a href="IRremoteESP8266_8h.html#ac3aa33a8386f73de0f57fc1ff7c6e7d9">kFujitsuAcStateLength</a></div><div class="ttdeci">const uint16_t kFujitsuAcStateLength</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:875</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_adebe85ab48eb876ec15daacca246797c"><div class="ttname"><a href="IRremoteESP8266_8h.html#adebe85ab48eb876ec15daacca246797c">kSamsungAcBits</a></div><div class="ttdeci">const uint16_t kSamsungAcBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:970</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_afc98096b1e2945e2eaeb07d70d511239"><div class="ttname"><a href="IRremoteESP8266_8h.html#afc98096b1e2945e2eaeb07d70d511239">kMideaBits</a></div><div class="ttdeci">const uint16_t kMideaBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:922</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_af68545e8c2fe9af3719fb74c5d21f0c9"><div class="ttname"><a href="IRremoteESP8266_8h.html#af68545e8c2fe9af3719fb74c5d21f0c9">kKelvinatorStateLength</a></div><div class="ttdeci">const uint16_t kKelvinatorStateLength</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:910</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_acfa71cb3caf4964829bb1f557dee5b86"><div class="ttname"><a href="IRremoteESP8266_8h.html#acfa71cb3caf4964829bb1f557dee5b86">kKelvinatorBits</a></div><div class="ttdeci">const uint16_t kKelvinatorBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:911</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada9a31bf5555b17ea7b115a5c2550fc1de"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada9a31bf5555b17ea7b115a5c2550fc1de">LEGOPF</a></div><div class="ttdeci">@ LEGOPF</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:774</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada458cdd7fa2b29dc8617c694696580c0c"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada458cdd7fa2b29dc8617c694696580c0c">WHYNTER</a></div><div class="ttdeci">@ WHYNTER</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:724</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a9d14d424d5a93de62f3e6f453db112db"><div class="ttname"><a href="IRremoteESP8266_8h.html#a9d14d424d5a93de62f3e6f453db112db">kDaikin216DefaultRepeat</a></div><div class="ttdeci">const uint16_t kDaikin216DefaultRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:860</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada1325ba25674d7a99562f15a1b392086b"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada1325ba25674d7a99562f15a1b392086b">AMCOR</a></div><div class="ttdeci">@ AMCOR</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:785</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a0fff60a43f776fb999d0f1f91d88154f"><div class="ttname"><a href="IRremoteESP8266_8h.html#a0fff60a43f776fb999d0f1f91d88154f">kWhirlpoolAcStateLength</a></div><div class="ttdeci">const uint16_t kWhirlpoolAcStateLength</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:1005</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a65e03baf646815b4b02f943bdd74a097"><div class="ttname"><a href="IRremoteESP8266_8h.html#a65e03baf646815b4b02f943bdd74a097">kNECBits</a></div><div class="ttdeci">const uint16_t kNECBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:948</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a29160117e25f3dfc1cb899a4a53bc238"><div class="ttname"><a href="IRremoteESP8266_8h.html#a29160117e25f3dfc1cb899a4a53bc238">kDenonBits</a></div><div class="ttdeci">const uint16_t kDenonBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:863</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad44cfa0951c24d1f0c67b2fba997f720"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad44cfa0951c24d1f0c67b2fba997f720">kHaierACBits</a></div><div class="ttdeci">const uint16_t kHaierACBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:887</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_af09c9402a1c4fa24f692994498641296"><div class="ttname"><a href="IRremoteESP8266_8h.html#af09c9402a1c4fa24f692994498641296">kZepealBits</a></div><div class="ttdeci">const uint16_t kZepealBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:1010</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fadac4a6ebe702365620ed65ac6f484afda6"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadac4a6ebe702365620ed65ac6f484afda6">TCL112AC</a></div><div class="ttdeci">@ TCL112AC</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:773</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad868d68d289d618ace266519afa059f4"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad868d68d289d618ace266519afa059f4">kSony15Bits</a></div><div class="ttdeci">const uint16_t kSony15Bits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:988</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a222aa743f398883a4910fbbb6d408bdc"><div class="ttname"><a href="IRremoteESP8266_8h.html#a222aa743f398883a4910fbbb6d408bdc">kCarrierAc40MinRepeat</a></div><div class="ttdeci">const uint16_t kCarrierAc40MinRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:829</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_aff132faa67b1d07890378df5c9b52a14"><div class="ttname"><a href="IRremoteESP8266_8h.html#aff132faa67b1d07890378df5c9b52a14">kMidea24Bits</a></div><div class="ttdeci">const uint16_t kMidea24Bits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:924</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a82f4f1d8fae51c7e2f1f6753ca6e6053"><div class="ttname"><a href="IRremoteESP8266_8h.html#a82f4f1d8fae51c7e2f1f6753ca6e6053">kDaikin160DefaultRepeat</a></div><div class="ttdeci">const uint16_t kDaikin160DefaultRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:848</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a8fca6a7c3cd608ff49cab35f24af0546"><div class="ttname"><a href="IRremoteESP8266_8h.html#a8fca6a7c3cd608ff49cab35f24af0546">kToshibaACMinRepeat</a></div><div class="ttdeci">const uint16_t kToshibaACMinRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:1001</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a296e700965e70a622fe99675ff0438af"><div class="ttname"><a href="IRremoteESP8266_8h.html#a296e700965e70a622fe99675ff0438af">kSamsungAcExtendedBits</a></div><div class="ttdeci">const uint16_t kSamsungAcExtendedBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:972</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a2192f6b7c353f7f124dff3b57eab0659"><div class="ttname"><a href="IRremoteESP8266_8h.html#a2192f6b7c353f7f124dff3b57eab0659">kHitachiAc344StateLength</a></div><div class="ttdeci">const uint16_t kHitachiAc344StateLength</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:903</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_afff9132e57296b4d7e04ec9e1e5ab04f"><div class="ttname"><a href="IRremoteESP8266_8h.html#afff9132e57296b4d7e04ec9e1e5ab04f">kNeoclimaBits</a></div><div class="ttdeci">const uint16_t kNeoclimaBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:950</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a149bd4f3fb9c83e683095d393209ede3"><div class="ttname"><a href="IRremoteESP8266_8h.html#a149bd4f3fb9c83e683095d393209ede3">kWhirlpoolAcBits</a></div><div class="ttdeci">const uint16_t kWhirlpoolAcBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:1006</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a204fc2410c3d555a37b152a01dceead0"><div class="ttname"><a href="IRremoteESP8266_8h.html#a204fc2410c3d555a37b152a01dceead0">kHitachiAc344Bits</a></div><div class="ttdeci">const uint16_t kHitachiAc344Bits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:904</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a30a2cb328aa0d47f53aba56055ac74e0"><div class="ttname"><a href="IRremoteESP8266_8h.html#a30a2cb328aa0d47f53aba56055ac74e0">kRC6_36Bits</a></div><div class="ttdeci">const uint16_t kRC6_36Bits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:965</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada57f78a3b04d904f19d10bac13483deab"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada57f78a3b04d904f19d10bac13483deab">DAIKIN176</a></div><div class="ttdeci">@ DAIKIN176</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:783</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a41bc7ab7289e499ad33901da3eab661a"><div class="ttname"><a href="IRremoteESP8266_8h.html#a41bc7ab7289e499ad33901da3eab661a">kCarrierAc64Bits</a></div><div class="ttdeci">const uint16_t kCarrierAc64Bits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:830</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a5c116cb58be005468de125f6ee651ccb"><div class="ttname"><a href="IRremoteESP8266_8h.html#a5c116cb58be005468de125f6ee651ccb">kDaikin128DefaultRepeat</a></div><div class="ttdeci">const uint16_t kDaikin128DefaultRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:851</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a6a7ccd31e0a6f967a219b1a53b89653b"><div class="ttname"><a href="IRremoteESP8266_8h.html#a6a7ccd31e0a6f967a219b1a53b89653b">kPioneerBits</a></div><div class="ttdeci">const uint16_t kPioneerBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:959</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a5192edb9406a8572e393918bab69e3c6"><div class="ttname"><a href="IRremoteESP8266_8h.html#a5192edb9406a8572e393918bab69e3c6">kSharpAcStateLength</a></div><div class="ttdeci">const uint16_t kSharpAcStateLength</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:982</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fadad303f6c0494d33354cb7c11af258f663"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadad303f6c0494d33354cb7c11af258f663">MITSUBISHI_HEAVY_88</a></div><div class="ttdeci">@ MITSUBISHI_HEAVY_88</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:775</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_acadcc5d03e09784642f008d4d2913c7d"><div class="ttname"><a href="IRremoteESP8266_8h.html#acadcc5d03e09784642f008d4d2913c7d">kGreeBits</a></div><div class="ttdeci">const uint16_t kGreeBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:884</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a7c28467832e7480864a6be0ce87c608f"><div class="ttname"><a href="IRremoteESP8266_8h.html#a7c28467832e7480864a6be0ce87c608f">kJvcBits</a></div><div class="ttdeci">const uint16_t kJvcBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:909</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_af1fda5b9f355e526dc66cf58824315a7"><div class="ttname"><a href="IRremoteESP8266_8h.html#af1fda5b9f355e526dc66cf58824315a7">kDaikinStateLength</a></div><div class="ttdeci">const uint16_t kDaikinStateLength</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:836</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a3ea0e89a8b6a3ffa4a2d346abeed851e"><div class="ttname"><a href="IRremoteESP8266_8h.html#a3ea0e89a8b6a3ffa4a2d346abeed851e">kLasertagBits</a></div><div class="ttdeci">const uint16_t kLasertagBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:913</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a5bb2e6f8acbc0123de5ac0fd76e1646a"><div class="ttname"><a href="IRremoteESP8266_8h.html#a5bb2e6f8acbc0123de5ac0fd76e1646a">kDaikin128Bits</a></div><div class="ttdeci">const uint16_t kDaikin128Bits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:850</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a9078adf040d21c9c3eb10ed69f9dced6"><div class="ttname"><a href="IRremoteESP8266_8h.html#a9078adf040d21c9c3eb10ed69f9dced6">kAiwaRcT501Bits</a></div><div class="ttdeci">const uint16_t kAiwaRcT501Bits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:815</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad3be6a1b9241c20bb1464a2cb80b97d2"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad3be6a1b9241c20bb1464a2cb80b97d2">kToshibaACStateLength</a></div><div class="ttdeci">const uint16_t kToshibaACStateLength</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:999</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_aee01958e9d97a70a6881cf560ca0ca9d"><div class="ttname"><a href="IRremoteESP8266_8h.html#aee01958e9d97a70a6881cf560ca0ca9d">kTecoBits</a></div><div class="ttdeci">const uint16_t kTecoBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:997</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a37a3d0ae51a6ce850a424fe77d5b22d2"><div class="ttname"><a href="IRremoteESP8266_8h.html#a37a3d0ae51a6ce850a424fe77d5b22d2">kInaxMinRepeat</a></div><div class="ttdeci">const uint16_t kInaxMinRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:908</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a0a6ca8c1dfa6f313421ddf268d76d8e6"><div class="ttname"><a href="IRremoteESP8266_8h.html#a0a6ca8c1dfa6f313421ddf268d76d8e6">kPanasonicAcStateShortLength</a></div><div class="ttdeci">const uint16_t kPanasonicAcStateShortLength</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:955</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada1340c578f7986b0ed126744127af3907"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada1340c578f7986b0ed126744127af3907">CARRIER_AC40</a></div><div class="ttdeci">@ CARRIER_AC40</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:799</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a172dde7867fa9a68902c3ad7ea9629b0"><div class="ttname"><a href="IRremoteESP8266_8h.html#a172dde7867fa9a68902c3ad7ea9629b0">kToshibaACBits</a></div><div class="ttdeci">const uint16_t kToshibaACBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:1000</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a94abd640c9e7aa225f4a8873a1ddea6a"><div class="ttname"><a href="IRremoteESP8266_8h.html#a94abd640c9e7aa225f4a8873a1ddea6a">kSherwoodBits</a></div><div class="ttdeci">const uint8_t kSherwoodBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:985</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fadad3f5f7ca39aee5fdab671a1b0d647ae4"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadad3f5f7ca39aee5fdab671a1b0d647ae4">DAIKIN152</a></div><div class="ttdeci">@ DAIKIN152</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:786</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada97acfde550d201fa0abc3120098fb471"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada97acfde550d201fa0abc3120098fb471">NEC_LIKE</a></div><div class="ttdeci">@ NEC_LIKE</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:742</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_af691d5202b7f121a16b2d9871ee14d9c"><div class="ttname"><a href="IRremoteESP8266_8h.html#af691d5202b7f121a16b2d9871ee14d9c">kDaikinDefaultRepeat</a></div><div class="ttdeci">const uint16_t kDaikinDefaultRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:840</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_aca64338c3e3bbe52f8ec5688317041b3"><div class="ttname"><a href="IRremoteESP8266_8h.html#aca64338c3e3bbe52f8ec5688317041b3">kDaikin64DefaultRepeat</a></div><div class="ttdeci">const uint16_t kDaikin64DefaultRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:845</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada2b451b6e7bebbf070d0913ec77d5d438"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada2b451b6e7bebbf070d0913ec77d5d438">SAMSUNG</a></div><div class="ttdeci">@ SAMSUNG</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:723</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada7dc14b2c4769ef9de663c2e2165d8f75"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada7dc14b2c4769ef9de663c2e2165d8f75">AIWA_RC_T501</a></div><div class="ttdeci">@ AIWA_RC_T501</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:725</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada15c8d1d51d5f9e42fd03638cbdfb7cbf"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada15c8d1d51d5f9e42fd03638cbdfb7cbf">MITSUBISHI_HEAVY_152</a></div><div class="ttdeci">@ MITSUBISHI_HEAVY_152</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:776</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada165413c6395bde985757b5b446f76569"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada165413c6395bde985757b5b446f76569">VESTEL_AC</a></div><div class="ttdeci">@ VESTEL_AC</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:770</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a657f8e60bc1f896d4a46ec101c289485"><div class="ttname"><a href="IRremoteESP8266_8h.html#a657f8e60bc1f896d4a46ec101c289485">kDaikinBits</a></div><div class="ttdeci">const uint16_t kDaikinBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:837</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fadae3a5e7c315f6f88b34a4c856f280ed83"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadae3a5e7c315f6f88b34a4c856f280ed83">GREE</a></div><div class="ttdeci">@ GREE</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:740</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_aec91e459b1e52765c700f8f7a4723f3b"><div class="ttname"><a href="IRremoteESP8266_8h.html#aec91e459b1e52765c700f8f7a4723f3b">kHitachiAcBits</a></div><div class="ttdeci">const uint16_t kHitachiAcBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:893</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad7bccde1a9b32c962c99748fb130f711"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad7bccde1a9b32c962c99748fb130f711">kMitsubishiHeavy88MinRepeat</a></div><div class="ttdeci">const uint16_t kMitsubishiHeavy88MinRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:941</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ac26b896cdc17018269fa881e10e3aabb"><div class="ttname"><a href="IRremoteESP8266_8h.html#ac26b896cdc17018269fa881e10e3aabb">kHitachiAc3Bits</a></div><div class="ttdeci">const uint16_t kHitachiAc3Bits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:900</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_acc8510281d2ff9a808501d375c03ba21"><div class="ttname"><a href="IRremoteESP8266_8h.html#acc8510281d2ff9a808501d375c03ba21">kHitachiAcDefaultRepeat</a></div><div class="ttdeci">const uint16_t kHitachiAcDefaultRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:894</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada0bc180c4ab5e68798451f4799f7f9377"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada0bc180c4ab5e68798451f4799f7f9377">NIKAI</a></div><div class="ttdeci">@ NIKAI</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:745</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a8ed4bb62818fc64e4c4b60ef1094059e"><div class="ttname"><a href="IRremoteESP8266_8h.html#a8ed4bb62818fc64e4c4b60ef1094059e">kMidea24MinRepeat</a></div><div class="ttdeci">const uint16_t kMidea24MinRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:925</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_aea0cc15e1c7a6edcd6b60d9ac62d4831"><div class="ttname"><a href="IRremoteESP8266_8h.html#aea0cc15e1c7a6edcd6b60d9ac62d4831">kDishBits</a></div><div class="ttdeci">const uint16_t kDishBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:866</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada9faf927323d110269541b356f079b85a"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada9faf927323d110269541b356f079b85a">WHIRLPOOL_AC</a></div><div class="ttdeci">@ WHIRLPOOL_AC</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:761</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a5c2263819b032e3af4d416ab41126bd8"><div class="ttname"><a href="IRremoteESP8266_8h.html#a5c2263819b032e3af4d416ab41126bd8">kDishMinRepeat</a></div><div class="ttdeci">const uint16_t kDishMinRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:867</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_aecd63891cac014d1b7e344638086ad47"><div class="ttname"><a href="IRremoteESP8266_8h.html#aecd63891cac014d1b7e344638086ad47">kFujitsuAcBits</a></div><div class="ttdeci">const uint16_t kFujitsuAcBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:877</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a351efcd1805c87bd338de81dab3f8fb2"><div class="ttname"><a href="IRremoteESP8266_8h.html#a351efcd1805c87bd338de81dab3f8fb2">kArgoBits</a></div><div class="ttdeci">const uint16_t kArgoBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:822</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fadac3c0a3883a1488209bcd91730ece33b2"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadac3c0a3883a1488209bcd91730ece33b2">RC5</a></div><div class="ttdeci">@ RC5</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:717</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a10377a40053a12e091dbff2869db0352"><div class="ttname"><a href="IRremoteESP8266_8h.html#a10377a40053a12e091dbff2869db0352">kHitachiAc2StateLength</a></div><div class="ttdeci">const uint16_t kHitachiAc2StateLength</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:897</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada9020fb54ac69d8aec0185f7e80c962ca"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada9020fb54ac69d8aec0185f7e80c962ca">HITACHI_AC</a></div><div class="ttdeci">@ HITACHI_AC</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:756</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada353a9d71906702ae10aa4f803a04ca68"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada353a9d71906702ae10aa4f803a04ca68">SHARP_AC</a></div><div class="ttdeci">@ SHARP_AC</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:778</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada7d9a74161d95e62bece3c0e48900cb35"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada7d9a74161d95e62bece3c0e48900cb35">HITACHI_AC1</a></div><div class="ttdeci">@ HITACHI_AC1</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:757</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_aa80d389140df4ab7071bfb3510b35dda"><div class="ttname"><a href="IRremoteESP8266_8h.html#aa80d389140df4ab7071bfb3510b35dda">kMitsubishiHeavy88Bits</a></div><div class="ttdeci">const uint16_t kMitsubishiHeavy88Bits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:940</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a78c8a8b11179e8fd20bf09fa35f6b886"><div class="ttname"><a href="IRremoteESP8266_8h.html#a78c8a8b11179e8fd20bf09fa35f6b886">kCarrierAcMinRepeat</a></div><div class="ttdeci">const uint16_t kCarrierAcMinRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:827</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada1622e3d0835b4d47add716811c7bf797"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada1622e3d0835b4d47add716811c7bf797">ZEPEAL</a></div><div class="ttdeci">@ ZEPEAL</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:804</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a9fce002592f9e2488b1b717d0b1a6a40"><div class="ttname"><a href="IRremoteESP8266_8h.html#a9fce002592f9e2488b1b717d0b1a6a40">kNikaiBits</a></div><div class="ttdeci">const uint16_t kNikaiBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:947</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a94c968c5cc929f189b8e578d2f55b132"><div class="ttname"><a href="IRremoteESP8266_8h.html#a94c968c5cc929f189b8e578d2f55b132">kKelvinatorDefaultRepeat</a></div><div class="ttdeci">const uint16_t kKelvinatorDefaultRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:912</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a814dfab515b91887c494237b1f6ebd99"><div class="ttname"><a href="IRremoteESP8266_8h.html#a814dfab515b91887c494237b1f6ebd99">kLutronBits</a></div><div class="ttdeci">const uint16_t kLutronBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:920</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a7f0438831899e3df16f9002717c818b9"><div class="ttname"><a href="IRremoteESP8266_8h.html#a7f0438831899e3df16f9002717c818b9">kSharpAcDefaultRepeat</a></div><div class="ttdeci">const uint16_t kSharpAcDefaultRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:984</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada3c73724a654627a04cc96e280b9630fe"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada3c73724a654627a04cc96e280b9630fe">MITSUBISHI136</a></div><div class="ttdeci">@ MITSUBISHI136</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:787</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a23ba2f5af02242e14ae7eefcd066152e"><div class="ttname"><a href="IRremoteESP8266_8h.html#a23ba2f5af02242e14ae7eefcd066152e">kTcl112AcStateLength</a></div><div class="ttdeci">const uint16_t kTcl112AcStateLength</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:994</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a09f022a12a40a8fae09bfbddfbee6d62"><div class="ttname"><a href="IRremoteESP8266_8h.html#a09f022a12a40a8fae09bfbddfbee6d62">kDaikin160StateLength</a></div><div class="ttdeci">const uint16_t kDaikin160StateLength</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:846</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a349e4d17f83bb3e707ff19c0255c1644"><div class="ttname"><a href="IRremoteESP8266_8h.html#a349e4d17f83bb3e707ff19c0255c1644">kDaikin2StateLength</a></div><div class="ttdeci">const uint16_t kDaikin2StateLength</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:841</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_aab346c5ad482113978e5a2cbb7a06f27"><div class="ttname"><a href="IRremoteESP8266_8h.html#aab346c5ad482113978e5a2cbb7a06f27">kHaierACYRW02Bits</a></div><div class="ttdeci">const uint16_t kHaierACYRW02Bits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:890</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a2e00b92b55657fc4e140eb85e3a414dc"><div class="ttname"><a href="IRremoteESP8266_8h.html#a2e00b92b55657fc4e140eb85e3a414dc">kSherwoodMinRepeat</a></div><div class="ttdeci">const uint16_t kSherwoodMinRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:986</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a8b2b3670dc74ce9fbf3c8b511422a06c"><div class="ttname"><a href="IRremoteESP8266_8h.html#a8b2b3670dc74ce9fbf3c8b511422a06c">kCarrierAc64MinRepeat</a></div><div class="ttdeci">const uint16_t kCarrierAc64MinRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:831</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada8a6938c955212e1fb81fb511437cbe56"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada8a6938c955212e1fb81fb511437cbe56">MWM</a></div><div class="ttdeci">@ MWM</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:768</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ab466e28528a0d688a1b91e8af69025cb"><div class="ttname"><a href="IRremoteESP8266_8h.html#ab466e28528a0d688a1b91e8af69025cb">kHitachiAc424Bits</a></div><div class="ttdeci">const uint16_t kHitachiAc424Bits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:906</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a2fd1f84669f7994bb3c235a508333c6c"><div class="ttname"><a href="IRremoteESP8266_8h.html#a2fd1f84669f7994bb3c235a508333c6c">kPanasonicAcShortBits</a></div><div class="ttdeci">const uint16_t kPanasonicAcShortBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:957</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fadad8dc0597fd237d7098246334f3b5f37e"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadad8dc0597fd237d7098246334f3b5f37e">DAIKIN</a></div><div class="ttdeci">@ DAIKIN</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:732</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada149190c9dec98e9c3f4a2bd530b154a3"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada149190c9dec98e9c3f4a2bd530b154a3">DELONGHI_AC</a></div><div class="ttdeci">@ DELONGHI_AC</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:796</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fadaaf677fd380c38297264a10732631927c"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadaaf677fd380c38297264a10732631927c">EPSON</a></div><div class="ttdeci">@ EPSON</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:791</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a8a7c7659250a81c7c84fc739eafed13e"><div class="ttname"><a href="IRremoteESP8266_8h.html#a8a7c7659250a81c7c84fc739eafed13e">kLegoPfBits</a></div><div class="ttdeci">const uint16_t kLegoPfBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:915</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a8a74f9d7cec751cc0945fd89fa6237ae"><div class="ttname"><a href="IRremoteESP8266_8h.html#a8a74f9d7cec751cc0945fd89fa6237ae">kSharpBits</a></div><div class="ttdeci">const uint16_t kSharpBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:981</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fadab09881b84bf9d61af99e62a85cce0b59"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadab09881b84bf9d61af99e62a85cce0b59">kLastDecodeType</a></div><div class="ttdeci">@ kLastDecodeType</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:806</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada39f991023009d760432489e7ad7ad4df"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada39f991023009d760432489e7ad7ad4df">SAMSUNG_AC</a></div><div class="ttdeci">@ SAMSUNG_AC</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:762</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_aebaa8eb786747761fb369cfd34181cb7"><div class="ttname"><a href="IRremoteESP8266_8h.html#aebaa8eb786747761fb369cfd34181cb7">kDaikinBitsShort</a></div><div class="ttdeci">const uint16_t kDaikinBitsShort</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:839</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fadaa833fa3a20c3cbb7e6206dac4da30ffb"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadaa833fa3a20c3cbb7e6206dac4da30ffb">DAIKIN216</a></div><div class="ttdeci">@ DAIKIN216</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:777</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada02178d0c70511011d5f381291bb7e491"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada02178d0c70511011d5f381291bb7e491">PANASONIC_AC</a></div><div class="ttdeci">@ PANASONIC_AC</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:765</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a25dd42234e21d41b0b4bc97e1fe921c4"><div class="ttname"><a href="IRremoteESP8266_8h.html#a25dd42234e21d41b0b4bc97e1fe921c4">kProntoMinLength</a></div><div class="ttdeci">const uint16_t kProntoMinLength</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:960</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a01adbe4e1afb2ba26a5a60bf5b0b42f6"><div class="ttname"><a href="IRremoteESP8266_8h.html#a01adbe4e1afb2ba26a5a60bf5b0b42f6">kMitsubishi136StateLength</a></div><div class="ttdeci">const uint16_t kMitsubishi136StateLength</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:933</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada70581853ce4883b747d22fdfd74409c4"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada70581853ce4883b747d22fdfd74409c4">DAIKIN64</a></div><div class="ttdeci">@ DAIKIN64</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:794</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a2bfaf393c2d77a594f2a0a5a763e84f5"><div class="ttname"><a href="IRremoteESP8266_8h.html#a2bfaf393c2d77a594f2a0a5a763e84f5">kRCMMBits</a></div><div class="ttdeci">const uint16_t kRCMMBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:966</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ae31945a1ce90b2d4c33b5c91d980d3a7"><div class="ttname"><a href="IRremoteESP8266_8h.html#ae31945a1ce90b2d4c33b5c91d980d3a7">kVestelAcBits</a></div><div class="ttdeci">const uint8_t kVestelAcBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:1009</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fadaa0d1be0c368e3594bc546c241d031fd4"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadaa0d1be0c368e3594bc546c241d031fd4">SAMSUNG36</a></div><div class="ttdeci">@ SAMSUNG36</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:772</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a79c2f3cc459267cf0261124ddef47f5e"><div class="ttname"><a href="IRremoteESP8266_8h.html#a79c2f3cc459267cf0261124ddef47f5e">kSharpAddressBits</a></div><div class="ttdeci">const uint8_t kSharpAddressBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:979</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_af8441f25b32d113096adeaff331c126a"><div class="ttname"><a href="IRremoteESP8266_8h.html#af8441f25b32d113096adeaff331c126a">kInaxBits</a></div><div class="ttdeci">const uint16_t kInaxBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:907</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a2614cf3cb840f028eb1dc684aeb1272c"><div class="ttname"><a href="IRremoteESP8266_8h.html#a2614cf3cb840f028eb1dc684aeb1272c">kLegoPfMinRepeat</a></div><div class="ttdeci">const uint16_t kLegoPfMinRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:916</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a78baf9c97c548618428d2fcfd7cc91d7"><div class="ttname"><a href="IRremoteESP8266_8h.html#a78baf9c97c548618428d2fcfd7cc91d7">kDaikin176Bits</a></div><div class="ttdeci">const uint16_t kDaikin176Bits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:856</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a746e1ce73c2ebd9bd1f5300494820a0c"><div class="ttname"><a href="IRremoteESP8266_8h.html#a746e1ce73c2ebd9bd1f5300494820a0c">kAmcorDefaultRepeat</a></div><div class="ttdeci">const uint16_t kAmcorDefaultRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:820</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fadab3a52797572065c912c34c976c08c542"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadab3a52797572065c912c34c976c08c542">KELVINATOR</a></div><div class="ttdeci">@ KELVINATOR</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:734</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a7c1c015cce09284799cbf5a2f21ee170"><div class="ttname"><a href="IRremoteESP8266_8h.html#a7c1c015cce09284799cbf5a2f21ee170">kSamsungBits</a></div><div class="ttdeci">const uint16_t kSamsungBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:967</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a89266e9211a81eda22475fb5a258484f"><div class="ttname"><a href="IRremoteESP8266_8h.html#a89266e9211a81eda22475fb5a258484f">kDaikin64Bits</a></div><div class="ttdeci">const uint16_t kDaikin64Bits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:844</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a4a60d79056d70d3d56067b0bb2ec00f4"><div class="ttname"><a href="IRremoteESP8266_8h.html#a4a60d79056d70d3d56067b0bb2ec00f4">kTcl112AcBits</a></div><div class="ttdeci">const uint16_t kTcl112AcBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:995</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada3a15ee4466478d484508acc3d4d7a050"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada3a15ee4466478d484508acc3d4d7a050">TECO</a></div><div class="ttdeci">@ TECO</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:771</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a9b36135c3df24eab232a5edac8c58c5e"><div class="ttname"><a href="IRremoteESP8266_8h.html#a9b36135c3df24eab232a5edac8c58c5e">kLasertagMinRepeat</a></div><div class="ttdeci">const uint16_t kLasertagMinRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:914</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fadaad63db67a2284cd7e3ffe382b6d6ea82"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadaad63db67a2284cd7e3ffe382b6d6ea82">SHARP</a></div><div class="ttdeci">@ SHARP</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:730</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fadab98915357fe1cb91de0536136be20d07"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fadab98915357fe1cb91de0536136be20d07">MITSUBISHI</a></div><div class="ttdeci">@ MITSUBISHI</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:728</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ad5b287a488a8c1b7b8661f029ab56fada05f193ef4ead3e54624bd92dc3203fac"><div class="ttname"><a href="IRremoteESP8266_8h.html#ad5b287a488a8c1b7b8661f029ab56fada05f193ef4ead3e54624bd92dc3203fac">ELECTRA_AC</a></div><div class="ttdeci">@ ELECTRA_AC</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:764</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a317bf475ee4c6ddd802995dc535377d9"><div class="ttname"><a href="IRremoteESP8266_8h.html#a317bf475ee4c6ddd802995dc535377d9">kDaikin216Bits</a></div><div class="ttdeci">const uint16_t kDaikin216Bits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:859</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_aa19f0122b2f906e5473a6ea232c38974"><div class="ttname"><a href="IRremoteESP8266_8h.html#aa19f0122b2f906e5473a6ea232c38974">kMitsubishi136Bits</a></div><div class="ttdeci">const uint16_t kMitsubishi136Bits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:934</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a16fc26a3ff66a66068ac9638554df847"><div class="ttname"><a href="IRremoteESP8266_8h.html#a16fc26a3ff66a66068ac9638554df847">kNeoclimaMinRepeat</a></div><div class="ttdeci">const uint16_t kNeoclimaMinRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:951</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a5ff0437b26e325bc2516a3e63c7ffe76"><div class="ttname"><a href="IRremoteESP8266_8h.html#a5ff0437b26e325bc2516a3e63c7ffe76">kMitsubishi112StateLength</a></div><div class="ttdeci">const uint16_t kMitsubishi112StateLength</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:936</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_ae8349abe183be965e3d051cb736773a8"><div class="ttname"><a href="IRremoteESP8266_8h.html#ae8349abe183be965e3d051cb736773a8">kMitsubishi112Bits</a></div><div class="ttdeci">const uint16_t kMitsubishi112Bits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:937</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a112408429fb4a5cca22a66a351453bad"><div class="ttname"><a href="IRremoteESP8266_8h.html#a112408429fb4a5cca22a66a351453bad">kSonyMinRepeat</a></div><div class="ttdeci">const uint16_t kSonyMinRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:991</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a77a0ed1143f5bfec87e0c9fde5c2c425"><div class="ttname"><a href="IRremoteESP8266_8h.html#a77a0ed1143f5bfec87e0c9fde5c2c425">kEpsonBits</a></div><div class="ttdeci">const uint16_t kEpsonBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:869</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a256bd6093034b3e4c33324680f3a7102"><div class="ttname"><a href="IRremoteESP8266_8h.html#a256bd6093034b3e4c33324680f3a7102">kLgBits</a></div><div class="ttdeci">const uint16_t kLgBits</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:917</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a885bc5a3a5ba2d8827a62d07a43d0321"><div class="ttname"><a href="IRremoteESP8266_8h.html#a885bc5a3a5ba2d8827a62d07a43d0321">kGoodweatherMinRepeat</a></div><div class="ttdeci">const uint16_t kGoodweatherMinRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:882</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a8fb8c5778feaa94114218c36e8e43641"><div class="ttname"><a href="IRremoteESP8266_8h.html#a8fb8c5778feaa94114218c36e8e43641">kElectraAcStateLength</a></div><div class="ttdeci">const uint16_t kElectraAcStateLength</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:871</div></div>
<div class="ttc" id="aIRremoteESP8266_8h_html_a6816d2cb11b99a61fb63e6d0928e6706"><div class="ttname"><a href="IRremoteESP8266_8h.html#a6816d2cb11b99a61fb63e6d0928e6706">kGreeDefaultRepeat</a></div><div class="ttdeci">const uint16_t kGreeDefaultRepeat</div><div class="ttdef"><b>Definition:</b> IRremoteESP8266.h:885</div></div>
<!-- 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.17
</small></address>
</body>
</html>