358
procentric/application/referece/hcap_js_extension-1.24.6.5901/doc/css/all.css
Executable file
358
procentric/application/referece/hcap_js_extension-1.24.6.5901/doc/css/all.css
Executable file
@@ -0,0 +1,358 @@
|
||||
/* TABLE OF CONTENTS:
|
||||
* - Browser reset
|
||||
* - HTML elements
|
||||
* - JsDoc styling
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* BEGIN BROWSER RESET
|
||||
*/
|
||||
|
||||
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,pre,form,fieldset,input,textarea,p,blockquote,th,td {
|
||||
margin:0;
|
||||
padding:0
|
||||
}
|
||||
html {
|
||||
height:100%;
|
||||
overflow:-moz-scrollbars-vertical;
|
||||
overflow-x:auto
|
||||
}
|
||||
table {
|
||||
border:0;
|
||||
border-collapse:collapse;
|
||||
border-spacing:0
|
||||
}
|
||||
fieldset,img {
|
||||
border:0
|
||||
}
|
||||
address,caption,cite,code,dfn,em,strong,th,var {
|
||||
font-style:normal;
|
||||
font-weight:normal
|
||||
}
|
||||
em,cite {
|
||||
font-style:italic
|
||||
}
|
||||
strong {
|
||||
font-weight:bold
|
||||
}
|
||||
ol,ul {
|
||||
list-style:none
|
||||
}
|
||||
caption,th {
|
||||
text-align:left
|
||||
}
|
||||
h1,h2,h3,h4,h5,h6 {
|
||||
font-size:100%;
|
||||
font-weight:normal;
|
||||
margin:0;
|
||||
padding:0
|
||||
}
|
||||
q:before,q:after {
|
||||
content:''
|
||||
}
|
||||
abbr,acronym {
|
||||
border:0
|
||||
}
|
||||
section,article,header,footer,nav,aside,hgroup {
|
||||
display:block
|
||||
}
|
||||
|
||||
/*
|
||||
* END BROWSER RESET
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* HTML ELEMENTS
|
||||
*/
|
||||
|
||||
@font-face {
|
||||
font-family: 'M1m';
|
||||
src: url('fonts/mplus-1m-regular-webfont.eot');
|
||||
src: local('☺'), url('fonts/mplus-1m-regular-webfont.woff') format('woff'), url('fonts/mplus-1m-regular-webfont.ttf') format('truetype'), url('fonts/mplus-1m-regular-webfont.svg#webfontVd14f4NN') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'M1m';
|
||||
src: url('fonts/mplus-1m-bold-webfont.eot');
|
||||
src: local('☺'), url('fonts/mplus-1m-bold-webfont.woff') format('woff'), url('fonts/mplus-1m-bold-webfont.ttf') format('truetype'), url('fonts/mplus-1m-bold-webfont.svg#webfontIjI5mZqE') format('svg');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
|
||||
* {
|
||||
line-height: 1.4em;
|
||||
}
|
||||
|
||||
html {
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
font-size: 0.75em;
|
||||
padding: 15px 0;
|
||||
background: #eee;
|
||||
background-image: -moz-linear-gradient(left, #dddddd, #f9f9f9) fixed;
|
||||
background-image: -webkit-gradient(linear,left bottom,right bottom,color-stop(0, #dddddd),color-stop(1, #f9f9f9)) fixed;
|
||||
}
|
||||
|
||||
body,
|
||||
input,
|
||||
select,
|
||||
textarea {
|
||||
color: #000;
|
||||
font-family: Arial, Geneva, sans-serif;
|
||||
}
|
||||
|
||||
a:link,
|
||||
a:hover,
|
||||
a:active,
|
||||
a:visited {
|
||||
color: #19199e;
|
||||
}
|
||||
a:hover,
|
||||
a:focus {
|
||||
color: #00f;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0 0 1.5em 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* END HTML ELEMENTS
|
||||
*/
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* BEGIN HACK
|
||||
*/
|
||||
|
||||
div.containerMain:after,
|
||||
div.safeBox:after {
|
||||
content:"";
|
||||
display:block;
|
||||
height:0;
|
||||
clear:both;
|
||||
}
|
||||
|
||||
/*
|
||||
* END HACK
|
||||
*/
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* BEGIN JSDOC
|
||||
*/
|
||||
|
||||
/* Start menu */
|
||||
div.index *.heading1 {
|
||||
margin-bottom: 0.5em;
|
||||
border-bottom: 1px solid #999999;
|
||||
font-family: M1m, Arial, sans-serif;
|
||||
font-size: 1.6em;
|
||||
letter-spacing: 1px;
|
||||
line-height: 1.3em;
|
||||
}
|
||||
|
||||
div.index div.menu {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
*+html div.index div.menu {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
* html div.index div.menu {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
div.index div.menu div {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
div.index div.menu a {
|
||||
text-decoration: none;
|
||||
}
|
||||
div.index div.menu a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
div.index ul.classList {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
div.index ul.classList a {
|
||||
display: block;
|
||||
margin: 1px 0;
|
||||
padding: 4px 0 2px 10px;
|
||||
text-indent: -10px;
|
||||
}
|
||||
|
||||
div.index div.fineprint {
|
||||
color: #777;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
div.index div.fineprint a {
|
||||
color: #777;
|
||||
}
|
||||
/* End menu */
|
||||
|
||||
|
||||
|
||||
/* Start content */
|
||||
div.content ul {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
div.content *.classTitle {
|
||||
font-size: 1.2em;
|
||||
font-weight: bold;
|
||||
line-height: 1em;
|
||||
}
|
||||
|
||||
div.content *.classTitle span {
|
||||
display: block;
|
||||
font-size: 2em;
|
||||
letter-spacing: 2px;
|
||||
line-height: 1em;
|
||||
padding-top: 5px;
|
||||
text-shadow: 1px 1px 1px #999999;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
div.content p.summary {
|
||||
font-size: 1.25em;
|
||||
}
|
||||
|
||||
div.content ul *.classname a,
|
||||
div.content ul *.filename a {
|
||||
font-family: Consolas, "Courier New", Courier, monospace;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
div.content ul *.classname a:hover,
|
||||
div.content ul *.filename a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
div.content div.props {
|
||||
-moz-border-radius: 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
background: #fff;
|
||||
background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.2)); /* FF3.6 */
|
||||
background: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgba(255, 255, 255, 0.7)),color-stop(1, rgba(255, 255, 255, 0.2)));
|
||||
-moz-box-shadow: 0px 0px 10px #ccc;
|
||||
-webkit-box-shadow: 0px 0px 5px #bbb;
|
||||
box-shadow: 0px 0px 5px #bbb;
|
||||
}
|
||||
|
||||
|
||||
|
||||
*.sectionTitle {
|
||||
font-family: M1m, sans-serif;
|
||||
font-size: 1.6em;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
table.summaryTable td,
|
||||
table.summaryTable th {
|
||||
vertical-align: top;
|
||||
}
|
||||
table.summaryTable tr:last-child td {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
table.summaryTable th {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
table.summaryTable td.attributes {
|
||||
font-family: Consolas, "Courier New", Courier, monospace;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
table.summaryTable td.nameDescription div.fixedFont {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
table.summaryTable div.description {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
|
||||
|
||||
dl.detailList dt {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
dl.inheritsList dd + dt {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
dl.inheritsList dd {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.fixedFont {
|
||||
font-family: Consolas, "Courier New", Courier, monospace;
|
||||
}
|
||||
|
||||
.fixedFont.heading {
|
||||
font-size: 1.25em;
|
||||
line-height: 1.1em
|
||||
}
|
||||
|
||||
.fixedFont.heading + .description {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
.fixedFont.heading .light,
|
||||
.fixedFont.heading .lighter {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
pre.code {
|
||||
overflow: auto;
|
||||
font-family: Consolas, "Courier New", Courier, monospace;
|
||||
background: #eee;
|
||||
}
|
||||
/* Start content */
|
||||
|
||||
|
||||
|
||||
/* Start general styles */
|
||||
.light {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.lighter {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
span.break {
|
||||
font-size: 1px;
|
||||
line-height: 1px;
|
||||
}
|
||||
/* End general styles */
|
||||
|
||||
/*
|
||||
* END JSDOC
|
||||
*/
|
||||
Binary file not shown.
@@ -0,0 +1,134 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<metadata>
|
||||
This is a custom SVG webfont generated by Font Squirrel.
|
||||
Foundry URL : http://mplus-fonts.sourceforge.jp
|
||||
</metadata>
|
||||
<defs>
|
||||
<font id="webfontIjI5mZqE" horiz-adv-x="500" >
|
||||
<font-face units-per-em="1000" ascent="860" descent="-140" />
|
||||
<missing-glyph horiz-adv-x="500" />
|
||||
<glyph unicode=" " />
|
||||
<glyph unicode="!" d="M165 730h170l-20 -495h-130zM170 0v150h160v-150h-160z" />
|
||||
<glyph unicode=""" d="M270 780h160l-30 -320h-100zM70 780h160l-30 -320h-100z" />
|
||||
<glyph unicode="#" d="M20 165v120h62l24 185h-51v120h67l18 140h135l-18 -140h45l18 140h135l-18 -140h43v-120h-59l-24 -185h48v-120h-64l-21 -165h-135l21 165h-45l-21 -165h-135l21 165h-46zM217 285h45l24 185h-45z" />
|
||||
<glyph unicode="$" d="M357 397q55 -32 76.5 -74t21.5 -108q0 -190 -192 -199v-101h-110v112q-51 16 -88 43v140q38 -35 88 -55v191q-53 33 -75.5 75.5t-22.5 103.5q0 89 50 138.5t142 51.5v100h110v-112q42 -12 78 -33v-135q-32 25 -78 42v-180zM247 445v149q-54 -9 -54 -69q0 -55 54 -80z M263 295v-157q52 13 52 77q0 55 -52 80z" />
|
||||
<glyph unicode="%" d="M40 310l420 220v-110l-420 -220v110zM160 740q70 0 110 -41t40 -119t-40 -119t-110 -41t-110 41t-40 119t40 119t110 41zM340 310q70 0 110 -41t40 -119t-40 -119t-110 -41t-110 41t-40 119t40 119t110 41zM160 518q38 0 38 62t-38 62t-38 -62t38 -62zM340 88q38 0 38 62 t-38 62t-38 -62t38 -62z" />
|
||||
<glyph unicode="&" d="M235 615q-23 0 -36.5 -14.5t-13.5 -40.5q0 -18 7.5 -37.5t33.5 -65.5q35 30 47 52.5t12 50.5q0 26 -13.5 40.5t-36.5 14.5zM118 368q-47 77 -62.5 116t-15.5 76q0 80 51.5 130t138.5 50t141 -50.5t54 -129.5q0 -114 -130 -220l55 -94v2v132h125v-225q-16 -25 -41 -52 l61 -103h-150l-15 24q-66 -34 -130 -34q-88 0 -136.5 45.5t-48.5 134.5q0 99 103 198zM269 124l-77 125q-27 -37 -27 -74q0 -60 65 -60q20 0 39 9z" />
|
||||
<glyph unicode="'" d="M160 780h180l-35 -320h-110z" />
|
||||
<glyph unicode="(" d="M100 300q0 136 50 256.5t144 213.5h126q-196 -194 -196 -470t196 -470h-126q-94 93 -144 213.5t-50 256.5z" />
|
||||
<glyph unicode=")" d="M400 300q0 -136 -50 -256.5t-144 -213.5h-126q196 194 196 470t-196 470h126q94 -93 144 -213.5t50 -256.5z" />
|
||||
<glyph unicode="*" d="M193 750h114l-4 -144l136 48l35 -109l-138 -40l88 -115l-93 -67l-81 119l-81 -119l-93 67l88 115l-138 40l35 109l136 -48z" />
|
||||
<glyph unicode="+" d="M315 545v-195h135v-110h-135v-195h-130v195h-135v110h135v195h130z" />
|
||||
<glyph unicode="," d="M180 190h190l-130 -320h-120z" />
|
||||
<glyph unicode="-" d="M90 240v110h320v-110h-320z" />
|
||||
<glyph unicode="." d="M155 0v190h190v-190h-190z" />
|
||||
<glyph unicode="/" d="M465 730l-310 -770h-120l310 770h120z" />
|
||||
<glyph unicode="0" d="M250 740q73 0 117.5 -32.5t68.5 -116t24 -226.5t-24 -226.5t-68.5 -116t-117.5 -32.5t-117.5 32.5t-68.5 116t-24 226.5t24 226.5t68.5 116t117.5 32.5zM171 317l142 248q-9 34 -24.5 47t-38.5 13q-28 0 -44.5 -19.5t-26 -77.5t-9.5 -163q0 -33 1 -48zM183 179 q9 -41 25.5 -57.5t41.5 -16.5q28 0 44.5 19.5t26 77.5t9.5 163q0 47 -1 67z" />
|
||||
<glyph unicode="1" d="M240 592l-2 1l-173 -91v128l175 100h140v-730h-140v592z" />
|
||||
<glyph unicode="2" d="M220 122v-2h220v-120h-380v120q127 141 181 237t54 173q0 43 -21 66.5t-59 23.5q-31 0 -74 -22t-81 -58v130q78 70 185 70q90 0 140 -51t50 -149q0 -180 -215 -418z" />
|
||||
<glyph unicode="3" d="M290 608v2h-230v120h385v-120l-170 -178v-2h10q79 0 122 -51.5t43 -153.5q0 -121 -54 -178t-166 -57q-51 0 -81.5 6.5t-78.5 28.5v130q80 -45 150 -45q46 0 68 27t22 88q0 58 -26 76.5t-114 18.5h-40v120z" />
|
||||
<glyph unicode="4" d="M400 150v-150h-135v150h-245v120l230 460h150v-460h80v-120h-80zM265 270v255h-2l-127 -253v-2h129z" />
|
||||
<glyph unicode="5" d="M202 455q36 19 82 19q161 0 161 -239q0 -245 -230 -245q-76 0 -150 35v130q80 -45 140 -45q51 0 75.5 29t24.5 96t-14.5 93t-46.5 26q-34 0 -64 -34h-110l10 410h345v-120h-220l-5 -155h2z" />
|
||||
<glyph unicode="6" d="M295 625q-54 0 -76.5 -34.5t-28.5 -135.5h2q45 35 98 35q92 0 133.5 -54.5t41.5 -185.5q0 -141 -51 -200.5t-159 -59.5q-75 0 -119 28.5t-67.5 101t-23.5 200.5q0 162 25 254t75 129t135 37q66 0 135 -20v-125q-57 30 -120 30zM255 107q39 0 55.5 29.5t16.5 113.5 q0 79 -14 104.5t-53 25.5q-38 0 -56.5 -29.5t-18.5 -100.5q0 -81 17 -112t53 -31z" />
|
||||
<glyph unicode="7" d="M55 730h390v-120q-113 -273 -200 -610h-146q92 325 216 608v2h-260v120z" />
|
||||
<glyph unicode="8" d="M258 625q-41 0 -59.5 -20.5t-18.5 -64.5q0 -74 75 -105q33 16 51.5 43.5t18.5 61.5q0 40 -18 62.5t-49 22.5zM250 -10q-105 0 -162.5 52t-57.5 148q0 116 105 179v2q-42 31 -66 80t-24 104q0 87 53.5 136t151.5 49t151.5 -48.5t53.5 -136.5q0 -98 -100 -164v-2 q115 -62 115 -199q0 -96 -58 -148t-162 -52zM242 105q93 0 93 100q0 75 -103 115q-33 -17 -52.5 -48.5t-19.5 -66.5q0 -48 22.5 -74t59.5 -26z" />
|
||||
<glyph unicode="9" d="M205 110q55 0 77 32.5t28 132.5h-2q-45 -35 -98 -35q-89 0 -132 57.5t-43 192.5q0 131 51 190.5t159 59.5q79 0 123 -27.5t65.5 -99.5t21.5 -203q0 -162 -25 -254t-75 -129t-135 -37q-66 0 -135 20v130q57 -30 120 -30zM245 623q-39 0 -55.5 -28t-16.5 -105 q0 -83 15.5 -111.5t51.5 -28.5q75 0 75 140q0 73 -17 103t-53 30z" />
|
||||
<glyph unicode=":" d="M160 390v190h180v-190h-180zM160 0v190h180v-190h-180z" />
|
||||
<glyph unicode=";" d="M170 190h190l-130 -320h-120zM170 390v190h180v-190h-180z" />
|
||||
<glyph unicode="<" d="M445 470l-320 -174v-2l320 -174v-120l-400 225v140l400 225v-120z" />
|
||||
<glyph unicode="=" d="M50 125v110h400v-110h-400zM50 362v103h400v-103h-400z" />
|
||||
<glyph unicode=">" d="M55 470v120l400 -225v-140l-400 -225v120l320 174v2z" />
|
||||
<glyph unicode="?" d="M460 575q0 -36 -12.5 -69t-25 -51t-38.5 -49q-25 -30 -38 -48.5t-27.5 -52.5t-18.5 -70h-130q0 49 17 94.5t32 66.5t44 57q21 25 30.5 38t19 33.5t9.5 40.5q0 58 -82 58t-180 -53v130q95 40 200 40q95 0 147.5 -44t52.5 -121zM155 0v150h160v-150h-160z" />
|
||||
<glyph unicode="@" d="M285 635q-72 0 -108.5 -62.5t-36.5 -207.5q0 -265 160 -265q58 0 125 30v-115q-70 -25 -150 -25q-260 0 -260 375q0 194 64 284.5t191 90.5q99 0 152 -51.5t53 -148.5v-325q-28 -28 -76 -46.5t-94 -18.5q-69 0 -102 49t-33 166q0 114 31.5 164.5t93.5 50.5q36 0 68 -25h2 v15q0 26 -23.5 45.5t-56.5 19.5zM290 365q0 -72 8 -93.5t29 -21.5q20 0 28 18v147q0 41 -6 53t-25 12t-26.5 -22t-7.5 -93z" />
|
||||
<glyph unicode="A" d="M249 620h-2l-55 -335h112zM323 170h-150l-28 -170h-140l165 730h160l165 -730h-144z" />
|
||||
<glyph unicode="B" d="M190 445h15q59 0 85 20.5t26 64.5q0 49 -23 71t-73 22q-17 0 -30 -5v-173zM190 330v-218q20 -5 45 -5q51 0 75 27.5t24 90.5q0 57 -25.5 81t-88.5 24h-30zM470 210q0 -220 -240 -220q-93 0 -180 15v720q92 15 190 15q210 0 210 -185q0 -62 -32 -105t-83 -54v-2 q57 -10 96 -61.5t39 -122.5z" />
|
||||
<glyph unicode="C" d="M30 365q0 195 64.5 285t190.5 90q80 0 150 -25v-115q-70 25 -125 25q-74 0 -109.5 -58.5t-35.5 -201.5q0 -260 150 -260q57 0 125 30v-120q-70 -25 -150 -25q-260 0 -260 375z" />
|
||||
<glyph unicode="D" d="M344 365q0 142 -30 198.5t-94 56.5q-23 0 -40 -5v-500q17 -5 40 -5q63 0 93.5 55.5t30.5 199.5zM480 365q0 -144 -28.5 -226.5t-83.5 -115.5t-148 -33q-92 0 -180 15v720q88 15 180 15q141 0 200.5 -82t59.5 -293z" />
|
||||
<glyph unicode="E" d="M210 610v-165h220v-115h-220v-210h230v-120h-370v730h370v-120h-230z" />
|
||||
<glyph unicode="F" d="M220 330v-330h-140v730h360v-120h-220v-165h210v-115h-210z" />
|
||||
<glyph unicode="G" d="M310 625q-82 0 -116 -55t-34 -205q0 -143 32 -201.5t93 -58.5q27 0 48 10v215h-98v115h230v-415q-83 -40 -180 -40q-260 0 -260 375q0 196 69.5 285.5t215.5 89.5q70 0 130 -25v-115q-72 25 -130 25z" />
|
||||
<glyph unicode="H" d="M318 330h-140v-330h-138v730h138v-280h140v280h142v-730h-142v330z" />
|
||||
<glyph unicode="I" d="M430 0h-360v115h108v500h-108v115h360v-115h-108v-500h108v-115z" />
|
||||
<glyph unicode="J" d="M410 730v-515q0 -126 -48.5 -175.5t-166.5 -49.5q-86 0 -155 30v130q29 -18 68 -30t67 -12q50 0 71 26.5t21 95.5v385h-147v115h290z" />
|
||||
<glyph unicode="K" d="M192 330h-2v-330h-140v730h140v-300h2l135 300h148l-160 -345l165 -385h-150z" />
|
||||
<glyph unicode="L" d="M230 730v-610h210v-120h-350v730h140z" />
|
||||
<glyph unicode="M" d="M338 500h-2l-38 -300h-100l-38 300h-2v-500h-133v730h167l59 -400h2l59 400h163v-730h-137v500z" />
|
||||
<glyph unicode="N" d="M187 460h-2v-460h-140v730h147l125 -460h2v460h136v-730h-143z" />
|
||||
<glyph unicode="O" d="M250 740q121 0 175.5 -84t54.5 -291t-54.5 -291t-175.5 -84t-175.5 84t-54.5 291t54.5 291t175.5 84zM250 108q52 0 75 53.5t23 203.5t-23 203.5t-75 53.5t-75 -53.5t-23 -203.5t23 -203.5t75 -53.5z" />
|
||||
<glyph unicode="P" d="M334 503q0 120 -104 120q-23 0 -40 -5v-235q18 -5 40 -5q53 0 78.5 28t25.5 97zM470 503q0 -127 -57 -184.5t-173 -57.5q-26 0 -50 5v-266h-140v725q90 15 185 15q122 0 178.5 -56t56.5 -181z" />
|
||||
<glyph unicode="Q" d="M250 740q121 0 175.5 -84t54.5 -291q0 -257 -92 -333v-2q39 -22 68.5 -74t33.5 -106h-145q-15 81 -36.5 110.5t-58.5 29.5q-121 0 -175.5 84t-54.5 291t54.5 291t175.5 84zM250 108q52 0 75 53.5t23 203.5t-23 203.5t-75 53.5t-75 -53.5t-23 -203.5t23 -203.5t75 -53.5z " />
|
||||
<glyph unicode="R" d="M465 513q0 -151 -98 -199l-1 -2q27 -19 58 -118l61 -194h-145l-57 204q-12 43 -25.5 57.5t-42.5 14.5h-30v-276h-140v725q90 15 185 15q124 0 179.5 -53.5t55.5 -173.5zM185 393h30q64 0 89 24.5t25 95.5q0 58 -25.5 84t-78.5 26q-23 0 -40 -5v-225z" />
|
||||
<glyph unicode="S" d="M440 575q-84 48 -165 48q-41 0 -65 -21t-24 -57q0 -71 69 -100q116 -48 160.5 -103t44.5 -142q0 -210 -225 -210q-100 0 -180 50v135q83 -68 173 -68q94 0 94 88q0 76 -77 110q-108 46 -151.5 99.5t-43.5 135.5q0 90 57 145t153 55q102 0 180 -35v-130z" />
|
||||
<glyph unicode="T" d="M320 615v-615h-140v615h-145v115h430v-115h-145z" />
|
||||
<glyph unicode="U" d="M250 -10q-112 0 -161 54t-49 186v500h142v-460q0 -101 14.5 -131.5t55.5 -30.5t55.5 30.5t14.5 131.5v460h138v-500q0 -132 -49 -186t-161 -54z" />
|
||||
<glyph unicode="V" d="M253 110l92 620h140l-155 -730h-160l-155 730h144l92 -620h2z" />
|
||||
<glyph unicode="W" d="M164 190h2l38 440h100l38 -440h2l15 540h126l-45 -730h-157l-34 420h-2l-34 -420h-153l-45 730h134z" />
|
||||
<glyph unicode="X" d="M251 470h2l74 260h145l-132 -360l135 -370h-152l-74 270h-2l-74 -270h-148l135 370l-132 360h149z" />
|
||||
<glyph unicode="Y" d="M251 415h2l84 315h148l-165 -455v-275h-140v275l-165 455h152z" />
|
||||
<glyph unicode="Z" d="M290 613v2h-235v115h390v-115l-235 -498v-2h235v-115h-390v115z" />
|
||||
<glyph unicode="[" d="M410 675h-170v-750h170v-95h-290v940h290v-95z" />
|
||||
<glyph unicode="\" d="M35 730h120l310 -770h-120z" />
|
||||
<glyph unicode="]" d="M90 675v95h290v-940h-290v95h170v750h-170z" />
|
||||
<glyph unicode="^" d="M251 655h-2l-111 -375h-123l145 450h180l145 -450h-123z" />
|
||||
<glyph unicode="_" d="M40 -170v88h420v-88h-420z" />
|
||||
<glyph unicode="`" d="M90 810h190l100 -320h-120z" />
|
||||
<glyph unicode="a" d="M65 495q39 14 95 24.5t90 10.5q111 0 155.5 -45t44.5 -160v-325h-127l-2 65h-2q-49 -75 -134 -75q-68 0 -106.5 42t-38.5 118q0 88 63.5 136.5t186.5 48.5h25v10q0 40 -16 56.5t-54 16.5q-32 0 -86.5 -11.5t-93.5 -26.5v115zM315 245h-25q-59 0 -89.5 -23t-30.5 -62 q0 -31 15 -48t40 -17q90 0 90 130v20z" />
|
||||
<glyph unicode="b" d="M45 730h137v-275h2q49 75 116 75q83 0 129 -66.5t46 -203.5q0 -133 -47.5 -201.5t-127.5 -68.5q-35 0 -62.5 17.5t-56.5 62.5h-2l-2 -70h-132v730zM338 260q0 150 -78 150q-80 0 -80 -145v-10q0 -145 80 -145q35 0 56.5 36.5t21.5 113.5z" />
|
||||
<glyph unicode="c" d="M305 420q-115 0 -115 -160q0 -163 120 -163q60 0 120 28v-110q-68 -25 -140 -25q-116 0 -178 67.5t-62 202.5t60 202.5t175 67.5q67 0 135 -25v-110q-61 25 -115 25z" />
|
||||
<glyph unicode="d" d="M455 0h-132l-2 70h-2q-29 -45 -56.5 -62.5t-62.5 -17.5q-80 0 -127.5 68.5t-47.5 201.5q0 137 46 203.5t129 66.5q67 0 116 -75h2v275h137v-730zM162 260q0 -77 21.5 -113.5t56.5 -36.5q80 0 80 145v10q0 145 -80 145q-78 0 -78 -150z" />
|
||||
<glyph unicode="e" d="M182 206q7 -62 33 -85.5t80 -23.5q52 0 135 28v-110q-84 -25 -155 -25q-112 0 -173.5 68t-61.5 202q0 270 220 270q200 0 200 -270q0 -31 -2 -54h-276zM181 310h142q-1 63 -15.5 88t-47.5 25q-41 0 -58 -23t-21 -90z" />
|
||||
<glyph unicode="f" d="M60 391v109h100v45q0 104 40.5 149.5t129.5 45.5q56 0 110 -15v-110q-36 16 -80 16q-37 0 -50 -20.5t-13 -85.5v-25h143v-109h-143v-391h-137v391h-100z" />
|
||||
<glyph unicode="g" d="M323 75h-2q-45 -75 -116 -75q-78 0 -126.5 66.5t-48.5 193.5q0 137 46 203.5t129 66.5q35 0 62.5 -17.5t56.5 -62.5h2l2 70h132v-505q0 -245 -240 -245q-81 0 -150 25v115q76 -33 145 -33q55 0 81.5 34t26.5 114v50zM167 260q0 -70 22 -105t56 -35q80 0 80 135v10 q0 145 -80 145q-78 0 -78 -150z" />
|
||||
<glyph unicode="h" d="M50 730h137v-275h2q47 75 126 75t112 -47.5t33 -172.5v-310h-135v290q0 74 -12.5 98t-47.5 24t-56.5 -43.5t-21.5 -131.5v-237h-137v730z" />
|
||||
<glyph unicode="i" d="M110 520h240v-413h100v-107h-370v107h130v306h-100v107zM190 630v130h160v-130h-160z" />
|
||||
<glyph unicode="j" d="M225 -20v433h-110v107h250v-540q0 -68 -10.5 -106t-44 -63t-87.5 -33t-148 -8v109q39 0 60.5 0.5t41 5t27 9.5t13.5 18t7 27.5t1 40.5zM205 630v130h160v-130h-160z" />
|
||||
<glyph unicode="k" d="M480 520l-185 -250l185 -270h-162l-131 224v-224h-137v730h137v-418l133 208h160z" />
|
||||
<glyph unicode="l" d="M310 190q0 -68 9 -80.5t56 -12.5q31 0 75 6v-108q-44 -5 -100 -5q-111 0 -145.5 32.5t-34.5 137.5v463h-120v107h260v-540z" />
|
||||
<glyph unicode="m" d="M360 0v340q0 40 -21 40q-8 0 -12.5 -5t-7 -22.5t-2.5 -52.5v-300h-130v340q0 40 -21 40q-8 0 -12.5 -5t-7 -22.5t-2.5 -52.5v-300h-134v520h120l2 -65h2q15 34 39.5 54.5t48.5 20.5q28 0 45 -16t32 -59h2q42 75 99 75q48 0 69 -36t21 -134v-360h-130z" />
|
||||
<glyph unicode="n" d="M50 520h132l2 -70h2q49 80 129 80q79 0 112 -47.5t33 -172.5v-310h-135v290q0 74 -12.5 98t-47.5 24t-56.5 -43.5t-21.5 -131.5v-237h-137v520z" />
|
||||
<glyph unicode="o" d="M250 530q220 0 220 -270t-220 -270t-220 270t220 270zM250 97q44 0 62 33.5t18 129.5t-18 129.5t-62 33.5t-62 -33.5t-18 -129.5t18 -129.5t62 -33.5z" />
|
||||
<glyph unicode="p" d="M179 70h-2v-290h-137v740h132l2 -70h2q29 45 56.5 62.5t62.5 17.5q83 0 129 -66.5t46 -203.5q0 -133 -47.5 -201.5t-127.5 -68.5q-71 0 -116 80zM333 260q0 150 -78 150q-80 0 -80 -145v-10q0 -145 80 -145q35 0 56.5 36.5t21.5 113.5z" />
|
||||
<glyph unicode="q" d="M321 70q-45 -80 -116 -80q-80 0 -127.5 68.5t-47.5 201.5q0 137 46 203.5t129 66.5q35 0 62.5 -17.5t56.5 -62.5h2l2 70h132v-740h-137v290h-2zM167 260q0 -77 21.5 -113.5t56.5 -36.5q80 0 80 145v10q0 145 -80 145q-78 0 -78 -150z" />
|
||||
<glyph unicode="r" d="M375 416q-69 0 -111 -52t-42 -144v-220h-137v520h135v-85h2q36 53 70.5 74t82.5 21q36 0 70 -10v-115q-36 11 -70 11z" />
|
||||
<glyph unicode="s" d="M265 418q-73 0 -73 -43q0 -22 14.5 -35t48.5 -20q109 -21 149.5 -60t40.5 -115q0 -74 -50.5 -114.5t-144.5 -40.5q-107 0 -190 35v120q87 -43 165 -43q45 0 64 11.5t19 36.5q0 22 -14 34t-54 21q-99 21 -142 62.5t-43 112.5t49 110.5t146 39.5q99 0 180 -30v-115 q-87 33 -165 33z" />
|
||||
<glyph unicode="t" d="M445 500v-109h-158v-201q0 -61 10.5 -74.5t57.5 -13.5q43 0 80 17v-114q-50 -15 -110 -15q-98 0 -136.5 36.5t-38.5 133.5v231h-105v109h105v190h137v-190h158z" />
|
||||
<glyph unicode="u" d="M445 0h-132l-2 70h-2q-50 -80 -124 -80q-77 0 -108.5 44.5t-31.5 165.5v320h135v-300q0 -70 11 -91t44 -21q73 0 73 175v237h137v-520z" />
|
||||
<glyph unicode="v" d="M251 90h2l79 430h138l-130 -520h-180l-130 520h142z" />
|
||||
<glyph unicode="w" d="M343 120h2l29 400h116l-70 -520h-137l-37 358h-2l-31 -358h-133l-70 520h124l29 -400h2l39 400h100z" />
|
||||
<glyph unicode="x" d="M251 335h2l69 185h143l-125 -260l125 -260h-152l-64 180h-2l-64 -180h-148l125 260l-125 260h147z" />
|
||||
<glyph unicode="y" d="M254 170h2l87 350h142l-237 -740h-138l85 230l-170 510h142z" />
|
||||
<glyph unicode="z" d="M275 411h-210v109h370v-109l-210 -300v-2h210v-109h-370v109l210 300v2z" />
|
||||
<glyph unicode="{" d="M187 301v-2q58 -24 85.5 -62t27.5 -100v-112q0 -73 12 -86.5t75 -13.5h53v-95h-107q-80 0 -116.5 37t-36.5 123v147q0 61 -22 88t-68 27h-40v96h40q46 0 68 27t22 88v147q0 86 36.5 123t116.5 37h107v-95h-53q-63 0 -75 -13.5t-12 -86.5v-112q0 -62 -27.5 -100t-85.5 -62 z" />
|
||||
<glyph unicode="|" d="M188 -220v1030h124v-1030h-124z" />
|
||||
<glyph unicode="}" d="M313 301q-58 24 -85.5 62t-27.5 100v112q0 73 -12 86.5t-75 13.5h-53v95h107q80 0 116.5 -37t36.5 -123v-147q0 -61 22 -88t68 -27h40v-96h-40q-46 0 -68 -27t-22 -88v-147q0 -86 -36.5 -123t-116.5 -37h-107v95h53q63 0 75 13.5t12 86.5v112q0 62 27.5 100t85.5 62v2z " />
|
||||
<glyph unicode="~" d="M40 568v107q45 35 100 35q63 0 131 -50q49 -37 84 -37q49 0 105 51v-107q-45 -35 -100 -35q-63 0 -131 50q-49 37 -84 37q-49 0 -105 -51z" />
|
||||
<glyph unicode=" " />
|
||||
<glyph unicode="¥" d="M251 415h2l84 315h148l-132 -365h97v-95h-130v-65h130v-95h-130v-110h-140v110h-130v95h130v65h-130v95h97l-132 365h152z" />
|
||||
<glyph unicode="­" d="M90 240v110h320v-110h-320z" />
|
||||
<glyph unicode=" " horiz-adv-x="407" />
|
||||
<glyph unicode=" " horiz-adv-x="815" />
|
||||
<glyph unicode=" " horiz-adv-x="407" />
|
||||
<glyph unicode=" " horiz-adv-x="815" />
|
||||
<glyph unicode=" " horiz-adv-x="271" />
|
||||
<glyph unicode=" " horiz-adv-x="203" />
|
||||
<glyph unicode=" " horiz-adv-x="135" />
|
||||
<glyph unicode=" " horiz-adv-x="135" />
|
||||
<glyph unicode=" " horiz-adv-x="101" />
|
||||
<glyph unicode=" " horiz-adv-x="163" />
|
||||
<glyph unicode=" " horiz-adv-x="45" />
|
||||
<glyph unicode="‐" d="M90 240v110h320v-110h-320z" />
|
||||
<glyph unicode="‑" d="M90 240v110h320v-110h-320z" />
|
||||
<glyph unicode="–" d="M50 240v110h400v-110h-400z" />
|
||||
<glyph unicode="—" d="M10 240v110h480v-110h-480z" />
|
||||
<glyph unicode="‘" d="M305 460h-190l130 320h120z" />
|
||||
<glyph unicode="’" d="M190 780h190l-130 -320h-120z" />
|
||||
<glyph unicode="“" d="M405 460h-170l130 320h100zM195 460h-170l130 320h100z" />
|
||||
<glyph unicode="”" d="M300 780h170l-130 -320h-100zM90 780h170l-130 -320h-100z" />
|
||||
<glyph unicode="…" horiz-adv-x="1000" d="M72 270v190h190v-190h-190zM405 270v190h190v-190h-190zM738 270v190h190v-190h-190z" />
|
||||
<glyph unicode=" " horiz-adv-x="163" />
|
||||
<glyph unicode=" " horiz-adv-x="203" />
|
||||
<glyph unicode="™" horiz-adv-x="1000" d="M838 500h-2l-38 -300h-100l-38 300h-2v-500h-133v730h167l59 -400h2l59 400h163v-730h-137v500zM320 615v-615h-140v615h-145v115h430v-115h-145z" />
|
||||
</font>
|
||||
</defs></svg>
|
||||
|
After Width: | Height: | Size: 17 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,134 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<metadata>
|
||||
This is a custom SVG webfont generated by Font Squirrel.
|
||||
Foundry URL : http://mplus-fonts.sourceforge.jp
|
||||
</metadata>
|
||||
<defs>
|
||||
<font id="webfontVd14f4NN" horiz-adv-x="500" >
|
||||
<font-face units-per-em="1000" ascent="860" descent="-140" />
|
||||
<missing-glyph horiz-adv-x="500" />
|
||||
<glyph unicode=" " />
|
||||
<glyph unicode="!" d="M200 730h100l-10 -515h-80zM195 0v130h110v-130h-110z" />
|
||||
<glyph unicode=""" d="M275 780h100l-20 -280h-60zM125 780h100l-20 -280h-60z" />
|
||||
<glyph unicode="#" d="M40 188v72h77l29 228h-71v72h80l21 170h82l-21 -170h76l21 170h82l-21 -170h65v-72h-74l-29 -228h68v-72h-77l-23 -188h-82l23 188h-76l-23 -188h-82l23 188h-68zM199 260h76l29 228h-76z" />
|
||||
<glyph unicode="$" d="M293 311v-214q58 21 58 108q0 71 -58 106zM293 19v-104h-76v101q-70 6 -137 49v95q65 -57 137 -69v251q-77 31 -109.5 75.5t-32.5 117.5q0 76 37 122.5t105 55.5v102h76v-102q69 -8 127 -38v-90q-52 38 -127 52v-237q77 -31 109.5 -76.5t32.5 -118.5q0 -163 -142 -186z M217 429v207q-58 -18 -58 -101q0 -73 58 -106z" />
|
||||
<glyph unicode="%" d="M60 260l380 290v-80l-380 -290v80zM160 740q61 0 95.5 -41t34.5 -119t-34.5 -119t-95.5 -41t-95.5 41t-34.5 119t34.5 119t95.5 41zM340 310q61 0 95.5 -41t34.5 -119t-34.5 -119t-95.5 -41t-95.5 41t-34.5 119t34.5 119t95.5 41zM160 488q52 0 52 92t-52 92t-52 -92 t52 -92zM340 58q52 0 52 92t-52 92t-52 -92t52 -92z" />
|
||||
<glyph unicode="&" d="M228 665q-38 0 -60.5 -20t-22.5 -55q0 -29 12.5 -59t53.5 -95q59 51 79 83.5t20 70.5q0 33 -22 54t-60 21zM151 385l-9 14q-47 71 -63.5 111.5t-16.5 79.5q0 66 45 108t118 42t119 -42t46 -108q0 -57 -30.5 -106.5t-106.5 -112.5l119 -183v217h80v-253q-13 -28 -26 -46 l69 -106h-87l-33 49q-69 -59 -175 -59q-82 0 -128.5 46t-46.5 129q0 107 126 220zM331 115l-137 206q-84 -79 -84 -153q0 -51 27 -77t78 -26q70 0 116 50z" />
|
||||
<glyph unicode="'" d="M195 780h110l-25 -280h-60z" />
|
||||
<glyph unicode="(" d="M125 315q0 275 194 455h76q-196 -184 -196 -455t196 -455h-76q-194 180 -194 455z" />
|
||||
<glyph unicode=")" d="M375 315q0 -275 -194 -455h-76q196 184 196 455t-196 455h76q194 -180 194 -455z" />
|
||||
<glyph unicode="*" d="M214 750h72l-3 -169l160 55l22 -68l-161 -50l101 -135l-58 -42l-97 138l-97 -138l-58 42l101 135l-161 50l22 68l160 -55z" />
|
||||
<glyph unicode="+" d="M291 555v-214h149v-72h-149v-214h-82v214h-149v72h149v214h82z" />
|
||||
<glyph unicode="," d="M210 150h120l-110 -280h-70z" />
|
||||
<glyph unicode="-" d="M100 269v72h300v-72h-300z" />
|
||||
<glyph unicode="." d="M185 0v150h130v-150h-130z" />
|
||||
<glyph unicode="/" d="M452 730l-332 -770h-72l332 770h72z" />
|
||||
<glyph unicode="0" d="M250 740q48 0 82 -18t59 -60t37 -115.5t12 -181.5t-12 -181.5t-37 -115.5t-59 -60t-82 -18t-82 18t-59 60t-37 115.5t-12 181.5t12 181.5t37 115.5t59 60t82 18zM142 249l196 339q-26 82 -88 82q-36 0 -60 -26t-38 -95t-14 -184q0 -50 4 -116zM158 155q26 -95 92 -95 q36 0 60 26t38 95t14 184q0 78 -6 133z" />
|
||||
<glyph unicode="1" d="M258 0v645l-2 1l-173 -101v80l175 105h82v-730h-82z" />
|
||||
<glyph unicode="2" d="M175 74v-2h245v-72h-340v72q251 288 251 478q0 116 -93 116q-30 0 -76 -22.5t-82 -55.5v87q75 65 170 65q85 0 125 -47t40 -143q0 -99 -54 -208t-186 -268z" />
|
||||
<glyph unicode="3" d="M330 656v2h-250v72h345v-72l-180 -229v-2h10q91 0 133 -51t42 -166q0 -220 -195 -220q-73 0 -145 30v87q77 -43 130 -43q64 0 95 34.5t31 111.5q0 89 -25 117t-101 28h-70v72z" />
|
||||
<glyph unicode="4" d="M293 590h-2l-175 -341v-2h177v343zM293 175h-253v82l243 473h92v-483h85v-72h-85v-175h-82v175z" />
|
||||
<glyph unicode="5" d="M180 430h2q33 30 88 30q160 0 160 -230q0 -125 -49.5 -182.5t-145.5 -57.5q-74 0 -145 30v87q75 -43 140 -43q116 0 116 166q0 156 -96 156q-46 0 -80 -41h-75l10 385h305v-72h-223z" />
|
||||
<glyph unicode="6" d="M285 740q61 0 115 -20v-77q-50 25 -105 25q-70 0 -101 -48.5t-39 -184.5h2q50 50 113 50q87 0 128.5 -56t41.5 -184q0 -134 -46.5 -194.5t-138.5 -60.5q-65 0 -104 28.5t-60 101.5t-21 200q0 158 25.5 252t71 131t118.5 37zM255 62q54 0 78.5 39t24.5 144q0 94 -23.5 132 t-74.5 38q-106 0 -106 -160q0 -107 25 -150t76 -43z" />
|
||||
<glyph unicode="7" d="M345 656v2h-270v72h350v-72q-128 -296 -210 -658h-88q84 353 218 656z" />
|
||||
<glyph unicode="8" d="M255 670q-53 0 -81.5 -27.5t-28.5 -77.5q0 -54 29 -94t76 -51q52 14 80.5 51.5t28.5 93.5q0 47 -28.5 76t-75.5 29zM250 -10q-96 0 -148 51t-52 149q0 68 33 119t92 75v2q-48 23 -79 73.5t-31 105.5q0 82 49 128.5t136 46.5t136 -47t49 -128q0 -56 -30.5 -103.5 t-79.5 -70.5v-2q59 -23 92 -75t33 -124q0 -98 -52 -149t-148 -51zM255 60q53 0 84 33.5t31 96.5q0 130 -125 160q-61 -16 -90 -54.5t-29 -105.5q0 -62 35 -96t94 -34z" />
|
||||
<glyph unicode="9" d="M215 -10q-61 0 -115 20v80q52 -26 105 -26q70 0 101 47.5t39 183.5h-2q-50 -50 -113 -50q-84 0 -127 59t-43 191q0 126 46 185.5t139 59.5q68 0 107 -28t58.5 -100.5t19.5 -201.5q0 -158 -25.5 -252t-71 -131t-118.5 -37zM245 668q-55 0 -79 -38t-24 -135t25 -138.5 t73 -41.5q49 0 77.5 41.5t28.5 128.5q0 100 -25 141.5t-76 41.5z" />
|
||||
<glyph unicode=":" d="M190 390v150h120v-150h-120zM190 0v150h120v-150h-120z" />
|
||||
<glyph unicode=";" d="M200 150h120l-110 -280h-70zM200 390v150h120v-150h-120z" />
|
||||
<glyph unicode="<" d="M435 510l-330 -204v-2l330 -204v-80l-380 245v80l380 245v-80z" />
|
||||
<glyph unicode="=" d="M60 165v72h380v-72h-380zM60 373v72h380v-72h-380z" />
|
||||
<glyph unicode=">" d="M65 510v80l380 -245v-80l-380 -245v80l330 204v2z" />
|
||||
<glyph unicode="?" d="M445 580q0 -41 -14 -77t-28.5 -55t-42.5 -49q-29 -33 -43 -52t-28 -55t-14 -77h-80q0 55 16.5 101.5t32.5 68t47 56.5q24 27 36 42.5t23 41.5t11 55q0 41 -29.5 63.5t-86.5 22.5q-85 0 -180 -61v90q93 45 190 45q91 0 140.5 -42t49.5 -118zM180 0v130h110v-130h-110z" />
|
||||
<glyph unicode="@" d="M375 258v167q0 41 -16 63t-44 22q-40 0 -56 -29.5t-16 -115.5q0 -82 17 -113.5t55 -31.5q44 0 60 38zM165 365q0 215 140 215q38 0 73 -25h2v5q0 50 -27.5 79t-72.5 29q-83 0 -124 -70.5t-41 -232.5q0 -166 40 -234.5t125 -68.5q62 0 125 38v-80q-59 -30 -130 -30 q-122 0 -181 86t-59 289q0 197 60.5 286t179.5 89q87 0 133.5 -50t46.5 -150v-325q-65 -65 -140 -65q-76 0 -113 49t-37 166z" />
|
||||
<glyph unicode="A" d="M249 660h-2l-83 -380h168zM348 210h-200l-46 -210h-82l180 730h100l180 -730h-86z" />
|
||||
<glyph unicode="B" d="M157 430h45q80 0 116.5 29.5t36.5 90.5q0 57 -36 88.5t-102 31.5q-36 0 -60 -8v-232zM157 360v-292q37 -8 90 -8q126 0 126 160q0 140 -161 140h-55zM455 210q0 -220 -225 -220q-80 0 -155 15v720q75 15 155 15q205 0 205 -180q0 -61 -30.5 -103t-84.5 -56v-2 q58 -11 96.5 -64t38.5 -125z" />
|
||||
<glyph unicode="C" d="M55 365q0 197 60.5 286t179.5 89q66 0 125 -30v-75q-60 33 -120 33q-165 0 -165 -303q0 -164 42 -233.5t123 -69.5q62 0 125 38v-80q-59 -30 -130 -30q-122 0 -181 86t-59 289z" />
|
||||
<glyph unicode="D" d="M383 365q0 168 -43.5 235.5t-137.5 67.5q-33 0 -55 -8v-590q22 -8 55 -8q65 0 102.5 24.5t58 91.5t20.5 187zM465 365q0 -207 -63.5 -291t-199.5 -84q-70 0 -137 15v720q67 15 137 15q137 0 200 -85.5t63 -289.5z" />
|
||||
<glyph unicode="E" d="M162 658v-228h248v-70h-248v-288h258v-72h-340v730h340v-72h-258z" />
|
||||
<glyph unicode="F" d="M172 360v-360h-82v730h330v-72h-248v-228h238v-70h-238z" />
|
||||
<glyph unicode="G" d="M370 85v275h-155v70h235v-400q-80 -40 -170 -40q-118 0 -179 89t-61 286q0 196 63.5 285.5t191.5 89.5q59 0 130 -25v-77q-66 30 -130 30q-87 0 -132 -72t-45 -231q0 -303 167 -303q45 0 85 23z" />
|
||||
<glyph unicode="H" d="M140 730v-298h216v298h84v-730h-84v360h-216v-360h-80v730h80z" />
|
||||
<glyph unicode="I" d="M410 0h-320v70h118v590h-118v70h320v-70h-118v-590h118v-70z" />
|
||||
<glyph unicode="J" d="M400 730v-540q0 -110 -43.5 -155t-146.5 -45q-82 0 -150 30v87q29 -17 75.5 -31t74.5 -14q53 0 79 30.5t26 99.5v468h-165v70h250z" />
|
||||
<glyph unicode="K" d="M157 400h2l206 330h95l-225 -350l230 -380h-95l-211 360h-2v-360h-82v730h82v-330z" />
|
||||
<glyph unicode="L" d="M182 730v-658h238v-72h-320v730h82z" />
|
||||
<glyph unicode="M" d="M378 540h-2l-88 -340h-80l-88 340h-2v-540h-78v730h92l119 -450h2l119 450h88v-730h-82v540z" />
|
||||
<glyph unicode="N" d="M151 550h-2v-550h-84v730h84l204 -550h2v550h80v-730h-80z" />
|
||||
<glyph unicode="O" d="M250 740q107 0 158.5 -84.5t51.5 -290.5t-51.5 -290.5t-158.5 -84.5t-158.5 84.5t-51.5 290.5t51.5 290.5t158.5 84.5zM250 62q44 0 71 25.5t43 93.5t16 184t-16 184t-43 93.5t-71 25.5t-71 -25.5t-43 -93.5t-16 -184t16 -184t43 -93.5t71 -25.5z" />
|
||||
<glyph unicode="P" d="M375 520q0 79 -36 114.5t-112 35.5q-41 0 -70 -8v-292q30 -5 70 -5q77 0 112.5 35.5t35.5 119.5zM455 520q0 -120 -52.5 -172.5t-165.5 -52.5q-35 0 -80 5v-300h-82v725q78 15 160 15q114 0 167 -52.5t53 -167.5z" />
|
||||
<glyph unicode="Q" d="M250 740q107 0 158.5 -84.5t51.5 -290.5q0 -273 -100 -344v-2q41 -21 73 -66t47 -103h-88q-21 78 -54 109t-88 31q-107 0 -158.5 84.5t-51.5 290.5t51.5 290.5t158.5 84.5zM250 62q44 0 71 25.5t43 93.5t16 184t-16 184t-43 93.5t-71 25.5t-71 -25.5t-43 -93.5t-16 -184 t16 -184t43 -93.5t71 -25.5z" />
|
||||
<glyph unicode="R" d="M370 540q0 130 -148 130q-41 0 -70 -8v-272h60q87 0 122.5 33.5t35.5 116.5zM152 320v-320h-82v725q78 15 160 15q112 0 166 -49.5t54 -150.5q0 -143 -109 -193v-2q31 -15 66 -131l63 -214h-86l-59 216q-17 64 -41 84t-82 20h-50z" />
|
||||
<glyph unicode="S" d="M260 668q-47 0 -77.5 -30.5t-30.5 -77.5q0 -50 21.5 -82.5t71.5 -55.5q111 -49 153 -102.5t42 -139.5q0 -94 -51.5 -142t-148.5 -48q-91 0 -165 55v95q80 -78 170 -78q113 0 113 118q0 55 -26 91t-87 64q-94 42 -134.5 95.5t-40.5 129.5q0 80 51 130t134 50q53 0 87 -8 t78 -32v-90q-77 58 -160 58z" />
|
||||
<glyph unicode="T" d="M209 0v660h-154v70h390v-70h-154v-660h-82z" />
|
||||
<glyph unicode="U" d="M250 -10q-95 0 -142.5 48.5t-47.5 151.5v540h84v-520q0 -81 26.5 -114.5t81.5 -33.5t81.5 33.5t26.5 114.5v520h80v-540q0 -103 -47.5 -151.5t-142.5 -48.5z" />
|
||||
<glyph unicode="V" d="M253 70l135 660h82l-170 -730h-100l-170 730h86l135 -660h2z" />
|
||||
<glyph unicode="W" d="M153 120h2l54 510h90l54 -510h2l45 610h75l-60 -730h-109l-55 520h-2l-55 -520h-109l-60 730h83z" />
|
||||
<glyph unicode="X" d="M251 440h2l112 290h83l-148 -355l150 -375h-90l-111 305h-2l-112 -305h-85l150 375l-148 355h88z" />
|
||||
<glyph unicode="Y" d="M251 375h2l132 355h85l-179 -440v-290h-82v290l-179 440h90z" />
|
||||
<glyph unicode="Z" d="M335 658v2h-260v70h350v-70l-260 -588v-2h260v-70h-350v70z" />
|
||||
<glyph unicode="[" d="M390 710h-178v-790h178v-60h-250v910h250v-60z" />
|
||||
<glyph unicode="\" d="M48 730h72l332 -770h-72z" />
|
||||
<glyph unicode="]" d="M110 710v60h250v-910h-250v60h178v790h-178z" />
|
||||
<glyph unicode="^" d="M251 680h-2l-147 -400h-72l170 450h100l170 -450h-72z" />
|
||||
<glyph unicode="_" d="M50 -140v56h400v-56h-400z" />
|
||||
<glyph unicode="`" d="M130 810h120l100 -280h-70z" />
|
||||
<glyph unicode="a" d="M255 530q100 0 137.5 -40t37.5 -150v-340h-72l-2 75h-2q-47 -85 -149 -85q-65 0 -105 41.5t-40 113.5q0 91 61.5 140.5t183.5 49.5h48v25q0 57 -22 80t-76 23q-33 0 -84 -12t-86 -28v72q35 15 85 25t85 10zM353 275h-48q-170 0 -170 -125q0 -45 23 -69t62 -24q59 0 96 48 t37 135v35z" />
|
||||
<glyph unicode="b" d="M144 445h2q43 85 134 85q175 0 175 -270q0 -135 -48 -202.5t-127 -67.5q-84 0 -137 85h-2l-2 -75h-74v730h79v-285zM376 260q0 195 -116 195q-51 0 -83.5 -49.5t-32.5 -140.5v-10q0 -91 32.5 -140.5t83.5 -49.5q53 0 84.5 48.5t31.5 146.5z" />
|
||||
<glyph unicode="c" d="M70 260q0 134 55 202t155 68q61 0 125 -25v-80q-60 33 -120 33q-63 0 -98 -50t-35 -148q0 -101 37 -151t101 -50q59 0 120 36v-80q-64 -25 -125 -25q-102 0 -158.5 67.5t-56.5 202.5z" />
|
||||
<glyph unicode="d" d="M356 730h79v-730h-74l-2 75h-2q-53 -85 -137 -85q-79 0 -127 67.5t-48 202.5q0 270 175 270q91 0 134 -85h2v285zM124 260q0 -98 31.5 -146.5t84.5 -48.5q51 0 83.5 49.5t32.5 140.5v10q0 91 -32.5 140.5t-83.5 49.5q-116 0 -116 -195z" />
|
||||
<glyph unicode="e" d="M138 234q4 -93 38 -134t99 -41q61 0 135 36v-80q-74 -25 -140 -25q-215 0 -215 270q0 141 50 205.5t150 64.5q91 0 135.5 -62t44.5 -203q0 -11 -2 -31h-295zM138 300h218q-1 161 -101 161q-57 0 -85 -36t-32 -125z" />
|
||||
<glyph unicode="f" d="M75 431v69h120v60q0 98 33 139t107 41q45 0 90 -15v-72q-38 18 -75 18q-47 0 -61.5 -23.5t-14.5 -107.5v-40h151v-69h-151v-431h-79v431h-120z" />
|
||||
<glyph unicode="g" d="M50 260q0 270 175 270q83 0 137 -85h2l2 75h74v-515q0 -125 -50.5 -180t-154.5 -55q-71 0 -140 25v80q71 -36 140 -36q126 0 126 166v80h-2q-43 -85 -134 -85q-80 0 -127.5 66t-47.5 194zM129 260q0 -92 31.5 -138.5t84.5 -46.5q52 0 84 45.5t32 134.5v10 q0 91 -32.5 140.5t-83.5 49.5q-58 0 -87 -46.5t-29 -148.5z" />
|
||||
<glyph unicode="h" d="M440 330v-330h-77v312q0 88 -20 117.5t-73 29.5q-50 0 -85.5 -56t-35.5 -151v-252h-79v730h79v-285h2q19 39 56.5 62t82.5 23q79 0 114.5 -45.5t35.5 -154.5z" />
|
||||
<glyph unicode="i" d="M316 520v-452h109v-68h-330v68h139v384h-109v68h191zM214 640v120h102v-120h-102z" />
|
||||
<glyph unicode="j" d="M249 -33v485h-119v68h201v-553q0 -65 -8.5 -101t-36.5 -59t-72 -30t-123 -7v68q40 0 63 1t42.5 6.5t28.5 12.5t15.5 23.5t7.5 34.5t1 51zM229 640v120h102v-120h-102z" />
|
||||
<glyph unicode="k" d="M460 520l-230 -250l230 -270h-95l-206 253v-253h-79v730h79v-444l207 234h94z" />
|
||||
<glyph unicode="l" d="M281 150q0 -66 10.5 -79t63.5 -13q33 0 75 6v-69q-47 -5 -85 -5q-90 0 -118 28.5t-28 121.5v522h-129v68h211v-580z" />
|
||||
<glyph unicode="m" d="M290 0h-78v360q-1 58 -10.5 77.5t-32.5 19.5q-20 0 -35 -24t-25 -83.5t-10 -149.5v-200h-79v520h70l2 -70h2q17 38 42.5 59t53.5 21q31 0 50.5 -18.5t33.5 -61.5h2q39 80 104 80q53 0 76.5 -32.5t23.5 -117.5v-380h-77v360q-1 59 -11.5 78t-37.5 19q-64 0 -64 -197v-260z " />
|
||||
<glyph unicode="n" d="M440 330v-330h-77v312q0 88 -20 117.5t-73 29.5q-50 0 -85.5 -56t-35.5 -151v-252h-79v520h74l2 -75h2q19 38 58 61.5t84 23.5q79 0 114.5 -45.5t35.5 -154.5z" />
|
||||
<glyph unicode="o" d="M250 530q200 0 200 -270t-200 -270t-200 270t200 270zM250 59q61 0 89.5 45.5t28.5 155.5t-28.5 155.5t-89.5 45.5t-89.5 -45.5t-28.5 -155.5t28.5 -155.5t89.5 -45.5z" />
|
||||
<glyph unicode="p" d="M141 75h-2v-295h-79v740h74l2 -75h2q54 85 137 85q175 0 175 -270q0 -135 -48 -202.5t-127 -67.5q-91 0 -134 85zM371 260q0 195 -116 195q-51 0 -83.5 -49.5t-32.5 -140.5v-10q0 -91 32.5 -140.5t83.5 -49.5q53 0 84.5 48.5t31.5 146.5z" />
|
||||
<glyph unicode="q" d="M359 75q-43 -85 -134 -85q-79 0 -127 67.5t-48 202.5q0 270 175 270q83 0 137 -85h2l2 75h74v-740h-79v295h-2zM129 260q0 -98 31.5 -146.5t84.5 -48.5q51 0 83.5 49.5t32.5 140.5v10q0 91 -32.5 140.5t-83.5 49.5q-116 0 -116 -195z" />
|
||||
<glyph unicode="r" d="M186 520v-100h2q62 110 172 110q37 0 70 -10v-70q-35 11 -70 11q-73 0 -122 -61t-49 -160v-240h-79v520h76z" />
|
||||
<glyph unicode="s" d="M255 463q-96 0 -96 -73q0 -34 21 -54.5t75 -35.5q106 -30 140.5 -63t34.5 -102t-47 -107t-133 -38t-165 40v80q78 -53 155 -53q111 0 111 78q0 37 -21.5 57t-84.5 38q-92 26 -128.5 62t-36.5 98q0 66 43.5 103t126.5 37q84 0 160 -35v-75q-79 43 -155 43z" />
|
||||
<glyph unicode="t" d="M244 500h181v-69h-181v-281q0 -56 16.5 -74.5t64.5 -18.5q50 0 90 18v-70q-48 -15 -100 -15q-84 0 -117 32.5t-33 117.5v291h-100v69h100v190h79v-190z" />
|
||||
<glyph unicode="u" d="M65 180v340h77v-322q0 -83 18.5 -110t69.5 -27q49 0 82.5 55t33.5 152v252h79v-520h-74l-2 75h-2q-19 -40 -56 -62.5t-81 -22.5q-77 0 -111 43t-34 147z" />
|
||||
<glyph unicode="v" d="M251 60h2l115 460h82l-145 -520h-110l-145 520h86z" />
|
||||
<glyph unicode="w" d="M351 80h2l49 440h78l-80 -520h-99l-54 440h-2l-49 -440h-96l-80 520h82l49 -440h2l49 440h100z" />
|
||||
<glyph unicode="x" d="M251 305h2l104 215h88l-145 -260l145 -260h-94l-102 215h-2l-102 -215h-90l145 260l-145 260h92z" />
|
||||
<glyph unicode="y" d="M259 120h2l117 400h87l-240 -740h-83l78 230l-175 510h88z" />
|
||||
<glyph unicode="z" d="M80 520h340v-69l-248 -380v-2h248v-69h-340v69l248 380v2h-248v69z" />
|
||||
<glyph unicode="{" d="M195 316l4 -2q81 -38 81 -149v-135q0 -72 16.5 -91t78.5 -19h40v-60h-65q-73 0 -107.5 35.5t-34.5 114.5v150q0 66 -21.5 95.5t-66.5 29.5h-45v60h45q45 0 66.5 29.5t21.5 95.5v150q0 79 34.5 114.5t107.5 35.5h65v-60h-40q-62 0 -78.5 -19t-16.5 -91v-135q0 -61 -20 -95 t-65 -54z" />
|
||||
<glyph unicode="|" d="M212 -220v1030h76v-1030h-76z" />
|
||||
<glyph unicode="}" d="M305 316q-45 20 -65 54t-20 95v135q0 72 -16.5 91t-78.5 19h-40v60h65q73 0 107.5 -35.5t34.5 -114.5v-150q0 -66 21.5 -95.5t66.5 -29.5h45v-60h-45q-45 0 -66.5 -29.5t-21.5 -95.5v-150q0 -79 -34.5 -114.5t-107.5 -35.5h-65v60h40q62 0 78.5 19t16.5 91v135 q0 111 81 149z" />
|
||||
<glyph unicode="~" d="M50 602v75q42 33 95 33q61 0 125 -48q48 -35 80 -35q25 0 47 10t53 39v-75q-42 -33 -95 -33q-61 0 -125 48q-47 35 -80 35q-25 0 -47 -10t-53 -39z" />
|
||||
<glyph unicode=" " />
|
||||
<glyph unicode="¥" d="M251 375h2l132 355h85l-153 -375h123v-65h-149v-85h149v-65h-149v-140h-82v140h-149v65h149v85h-149v65h123l-153 375h90z" />
|
||||
<glyph unicode="­" d="M100 269v72h300v-72h-300z" />
|
||||
<glyph unicode=" " horiz-adv-x="407" />
|
||||
<glyph unicode=" " horiz-adv-x="815" />
|
||||
<glyph unicode=" " horiz-adv-x="407" />
|
||||
<glyph unicode=" " horiz-adv-x="815" />
|
||||
<glyph unicode=" " horiz-adv-x="271" />
|
||||
<glyph unicode=" " horiz-adv-x="203" />
|
||||
<glyph unicode=" " horiz-adv-x="135" />
|
||||
<glyph unicode=" " horiz-adv-x="135" />
|
||||
<glyph unicode=" " horiz-adv-x="101" />
|
||||
<glyph unicode=" " horiz-adv-x="163" />
|
||||
<glyph unicode=" " horiz-adv-x="45" />
|
||||
<glyph unicode="‐" d="M100 269v72h300v-72h-300z" />
|
||||
<glyph unicode="‑" d="M100 269v72h300v-72h-300z" />
|
||||
<glyph unicode="–" d="M60 269v72h380v-72h-380z" />
|
||||
<glyph unicode="—" d="M20 269v72h460v-72h-460z" />
|
||||
<glyph unicode="‘" d="M275 500h-120l110 280h70z" />
|
||||
<glyph unicode="’" d="M220 780h120l-110 -280h-70z" />
|
||||
<glyph unicode="“" d="M340 500h-110l110 280h60zM190 500h-110l110 280h60z" />
|
||||
<glyph unicode="”" d="M300 780h110l-110 -280h-60zM150 780h110l-110 -280h-60z" />
|
||||
<glyph unicode="…" horiz-adv-x="1000" d="M102 288v150h130v-150h-130zM435 288v150h130v-150h-130zM768 288v150h130v-150h-130z" />
|
||||
<glyph unicode=" " horiz-adv-x="163" />
|
||||
<glyph unicode=" " horiz-adv-x="203" />
|
||||
<glyph unicode="™" horiz-adv-x="1000" d="M878 540h-2l-88 -340h-80l-88 340h-2v-540h-78v730h92l119 -450h2l119 450h88v-730h-82v540zM209 0v660h-154v70h390v-70h-154v-660h-82z" />
|
||||
</font>
|
||||
</defs></svg>
|
||||
|
After Width: | Height: | Size: 17 KiB |
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,217 @@
|
||||
/*
|
||||
* TABLE OF CONTENTS:
|
||||
* - Browser reset
|
||||
* - HTML elements
|
||||
* - JsDoc styling
|
||||
* - Media query check
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* HTML ELEMENTS
|
||||
*/
|
||||
|
||||
body {
|
||||
padding: 1% 4% 1% 4%;
|
||||
}
|
||||
|
||||
/*
|
||||
* HTML ELEMENTS
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* BEGIN JSDOC
|
||||
*/
|
||||
|
||||
/* Start menu */
|
||||
div.index div.menu {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
-moz-border-radius-bottomleft: 15px;
|
||||
-webkit-border-bottom-left-radius: 15px;
|
||||
-border-bottom-left-radius: 15px;
|
||||
padding: 4px 5px 8px 10px;
|
||||
-moz-box-shadow: 0px 0px 10px #c4c4c4;
|
||||
-webkit-box-shadow: 0px 0px 10px #c4c4c4;
|
||||
box-shadow: 0px 0px 10px #c4c4c4;
|
||||
background-color: rgba(255, 255, 255, 0.9);
|
||||
}
|
||||
|
||||
div.index input.classFilter {
|
||||
display: none;
|
||||
}
|
||||
|
||||
div.index div.indexLinks a {
|
||||
float: right;
|
||||
clear: both;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
div.index *.heading1 {
|
||||
display:none;
|
||||
}
|
||||
|
||||
div.index ul.classList {
|
||||
display:none;
|
||||
}
|
||||
|
||||
div.index div.fineprint {
|
||||
display:none;
|
||||
}
|
||||
|
||||
div.indexStatic {
|
||||
display: none;
|
||||
}
|
||||
/* End menu */
|
||||
|
||||
|
||||
|
||||
/* Start content */
|
||||
div.content *.classTitle {
|
||||
margin-right: 60px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
div.content div.intro {
|
||||
margin: 15px 0 35px;
|
||||
}
|
||||
|
||||
div.content p.description.summary {
|
||||
margin-bottom: 0.2em;
|
||||
}
|
||||
|
||||
div.content div.props {
|
||||
margin: 1.5em -2% 0 -2%;
|
||||
padding: 2%;
|
||||
}
|
||||
|
||||
table.summaryTable {
|
||||
position: relative;
|
||||
left: -10px;
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
box-sizing: content-box;
|
||||
-moz-box-sizing: content-box;
|
||||
-webkit-box-sizing: content-box;
|
||||
-ms-box-sizing: content-box;
|
||||
-o-box-sizing: content-box;
|
||||
-icab-box-sizing: content-box;
|
||||
-khtml-box-sizing: content-box;
|
||||
}
|
||||
|
||||
*.sectionTitle {
|
||||
padding: 0 10px 10px 0;
|
||||
}
|
||||
caption.sectionTitle {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
table.summaryTable td,
|
||||
table.summaryTable th {
|
||||
padding: 0px 10px 10px 10px;
|
||||
}
|
||||
table.summaryTable tr:last-child td {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
table.summaryTable td.attributes {
|
||||
width: 35%;
|
||||
}
|
||||
|
||||
table.summaryTable td.nameDescription {
|
||||
width: 65%
|
||||
}
|
||||
|
||||
|
||||
|
||||
dl.detailList {
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
|
||||
dl.detailList.nomargin + dl.detailList.nomargin {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
dl.detailList dt {
|
||||
display: inline;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
dl.detailList dt:before {
|
||||
display: block;
|
||||
content: "";
|
||||
}
|
||||
|
||||
dl.detailList dd {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
dl.detailList.params dt {
|
||||
display: block;
|
||||
}
|
||||
dl.detailList.params dd {
|
||||
display: block;
|
||||
padding-left: 2em;
|
||||
padding-bottom: 0.4em;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
ul.fileList li {
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.fixedFont.heading {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
pre.code {
|
||||
margin: 10px 0 10px 0;
|
||||
padding: 10px;
|
||||
border: 1px solid #ccc;
|
||||
-moz-border-radius: 2px;
|
||||
-webkit-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
/* End content */
|
||||
|
||||
/*
|
||||
* END JSDOC
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* START MEDIA QUERY CHECK
|
||||
*/
|
||||
|
||||
.cssLoadCheck {
|
||||
position: absolute;
|
||||
top: -99999px;
|
||||
left: -99999px;
|
||||
border: 0;
|
||||
width: 100px;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/*
|
||||
* END MEDIA QUERY CHECK
|
||||
*/
|
||||
|
||||
405
procentric/application/referece/hcap_js_extension-1.24.6.5901/doc/css/screen.css
Executable file
405
procentric/application/referece/hcap_js_extension-1.24.6.5901/doc/css/screen.css
Executable file
@@ -0,0 +1,405 @@
|
||||
/*
|
||||
* TABLE OF CONTENTS:
|
||||
* - JsDoc styling
|
||||
* - Media query check
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* BEGIN JSDOC
|
||||
*/
|
||||
|
||||
/* Start menu */
|
||||
div.index {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
float: left;
|
||||
width: 20%;
|
||||
min-width: 100px;
|
||||
max-width: 300px;
|
||||
padding: 0 0 10px 0;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
div.index *.heading1 {
|
||||
padding: 8px 0 0 0;
|
||||
}
|
||||
|
||||
div.index div.menu {
|
||||
margin: 0 15px 0 -15px;
|
||||
-moz-border-radius-bottomright: 15px;
|
||||
-webkit-border-bottom-right-radius: 15px;
|
||||
-border-bottom-right-radius: 15px;
|
||||
padding: 15px 15px 15px 30px;
|
||||
-moz-box-shadow: 0px 0px 10px #c4c4c4;
|
||||
-webkit-box-shadow: 0px 0px 10px #c4c4c4;
|
||||
box-shadow: 0px 0px 10px #c4c4c4;
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
|
||||
div.index div.indexLinks {
|
||||
margin-top: 13px;
|
||||
position: absolute;
|
||||
right: 30px;
|
||||
}
|
||||
|
||||
div.index div.indexLinks a {
|
||||
color: #999999;
|
||||
text-transform: lowercase;
|
||||
}
|
||||
|
||||
div.index div.indexLinks a:first-child {
|
||||
margin-right: 3px;
|
||||
border-right: 1px solid #999999;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
div.index input.classFilter {
|
||||
margin-bottom: 4px;
|
||||
width: 100%;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: #CCCCCC #999999 #999999 #CCCCCC;
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
-border-radius: 3px;
|
||||
}
|
||||
|
||||
div.index ul.classList a {
|
||||
line-height: 1.3em;
|
||||
}
|
||||
|
||||
div.index ul.classList a + a {
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
|
||||
div.index div.fineprint {
|
||||
margin: 1em 0 0 15px;
|
||||
color: #777;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
div.index div.fineprint a {
|
||||
color: #777;
|
||||
}
|
||||
|
||||
div.indexStatic {
|
||||
position: static;
|
||||
min-height: 1em;
|
||||
}
|
||||
/* End menu */
|
||||
|
||||
|
||||
/* Start content */
|
||||
div.content {
|
||||
float: left;
|
||||
width: 80%;
|
||||
min-width: 300px;
|
||||
}
|
||||
div.innerContent {
|
||||
padding: 0 0 0 2.5em;
|
||||
}
|
||||
/*
|
||||
div.content ul,
|
||||
div.content ol {
|
||||
margin-bottom: 3em;
|
||||
}*/
|
||||
|
||||
|
||||
div.description ul li {
|
||||
list-style-type:disc;
|
||||
margin: 0 0 0 25px;
|
||||
}
|
||||
|
||||
div.content ul.methodDetail {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
div.innerProps li {
|
||||
list-style-type:none;
|
||||
}
|
||||
|
||||
div.content *.classTitle {
|
||||
position: relative;
|
||||
left: -10px;
|
||||
margin: -30px 0 15px 0;
|
||||
-moz-border-radius: 15px;
|
||||
-webkit-border-radius: 15px;
|
||||
border-radius: 15px;
|
||||
padding: 25px 15px 15px 15px;
|
||||
background-color: #FFFFFF;
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
-moz-box-shadow: 0px 0px 10px #c4c4c4;
|
||||
-webkit-box-shadow: 0px 0px 10px #c4c4c4;
|
||||
box-shadow: 0px 0px 10px #c4c4c4;
|
||||
}
|
||||
|
||||
div.content div.intro {
|
||||
margin: 15px 0 45px
|
||||
}
|
||||
|
||||
div.content p.summary {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
div.content ul.summary {
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
|
||||
div.content ul *.classname a,
|
||||
div.content ul *.filename a {
|
||||
font-family: Consolas, "Courier New", Courier, monospace;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
div.content ul *.classname a:hover,
|
||||
div.content ul *.filename a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
div.content div.props {
|
||||
position: relative;
|
||||
left: -10px;
|
||||
margin-bottom: 2.5em;
|
||||
padding: 10px 15px 15px 15px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
div.content div.hr {
|
||||
margin: 0 10px 0 0;
|
||||
height: 4em;
|
||||
}
|
||||
|
||||
|
||||
|
||||
table.summaryTable {
|
||||
position: relative;
|
||||
left: -10px;
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
box-sizing: content-box;
|
||||
-moz-box-sizing: content-box;
|
||||
-webkit-box-sizing: content-box;
|
||||
-ms-box-sizing: content-box;
|
||||
-o-box-sizing: content-box;
|
||||
-icab-box-sizing: content-box;
|
||||
-khtml-box-sizing: content-box;
|
||||
}
|
||||
|
||||
*.sectionTitle {
|
||||
padding: 0 10px 10px 0;
|
||||
}
|
||||
caption.sectionTitle {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
table.summaryTable td,
|
||||
table.summaryTable th {
|
||||
padding: 0px 10px 10px 10px;
|
||||
}
|
||||
table.summaryTable tr:last-child td {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
table.summaryTable td.attributes {
|
||||
width: 35%;
|
||||
}
|
||||
|
||||
table.summaryTable td.nameDescription {
|
||||
width: 65%
|
||||
}
|
||||
|
||||
|
||||
dl.detailList {
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
|
||||
dl.detailList.nomargin + dl.detailList.nomargin {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
dl.detailList dt {
|
||||
display: inline;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
dl.detailList dt:before {
|
||||
display: block;
|
||||
content: "";
|
||||
}
|
||||
|
||||
dl.detailList dd {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
dl.detailList.params dt {
|
||||
display: block;
|
||||
}
|
||||
dl.detailList.params dd {
|
||||
display: block;
|
||||
padding-left: 2em;
|
||||
padding-bottom: 0.4em;
|
||||
}
|
||||
|
||||
dl.detailList.params li {
|
||||
list-style-type:disc;
|
||||
margin: 0 0 0 25px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
ul.fileList li {
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.fixedFont.heading {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
pre.code {
|
||||
margin: 10px 0 10px 0;
|
||||
padding: 10px;
|
||||
border: 1px solid #ccc;
|
||||
-moz-border-radius: 2px;
|
||||
-webkit-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
background-color: rgb(0, 0, 0);
|
||||
}
|
||||
/* End content */
|
||||
|
||||
.clear {
|
||||
clear: both;
|
||||
width: 100%;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* END JSDOC
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* START MEDIA QUERY CHECK
|
||||
*/
|
||||
|
||||
.cssLoadCheck {
|
||||
position: absolute;
|
||||
top: -99999px;
|
||||
left: -99999px;
|
||||
border: 0;
|
||||
width: 100px;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/*
|
||||
* END MEDIA QUERY CHECK
|
||||
*/
|
||||
|
||||
.confidential {
|
||||
color: #FF0000;
|
||||
font-weight:900;
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
table.hcap_spec {
|
||||
font:normal 100%/200% "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
|
||||
border-collapse:separate;
|
||||
border-spacing:0;
|
||||
margin:0 0 1em;
|
||||
color:#000;
|
||||
}
|
||||
table.hcap_spec tablea {
|
||||
color:#523A0B;
|
||||
text-decoration:none;
|
||||
border-bottom:1px dotted;
|
||||
}
|
||||
table.hcap_spec tablea:visited {
|
||||
color:#444;
|
||||
font-weight:normal;
|
||||
}
|
||||
table.hcap_spec tablea:visited:after {
|
||||
content:"\00A0\221A";
|
||||
}
|
||||
table.hcap_spec tablea:hover {
|
||||
border-bottom-style:solid;
|
||||
}
|
||||
table.hcap_spec thead th,
|
||||
table.hcap_spec thead td,
|
||||
table.hcap_spec tfoot th,
|
||||
table.hcap_spec tfoot td {
|
||||
border:1px solid #523A0B;
|
||||
border-width:1px 0;
|
||||
background:#EBE5D9;
|
||||
text-align:center;
|
||||
}
|
||||
table.hcap_spec th {
|
||||
font-weight:bold;
|
||||
line-height:normal;
|
||||
padding:0.25em 0.5em;
|
||||
text-align:center;
|
||||
}
|
||||
table.hcap_spec tbody th,
|
||||
table.hcap_spec tbody td {
|
||||
padding:0.25em 0.5em;
|
||||
text-align:center;
|
||||
vertical-align:top;
|
||||
}
|
||||
table.hcap_spec tbody th {
|
||||
font-weight:normal;
|
||||
white-space:nowrap;
|
||||
}
|
||||
table.hcap_spec tbody th a:link,
|
||||
table.hcap_spec tbody th a:visited {
|
||||
font-weight:bold;
|
||||
}
|
||||
table.hcap_spec tbody td,
|
||||
table.hcap_spec tbody th {
|
||||
border:1px solid #fff;
|
||||
border-width:1px 0;
|
||||
}
|
||||
table.hcap_spec tbody td.left,
|
||||
table.hcap_spec tbody th.left {
|
||||
border:1px solid #fff;
|
||||
border-width:1px 0;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
table.hcap_spec tbody tr.odd th,
|
||||
table.hcap_spec tbody tr.odd td {
|
||||
border-color:#EBE5D9;
|
||||
background:#F7F4EE;
|
||||
}
|
||||
table.hcap_spec tbody tr:hover td,
|
||||
table.hcap_spec tbody tr:hover th {
|
||||
background:#ffffee;
|
||||
border-color:#523A0B;
|
||||
}
|
||||
|
||||
table.hcap_spec tbody tr.odd th.left,
|
||||
table.hcap_spec tbody tr.odd td.left {
|
||||
border-color:#EBE5D9;
|
||||
background:#F7F4EE;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
table.hcap_spec caption {
|
||||
font-family:Georgia,Times,serif;
|
||||
font-weight:normal;
|
||||
font-size:1.4em;
|
||||
text-align:left;
|
||||
margin:0;
|
||||
padding:0.5em 0.25em;
|
||||
}
|
||||
216
procentric/application/referece/hcap_js_extension-1.24.6.5901/doc/files.html
Executable file
216
procentric/application/referece/hcap_js_extension-1.24.6.5901/doc/files.html
Executable file
@@ -0,0 +1,216 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="JsDoc Toolkit" />
|
||||
<title>File Index | JsDoc Reference</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<meta name="mobileoptimized" content="0" />
|
||||
|
||||
<link rel="stylesheet" href="css/all.css" media="all" />
|
||||
<link rel="stylesheet" href="css/handheld.css" media="only screen and (max-width: 660px)" />
|
||||
<link rel="stylesheet" href="css/handheld.css" media="handheld" />
|
||||
<link rel="stylesheet" href="css/screen.css" media="screen and (min-width: 661px)" />
|
||||
|
||||
<link rel="stylesheet" href="javascript/highlighter/dessert.css" />
|
||||
|
||||
<script src="javascript/all.js"></script>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="javascript/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="index">
|
||||
<div class="menu">
|
||||
<div class="indexLinks">
|
||||
<a href="index.html">Classes</a>
|
||||
<a href="files.html">Files</a>
|
||||
</div>
|
||||
<table width=100% class=confidential><tr><td><b>LGE Confidential</b></td></tr></table>
|
||||
<h2 class="heading1">Library</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td align=left class=confidential><a href="../js/hcap.js">·hcap.js (1.24.6.5901)</li></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="heading1">Classes</h2>
|
||||
|
||||
<input type="text" name="classFilter" class="classFilter" id="ClassFilter" placeholder="Filter"></input>
|
||||
|
||||
<nav>
|
||||
<ul class="classList" id="ClassList">
|
||||
|
||||
<li><a href="symbols/_global_.html">_global_</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.html">hcap</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.application.html">hcap<span class='break'> </span>.<span class='break'> </span>application</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.beacon.html">hcap<span class='break'> </span>.<span class='break'> </span>beacon</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.bluetooth.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.bluetooth.audio.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth<span class='break'> </span>.<span class='break'> </span>audio</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.camera.html">hcap<span class='break'> </span>.<span class='break'> </span>camera</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.carousel.html">hcap<span class='break'> </span>.<span class='break'> </span>carousel</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.channel.html">hcap<span class='break'> </span>.<span class='break'> </span>channel</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.channel.AudioStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>AudioStreamType</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.channel.ChannelStatus.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelStatus</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.channel.ChannelType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelType</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.channel.InbandDataServiceType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>InbandDataServiceType</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.channel.IpBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>IpBroadcastType</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.channel.Polarization.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>Polarization</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.channel.RfBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>RfBroadcastType</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.channel.VideoStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>VideoStreamType</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.checkout.html">hcap<span class='break'> </span>.<span class='break'> </span>checkout</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.externalinput.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.externalinput.ExternalInputType.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput<span class='break'> </span>.<span class='break'> </span>ExternalInputType</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.file.html">hcap<span class='break'> </span>.<span class='break'> </span>file</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.iot.html">hcap<span class='break'> </span>.<span class='break'> </span>iot</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.key.html">hcap<span class='break'> </span>.<span class='break'> </span>key</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.key.Code.html">hcap<span class='break'> </span>.<span class='break'> </span>key<span class='break'> </span>.<span class='break'> </span>Code</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.Media.html">hcap<span class='break'> </span>.<span class='break'> </span>Media</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.Media.SubtitleType.html">hcap<span class='break'> </span>.<span class='break'> </span>Media<span class='break'> </span>.<span class='break'> </span>SubtitleType</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.mode.html">hcap<span class='break'> </span>.<span class='break'> </span>mode</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.mouse.html">hcap<span class='break'> </span>.<span class='break'> </span>mouse</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.mpi.html">hcap<span class='break'> </span>.<span class='break'> </span>mpi</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.network.html">hcap<span class='break'> </span>.<span class='break'> </span>network</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.network.DhcpState.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>DhcpState</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.network.NetworkEventType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkEventType</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.network.NetworkMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkMode</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.network.WifiSecurityType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WifiSecurityType</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.network.WirelessMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WirelessMode</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.power.html">hcap<span class='break'> </span>.<span class='break'> </span>power</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.power.PowerMode.html">hcap<span class='break'> </span>.<span class='break'> </span>power<span class='break'> </span>.<span class='break'> </span>PowerMode</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.preloadedApplication.html">hcap<span class='break'> </span>.<span class='break'> </span>preloadedApplication</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.property.html">hcap<span class='break'> </span>.<span class='break'> </span>property</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.property.InstallerMenuItem.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>InstallerMenuItem</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.property.PictureMode.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PictureMode</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.property.PicturePropertyKey.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PicturePropertyKey</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.rms.html">hcap<span class='break'> </span>.<span class='break'> </span>rms</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.rs232c.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.rs232c.BaudRate.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>BaudRate</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.rs232c.DataBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>DataBit</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.rs232c.FlowControl.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>FlowControl</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.rs232c.Parity.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>Parity</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.rs232c.StopBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>StopBit</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.security.html">hcap<span class='break'> </span>.<span class='break'> </span>security</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.socket.html">hcap<span class='break'> </span>.<span class='break'> </span>socket</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.speech.html">hcap<span class='break'> </span>.<span class='break'> </span>speech</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.speech.HostType.html">hcap<span class='break'> </span>.<span class='break'> </span>speech<span class='break'> </span>.<span class='break'> </span>HostType</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.system.html">hcap<span class='break'> </span>.<span class='break'> </span>system</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.system.SoundOutputType.html">hcap<span class='break'> </span>.<span class='break'> </span>system<span class='break'> </span>.<span class='break'> </span>SoundOutputType</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.time.html">hcap<span class='break'> </span>.<span class='break'> </span>time</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.video.html">hcap<span class='break'> </span>.<span class='break'> </span>video</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.volume.html">hcap<span class='break'> </span>.<span class='break'> </span>volume</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.webrtc.html">hcap<span class='break'> </span>.<span class='break'> </span>webrtc</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="fineprint" style="clear:both">
|
||||
<footer>
|
||||
|
||||
Documentation generator: <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0<br />
|
||||
Template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview</a> 1.2<br />
|
||||
Generated on:
|
||||
<time datetime='2021-8-13' pubdate>2021-8-13 18:29</time>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="index indexStatic"></div>
|
||||
|
||||
<div class="content">
|
||||
<div class="innerContent">
|
||||
<article>
|
||||
<h1 class="classTitle"><span>File Index</span></h1>
|
||||
|
||||
<ul class="fileList" id="FileList">
|
||||
|
||||
<li>
|
||||
<h2 class="filename"><a href="symbols/src/js_hcap-1.24.6.5901.js.html">js/hcap-1.24.6.5901.js</a></h2>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
wbos.CssTools.MediaQueryFallBack.LoadCss('css/screen.css', 'css/handheld.css', 660)
|
||||
codeview.classFilter.Init()
|
||||
</script>
|
||||
<script src="javascript/highlighter/prettify.js"></script>
|
||||
<script>prettyPrint();</script>
|
||||
</body>
|
||||
</html>
|
||||
497
procentric/application/referece/hcap_js_extension-1.24.6.5901/doc/index.html
Executable file
497
procentric/application/referece/hcap_js_extension-1.24.6.5901/doc/index.html
Executable file
@@ -0,0 +1,497 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="JsDoc Toolkit" />
|
||||
<title>Class Index | JsDoc Reference</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<meta name="mobileoptimized" content="0" />
|
||||
|
||||
<link rel="stylesheet" href="css/all.css" media="all" />
|
||||
<link rel="stylesheet" href="css/handheld.css" media="only screen and (max-width: 660px)" />
|
||||
<link rel="stylesheet" href="css/handheld.css" media="handheld" />
|
||||
<link rel="stylesheet" href="css/screen.css" media="screen and (min-width: 661px)" />
|
||||
|
||||
<link rel="stylesheet" href="javascript/highlighter/dessert.css" />
|
||||
|
||||
<script src="javascript/all.js"></script>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="javascript/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="index">
|
||||
<div class="menu">
|
||||
<div class="indexLinks">
|
||||
<a href="index.html">Classes</a>
|
||||
<a href="files.html">Files</a>
|
||||
</div>
|
||||
<table width=100% class=confidential><tr><td><b>LGE Confidential</b></td></tr></table>
|
||||
<h2 class="heading1">Library</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td align=left class=confidential><a href="../js/hcap.js">·hcap.js (1.24.6.5901)</li></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="heading1">Classes</h2>
|
||||
|
||||
<input type="text" name="classFilter" class="classFilter" id="ClassFilter" placeholder="Filter"></input>
|
||||
|
||||
<nav>
|
||||
<ul class="classList" id="ClassList">
|
||||
|
||||
<li><a href="symbols/_global_.html">_global_</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.html">hcap</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.application.html">hcap<span class='break'> </span>.<span class='break'> </span>application</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.beacon.html">hcap<span class='break'> </span>.<span class='break'> </span>beacon</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.bluetooth.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.bluetooth.audio.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth<span class='break'> </span>.<span class='break'> </span>audio</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.camera.html">hcap<span class='break'> </span>.<span class='break'> </span>camera</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.carousel.html">hcap<span class='break'> </span>.<span class='break'> </span>carousel</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.channel.html">hcap<span class='break'> </span>.<span class='break'> </span>channel</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.channel.AudioStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>AudioStreamType</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.channel.ChannelStatus.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelStatus</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.channel.ChannelType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelType</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.channel.InbandDataServiceType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>InbandDataServiceType</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.channel.IpBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>IpBroadcastType</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.channel.Polarization.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>Polarization</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.channel.RfBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>RfBroadcastType</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.channel.VideoStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>VideoStreamType</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.checkout.html">hcap<span class='break'> </span>.<span class='break'> </span>checkout</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.externalinput.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.externalinput.ExternalInputType.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput<span class='break'> </span>.<span class='break'> </span>ExternalInputType</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.file.html">hcap<span class='break'> </span>.<span class='break'> </span>file</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.iot.html">hcap<span class='break'> </span>.<span class='break'> </span>iot</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.key.html">hcap<span class='break'> </span>.<span class='break'> </span>key</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.key.Code.html">hcap<span class='break'> </span>.<span class='break'> </span>key<span class='break'> </span>.<span class='break'> </span>Code</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.Media.html">hcap<span class='break'> </span>.<span class='break'> </span>Media</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.Media.SubtitleType.html">hcap<span class='break'> </span>.<span class='break'> </span>Media<span class='break'> </span>.<span class='break'> </span>SubtitleType</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.mode.html">hcap<span class='break'> </span>.<span class='break'> </span>mode</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.mouse.html">hcap<span class='break'> </span>.<span class='break'> </span>mouse</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.mpi.html">hcap<span class='break'> </span>.<span class='break'> </span>mpi</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.network.html">hcap<span class='break'> </span>.<span class='break'> </span>network</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.network.DhcpState.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>DhcpState</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.network.NetworkEventType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkEventType</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.network.NetworkMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkMode</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.network.WifiSecurityType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WifiSecurityType</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.network.WirelessMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WirelessMode</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.power.html">hcap<span class='break'> </span>.<span class='break'> </span>power</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.power.PowerMode.html">hcap<span class='break'> </span>.<span class='break'> </span>power<span class='break'> </span>.<span class='break'> </span>PowerMode</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.preloadedApplication.html">hcap<span class='break'> </span>.<span class='break'> </span>preloadedApplication</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.property.html">hcap<span class='break'> </span>.<span class='break'> </span>property</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.property.InstallerMenuItem.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>InstallerMenuItem</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.property.PictureMode.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PictureMode</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.property.PicturePropertyKey.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PicturePropertyKey</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.rms.html">hcap<span class='break'> </span>.<span class='break'> </span>rms</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.rs232c.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.rs232c.BaudRate.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>BaudRate</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.rs232c.DataBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>DataBit</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.rs232c.FlowControl.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>FlowControl</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.rs232c.Parity.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>Parity</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.rs232c.StopBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>StopBit</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.security.html">hcap<span class='break'> </span>.<span class='break'> </span>security</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.socket.html">hcap<span class='break'> </span>.<span class='break'> </span>socket</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.speech.html">hcap<span class='break'> </span>.<span class='break'> </span>speech</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.speech.HostType.html">hcap<span class='break'> </span>.<span class='break'> </span>speech<span class='break'> </span>.<span class='break'> </span>HostType</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.system.html">hcap<span class='break'> </span>.<span class='break'> </span>system</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.system.SoundOutputType.html">hcap<span class='break'> </span>.<span class='break'> </span>system<span class='break'> </span>.<span class='break'> </span>SoundOutputType</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.time.html">hcap<span class='break'> </span>.<span class='break'> </span>time</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.video.html">hcap<span class='break'> </span>.<span class='break'> </span>video</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.volume.html">hcap<span class='break'> </span>.<span class='break'> </span>volume</a></li>
|
||||
|
||||
<li><a href="symbols/hcap.webrtc.html">hcap<span class='break'> </span>.<span class='break'> </span>webrtc</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="fineprint" style="clear:both">
|
||||
<footer>
|
||||
|
||||
Documentation generator: <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0<br />
|
||||
Template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview</a> 1.2<br />
|
||||
Generated on:
|
||||
<time datetime='2021-8-13' pubdate>2021-8-13 18:29</time>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="index indexStatic"></div>
|
||||
|
||||
<div class="content">
|
||||
<div class="innerContent">
|
||||
<article>
|
||||
<h1 class="classTitle"><span>Class Index</span></h1>
|
||||
|
||||
<ul id="ClassList2">
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/_global_.html">_global_</a></h2>
|
||||
<p></p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.html">hcap</a></h2>
|
||||
<p></p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.application.html">hcap.application</a></h2>
|
||||
<p>hcap.application</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.beacon.html">hcap.beacon</a></h2>
|
||||
<p>hcap.beacon</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.bluetooth.html">hcap.bluetooth</a></h2>
|
||||
<p>hcap.bluetooth</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.bluetooth.audio.html">hcap.bluetooth.audio</a></h2>
|
||||
<p>hcap.bluetooth.audio</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.camera.html">hcap.camera</a></h2>
|
||||
<p>hcap.camera</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.carousel.html">hcap.carousel</a></h2>
|
||||
<p>hcap.carousel</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.channel.html">hcap.channel</a></h2>
|
||||
<p>hcap.channel</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.channel.AudioStreamType.html">hcap.channel.AudioStreamType</a></h2>
|
||||
<p>hcap.channel.AudioStreamType</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.channel.ChannelStatus.html">hcap.channel.ChannelStatus</a></h2>
|
||||
<p>hcap.channel.ChannelStatus</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.channel.ChannelType.html">hcap.channel.ChannelType</a></h2>
|
||||
<p>ChannelType</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.channel.InbandDataServiceType.html">hcap.channel.InbandDataServiceType</a></h2>
|
||||
<p>hcap.channel.InbandDataServiceType</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.channel.IpBroadcastType.html">hcap.channel.IpBroadcastType</a></h2>
|
||||
<p>hcap.channel.IpBroadcastType</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.channel.Polarization.html">hcap.channel.Polarization</a></h2>
|
||||
<p>hcap.channel.Polarization</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.channel.RfBroadcastType.html">hcap.channel.RfBroadcastType</a></h2>
|
||||
<p>hcap.channel.RfBroadcastType</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.channel.VideoStreamType.html">hcap.channel.VideoStreamType</a></h2>
|
||||
<p>hcap.channel.VideoStreamType</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.checkout.html">hcap.checkout</a></h2>
|
||||
<p>hcap.checkout</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.externalinput.html">hcap.externalinput</a></h2>
|
||||
<p>hcap.externalinput</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.externalinput.ExternalInputType.html">hcap.externalinput.ExternalInputType</a></h2>
|
||||
<p>hcap.externalinput.ExternalInputType</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.file.html">hcap.file</a></h2>
|
||||
<p>hcap.file</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.iot.html">hcap.iot</a></h2>
|
||||
<p>hcap.iot</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.key.html">hcap.key</a></h2>
|
||||
<p>hcap.key</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.key.Code.html">hcap.key.Code</a></h2>
|
||||
<p>hcap.key.Code</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.Media.html">hcap.Media</a></h2>
|
||||
<p></p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.Media.SubtitleType.html">hcap.Media.SubtitleType</a></h2>
|
||||
<p>hcap.Media.SubtitleType</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.mode.html">hcap.mode</a></h2>
|
||||
<p>hcap.mode</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.mouse.html">hcap.mouse</a></h2>
|
||||
<p>hcap.mouse</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.mpi.html">hcap.mpi</a></h2>
|
||||
<p>hcap.mpi</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.network.html">hcap.network</a></h2>
|
||||
<p>hcap.network</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.network.DhcpState.html">hcap.network.DhcpState</a></h2>
|
||||
<p>hcap.network.DhcpState</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.network.NetworkEventType.html">hcap.network.NetworkEventType</a></h2>
|
||||
<p>hcap.network.NetworkEventType</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.network.NetworkMode.html">hcap.network.NetworkMode</a></h2>
|
||||
<p>hcap.network.NetworkMode</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.network.WifiSecurityType.html">hcap.network.WifiSecurityType</a></h2>
|
||||
<p>hcap.network.WifiSecurityType</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.network.WirelessMode.html">hcap.network.WirelessMode</a></h2>
|
||||
<p>hcap.network.WirelessMode</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.power.html">hcap.power</a></h2>
|
||||
<p>hcap.power</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.power.PowerMode.html">hcap.power.PowerMode</a></h2>
|
||||
<p>hcap.power.PowerMode</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.preloadedApplication.html">hcap.preloadedApplication</a></h2>
|
||||
<p>hcap.preloadedApplication</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.property.html">hcap.property</a></h2>
|
||||
<p>hcap.property</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.property.InstallerMenuItem.html">hcap.property.InstallerMenuItem</a></h2>
|
||||
<p>hcap.property.InstallerMenuItem</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.property.PictureMode.html">hcap.property.PictureMode</a></h2>
|
||||
<p>hcap.property.PictureMode</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.property.PicturePropertyKey.html">hcap.property.PicturePropertyKey</a></h2>
|
||||
<p>hcap.property.PicturePropertyKey</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.rms.html">hcap.rms</a></h2>
|
||||
<p>hcap.rms</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.rs232c.html">hcap.rs232c</a></h2>
|
||||
<p>hcap.rs232c</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.rs232c.BaudRate.html">hcap.rs232c.BaudRate</a></h2>
|
||||
<p>hcap.rs232c.BaudRate</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.rs232c.DataBit.html">hcap.rs232c.DataBit</a></h2>
|
||||
<p>hcap.rs232c.DataBit</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.rs232c.FlowControl.html">hcap.rs232c.FlowControl</a></h2>
|
||||
<p>hcap.rs232c.FlowControl</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.rs232c.Parity.html">hcap.rs232c.Parity</a></h2>
|
||||
<p>hcap.rs232c.Parity</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.rs232c.StopBit.html">hcap.rs232c.StopBit</a></h2>
|
||||
<p>hcap.rs232c.StopBit</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.security.html">hcap.security</a></h2>
|
||||
<p>hcap.security</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.socket.html">hcap.socket</a></h2>
|
||||
<p>hcap.socket</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.speech.html">hcap.speech</a></h2>
|
||||
<p>hcap.speech</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.speech.HostType.html">hcap.speech.HostType</a></h2>
|
||||
<p>hcap.speech.HostType</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.system.html">hcap.system</a></h2>
|
||||
<p>hcap.system</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.system.SoundOutputType.html">hcap.system.SoundOutputType</a></h2>
|
||||
<p>hcap.system.SoundOutputType</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.time.html">hcap.time</a></h2>
|
||||
<p>hcap.time</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.video.html">hcap.video</a></h2>
|
||||
<p>hcap.video</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.volume.html">hcap.volume</a></h2>
|
||||
<p>hcap.volume</p>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<h2 class="classname"><a href="symbols/hcap.webrtc.html">hcap.webrtc</a></h2>
|
||||
<p>hcap.webrtc</p>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
wbos.CssTools.MediaQueryFallBack.LoadCss('css/screen.css', 'css/handheld.css', 660)
|
||||
codeview.classFilter.Init()
|
||||
</script>
|
||||
<script src="javascript/highlighter/prettify.js"></script>
|
||||
<script>prettyPrint();</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -0,0 +1,326 @@
|
||||
/**
|
||||
* @fileOverview Contains standard code in the namespace 'wbos' and code specifically written for Codeview in the namespace 'codeview'
|
||||
* @author Wouter Bos (www.thebrightlines.com)
|
||||
* @since 1.0 - 2010-09-10
|
||||
* @version 1.0 - 2010-09-10
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
if (typeof(wbos) == "undefined") {
|
||||
/**
|
||||
* @namespace Standard code of Wouter Bos (wbos)
|
||||
*/
|
||||
wbos = {}
|
||||
}
|
||||
if (typeof(wbos.CssTools) == "undefined") {
|
||||
/**
|
||||
* @namespace Namespace for CSS-related functionality
|
||||
*/
|
||||
wbos.CssTools = {}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @namespace Fallback for CSS advanced media query
|
||||
* @class
|
||||
* @since 1.0 - 2010-09-10
|
||||
* @version 1.0 - 2010-09-10
|
||||
*/
|
||||
wbos.CssTools.MediaQueryFallBack = ( function() {
|
||||
var config = {
|
||||
cssScreen: "/css/screen.css",
|
||||
cssHandheld: "/css/handheld.css",
|
||||
mobileMaxWidth: 660,
|
||||
testDivClass: "cssLoadCheck",
|
||||
dynamicCssLinkId: "DynCssLink",
|
||||
resizeDelay: 30
|
||||
}
|
||||
var noMediaQuery = false;
|
||||
var delay;
|
||||
var currentCssMediaType;
|
||||
|
||||
// Adding events to elements in the DOM without overwriting it
|
||||
function addEvent(element, newFunction, eventType) {
|
||||
var oldEvent = eval("element." + eventType);
|
||||
var eventContentType = eval("typeof element." + eventType)
|
||||
|
||||
if ( eventContentType != 'function' ) {
|
||||
eval("element." + eventType + " = newFunction")
|
||||
} else {
|
||||
eval("element." + eventType + " = function(e) { oldEvent(e); newFunction(e); }")
|
||||
}
|
||||
}
|
||||
|
||||
// Get the the inner width of the browser window
|
||||
function getWindowWidth() {
|
||||
if (window.innerWidth) {
|
||||
return window.innerWidth;
|
||||
} else if (document.documentElement.clientWidth) {
|
||||
return document.documentElement.clientWidth;
|
||||
} else if (document.body.clientWidth) {
|
||||
return document.body.clientWidth;
|
||||
} else{
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
function addCssLink(cssHref) {
|
||||
var cssNode = document.createElement('link');
|
||||
var windowWidth;
|
||||
cssNode.type = 'text/css';
|
||||
cssNode.rel = 'stylesheet';
|
||||
cssNode.media = 'screen, handheld, fallback';
|
||||
cssNode.href = cssHref;
|
||||
document.getElementsByTagName("head")[0].appendChild(cssNode);
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Start public */
|
||||
return {
|
||||
/**
|
||||
* Adds link to CSS in the head if no CSS is loaded
|
||||
*
|
||||
* @since 1.0 - 2010-08-21
|
||||
* @version 1.0 - 2010-08-21
|
||||
* @param {String|Object} cssScreen URL to CSS file for larger screens
|
||||
* @param {String|Object} cssHandheld URL to CSS file for smaller screens
|
||||
* @param {Number} mobileMaxWidth Maximum width for handheld devices
|
||||
* @example
|
||||
* wbos.CssTools.MediaQueryFallBack.LoadCss(['screen.css', 'screen2.css'], 'mobile.css', 480)
|
||||
*/
|
||||
LoadCss: function(cssScreen, cssHandheld, mobileMaxWidth) {
|
||||
// Set config values
|
||||
if (typeof(cssScreen) != "undefined") {
|
||||
config.cssScreen = cssScreen;
|
||||
}
|
||||
if (typeof(cssHandheld) != "undefined") {
|
||||
config.cssHandheld = cssHandheld;
|
||||
}
|
||||
if (typeof(mobileMaxWidth) != "undefined") {
|
||||
config.mobileMaxWidth = mobileMaxWidth;
|
||||
}
|
||||
|
||||
// Check if CSS is loaded
|
||||
var cssloadCheckNode = document.createElement('div');
|
||||
cssloadCheckNode.className = config.testDivClass;
|
||||
document.getElementsByTagName("body")[0].appendChild(cssloadCheckNode);
|
||||
if (cssloadCheckNode.offsetWidth != 100 && noMediaQuery == false) {
|
||||
noMediaQuery = true;
|
||||
}
|
||||
cssloadCheckNode.parentNode.removeChild(cssloadCheckNode)
|
||||
|
||||
if (noMediaQuery == true) {
|
||||
// Browser does not support Media Queries, so JavaScript will supply a fallback
|
||||
var cssHref = "";
|
||||
|
||||
// Determines what CSS file to load
|
||||
if (getWindowWidth() <= config.mobileMaxWidth) {
|
||||
cssHref = config.cssHandheld;
|
||||
newCssMediaType = "handheld";
|
||||
} else {
|
||||
cssHref = config.cssScreen;
|
||||
newCssMediaType = "screen";
|
||||
}
|
||||
|
||||
// Add CSS link to <head> of page
|
||||
if (cssHref != "" && currentCssMediaType != newCssMediaType) {
|
||||
var currentCssLinks = document.styleSheets
|
||||
for (var i = 0; i < currentCssLinks.length; i++) {
|
||||
for (var ii = 0; ii < currentCssLinks[i].media.length; ii++) {
|
||||
if (typeof(currentCssLinks[i].media) == "object") {
|
||||
if (currentCssLinks[i].media.item(ii) == "fallback") {
|
||||
currentCssLinks[i].ownerNode.parentNode.removeChild(currentCssLinks[i].ownerNode)
|
||||
i--
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
if (currentCssLinks[i].media.indexOf("fallback") >= 0) {
|
||||
currentCssLinks[i].owningElement.parentNode.removeChild(currentCssLinks[i].owningElement)
|
||||
i--
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
if (typeof(cssHref) == "object") {
|
||||
for (var i = 0; i < cssHref.length; i++) {
|
||||
addCssLink(cssHref[i])
|
||||
}
|
||||
} else {
|
||||
addCssLink(cssHref)
|
||||
}
|
||||
|
||||
currentCssMediaType = newCssMediaType;
|
||||
}
|
||||
|
||||
|
||||
// Check screen size again if user resizes window
|
||||
addEvent(window, wbos.CssTools.MediaQueryFallBack.LoadCssDelayed, 'onresize')
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
* Runs LoadCSS after a short delay
|
||||
*
|
||||
* @since 1.0 - 2010-08-21
|
||||
* @version 1.0 - 2010-08-21
|
||||
* @example
|
||||
* wbos.CssTools.MediaQueryFallBack.LoadCssDelayed()
|
||||
*/
|
||||
LoadCssDelayed: function() {
|
||||
clearTimeout(delay);
|
||||
delay = setTimeout( "wbos.CssTools.MediaQueryFallBack.LoadCss()", config.resizeDelay)
|
||||
}
|
||||
|
||||
}
|
||||
/* End public */
|
||||
})();
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @namespace Adds a function to an event of a single element. Use this if
|
||||
* you don't want to use jQuery
|
||||
* @class
|
||||
* @since 1.0 - 2010-02-23
|
||||
* @version 1.0 - 2010-02-23
|
||||
*/
|
||||
wbos.Events = ( function() {
|
||||
/* Start public */
|
||||
return {
|
||||
/**
|
||||
* Adds a function to an event of a single element
|
||||
*
|
||||
* @since 1.0 - 2010-02-23
|
||||
* @version 1.0 - 2010-02-23
|
||||
* @param {Object} element The element on which the event is placed
|
||||
* @param {Function} newFunction The function that has to be linked to the event
|
||||
* @param {String} eventType Name of the event
|
||||
* @example
|
||||
* wbos.Events.AddEvent( document.getElementById('elementId'), functionName, "onclick" )
|
||||
*/
|
||||
AddEvent: function( element, newFunction, eventType ) {
|
||||
var oldEvent = eval("element." + eventType);
|
||||
var eventContentType = eval("typeof element." + eventType)
|
||||
|
||||
if ( eventContentType != 'function' ) {
|
||||
eval("element." + eventType + " = newFunction")
|
||||
} else {
|
||||
eval("element." + eventType + " = function(e) { oldEvent(e); newFunction(e); }")
|
||||
}
|
||||
}
|
||||
}
|
||||
/* End public */
|
||||
})();
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
if (typeof(codeview) == "undefined") {
|
||||
/**
|
||||
* @namespace Code written for the Codeview template
|
||||
*/
|
||||
codeview = {}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @namespace Enables filtering in class lists
|
||||
* @class
|
||||
* @since 1.0 - 2010-11-08
|
||||
* @version 1.0 - 2010-11-08
|
||||
*/
|
||||
codeview.classFilter = ( function() {
|
||||
function onkeyup_ClassFilter() {
|
||||
var listItems
|
||||
var search = document.getElementById('ClassFilter').value
|
||||
search = search.toLowerCase()
|
||||
if (document.getElementById('ClassList')) {
|
||||
listItems = document.getElementById('ClassList').getElementsByTagName('li')
|
||||
filterList(listItems, search)
|
||||
}
|
||||
if (document.getElementById('ClassList2')) {
|
||||
listItems = document.getElementById('ClassList2').getElementsByTagName('li')
|
||||
filterList(listItems, search)
|
||||
}
|
||||
if (document.getElementById('FileList')) {
|
||||
listItems = document.getElementById('FileList').getElementsByTagName('li')
|
||||
filterList(listItems, search)
|
||||
}
|
||||
if (document.getElementById('MethodsListInherited')) {
|
||||
var links = document.getElementById('MethodsListInherited').getElementsByTagName('a')
|
||||
var linksSelected = new Array()
|
||||
for (var i=0; i < links.length; i++) {
|
||||
if (links[i].parentNode.parentNode.tagName == "DD") {
|
||||
linksSelected.push(links[i])
|
||||
}
|
||||
}
|
||||
filterList(linksSelected, search)
|
||||
}
|
||||
if (document.getElementById('MethodsList')) {
|
||||
listItems = document.getElementById('MethodsList').getElementsByTagName('tbody')[0].getElementsByTagName('tr')
|
||||
filterList(listItems, search, document.getElementById('MethodDetail').getElementsByTagName('li'))
|
||||
}
|
||||
}
|
||||
|
||||
function filterList(listItems, search, relatedElements) {
|
||||
var itemContent = ""
|
||||
for (var i=0; i < listItems.length; i++) {
|
||||
itemContent = listItems[i].textContent||listItems[i].innerText
|
||||
if (itemContent != undefined) {
|
||||
itemContent = itemContent.toLowerCase()
|
||||
itemContent = itemContent.replace(/\s/g, "")
|
||||
if (itemContent.indexOf(search) >= 0 || itemContent == "") {
|
||||
listItems[i].style.display = ""
|
||||
} else {
|
||||
listItems[i].style.display = "none"
|
||||
}
|
||||
if (relatedElements != null) {
|
||||
filterRelatedList(listItems[i], search, relatedElements)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function filterRelatedList(listItem, search, relatedElements) {
|
||||
var itemIndex = parseInt(listItem.className.replace('item', ''))
|
||||
if (itemIndex <= relatedElements.length) {
|
||||
if (relatedElements[itemIndex].className == "item"+ itemIndex) {
|
||||
relatedElements[itemIndex].style.display = listItem.style.display
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* Start public */
|
||||
return {
|
||||
Init: function() {
|
||||
wbos.Events.AddEvent(
|
||||
document.getElementById('ClassFilter'),
|
||||
onkeyup_ClassFilter,
|
||||
"onkeyup"
|
||||
)
|
||||
}
|
||||
}
|
||||
/* End public */
|
||||
})();
|
||||
@@ -0,0 +1,34 @@
|
||||
/* desert scheme ported from vim to google prettify */
|
||||
pre { display: block; background-color: #333 }
|
||||
pre .nocode { background-color: none; color: #000 }
|
||||
pre .str { color: #ffa0a0 } /* string - pink */
|
||||
pre .kwd { color: #f0e68c; font-weight: bold }
|
||||
pre .com { color: #87ceeb } /* comment - skyblue */
|
||||
pre .typ { color: #98fb98 } /* type - lightgreen */
|
||||
pre .lit { color: #cd5c5c } /* literal - darkred */
|
||||
pre .pun { color: #fff } /* punctuation */
|
||||
pre .pln { color: #fff } /* plaintext */
|
||||
pre .tag { color: #f0e68c; font-weight: bold } /* html/xml tag - lightyellow */
|
||||
pre .atn { color: #bdb76b; font-weight: bold } /* attribute name - khaki */
|
||||
pre .atv { color: #ffa0a0 } /* attribute value - pink */
|
||||
pre .dec { color: #98fb98 } /* decimal - lightgreen */
|
||||
|
||||
/* Specify class=linenums on a pre to get line numbering */
|
||||
ol.linenums { margin-top: 0; margin-bottom: 0; color: #AEAEAE } /* IE indents via margin-left */
|
||||
li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8 { list-style-type: none }
|
||||
/* Alternate shading for lines */
|
||||
li.L1,li.L3,li.L5,li.L7,li.L9 { }
|
||||
|
||||
@media print {
|
||||
pre { background-color: none }
|
||||
pre .str, code .str { color: #060 }
|
||||
pre .kwd, code .kwd { color: #006; font-weight: bold }
|
||||
pre .com, code .com { color: #600; font-style: italic }
|
||||
pre .typ, code .typ { color: #404; font-weight: bold }
|
||||
pre .lit, code .lit { color: #044 }
|
||||
pre .pun, code .pun { color: #440 }
|
||||
pre .pln, code .pln { color: #000 }
|
||||
pre .tag, code .tag { color: #006; font-weight: bold }
|
||||
pre .atn, code .atn { color: #404 }
|
||||
pre .atv, code .atv { color: #060 }
|
||||
}
|
||||
@@ -0,0 +1,51 @@
|
||||
// Copyright (C) 2009 Onno Hommes.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
|
||||
/**
|
||||
* @fileoverview
|
||||
* Registers a language handler for the AGC/AEA Assembly Language as described
|
||||
* at http://virtualagc.googlecode.com
|
||||
* <p>
|
||||
* This file could be used by goodle code to allow syntax highlight for
|
||||
* Virtual AGC SVN repository or if you don't want to commonize
|
||||
* the header for the agc/aea html assembly listing.
|
||||
*
|
||||
* @author ohommes@alumni.cmu.edu
|
||||
*/
|
||||
|
||||
PR['registerLangHandler'](
|
||||
PR['createSimpleLexer'](
|
||||
[
|
||||
// A line comment that starts with ;
|
||||
[PR['PR_COMMENT'], /^#[^\r\n]*/, null, '#'],
|
||||
// Whitespace
|
||||
[PR['PR_PLAIN'], /^[\t\n\r \xA0]+/, null, '\t\n\r \xA0'],
|
||||
// A double quoted, possibly multi-line, string.
|
||||
[PR['PR_STRING'], /^\"(?:[^\"\\]|\\[\s\S])*(?:\"|$)/, null, '"']
|
||||
],
|
||||
[
|
||||
[PR['PR_KEYWORD'], /^(?:ADS|AD|AUG|BZF|BZMF|CAE|CAF|CA|CCS|COM|CS|DAS|DCA|DCOM|DCS|DDOUBL|DIM|DOUBLE|DTCB|DTCF|DV|DXCH|EDRUPT|EXTEND|INCR|INDEX|NDX|INHINT|LXCH|MASK|MSK|MP|MSU|NOOP|OVSK|QXCH|RAND|READ|RELINT|RESUME|RETURN|ROR|RXOR|SQUARE|SU|TCR|TCAA|OVSK|TCF|TC|TS|WAND|WOR|WRITE|XCH|XLQ|XXALQ|ZL|ZQ|ADD|ADZ|SUB|SUZ|MPY|MPR|MPZ|DVP|COM|ABS|CLA|CLZ|LDQ|STO|STQ|ALS|LLS|LRS|TRA|TSQ|TMI|TOV|AXT|TIX|DLY|INP|OUT)\s/,null],
|
||||
[PR['PR_TYPE'], /^(?:-?GENADR|=MINUS|2BCADR|VN|BOF|MM|-?2CADR|-?[1-6]DNADR|ADRES|BBCON|[SE]?BANK\=?|BLOCK|BNKSUM|E?CADR|COUNT\*?|2?DEC\*?|-?DNCHAN|-?DNPTR|EQUALS|ERASE|MEMORY|2?OCT|REMADR|SETLOC|SUBRO|ORG|BSS|BES|SYN|EQU|DEFINE|END)\s/,null],
|
||||
// A single quote possibly followed by a word that optionally ends with
|
||||
// = ! or ?.
|
||||
[PR['PR_LITERAL'],
|
||||
/^\'(?:-*(?:\w|\\[\x21-\x7e])(?:[\w-]*|\\[\x21-\x7e])[=!?]?)?/],
|
||||
// Any word including labels that optionally ends with = ! or ?.
|
||||
[PR['PR_PLAIN'],
|
||||
/^-*(?:[!-z_]|\\[\x21-\x7e])(?:[\w-]*|\\[\x21-\x7e])[=!?]?/i],
|
||||
// A printable non-space non-special character
|
||||
[PR['PR_PUNCTUATION'], /^[^\w\t\n\r \xA0()\"\\\';]+/]
|
||||
]),
|
||||
['apollo', 'agc', 'aea']);
|
||||
@@ -0,0 +1,64 @@
|
||||
/**
|
||||
* @license Copyright (C) 2011 Google Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @fileoverview
|
||||
* Registers a language handler for Clojure.
|
||||
*
|
||||
*
|
||||
* To use, include prettify.js and this file in your HTML page.
|
||||
* Then put your code in an HTML tag like
|
||||
* <pre class="prettyprint lang-lisp">(my lisp code)</pre>
|
||||
* The lang-cl class identifies the language as common lisp.
|
||||
* This file supports the following language extensions:
|
||||
* lang-clj - Clojure
|
||||
*
|
||||
*
|
||||
* I used lang-lisp.js as the basis for this adding the clojure specific
|
||||
* keywords and syntax.
|
||||
*
|
||||
* "Name" = 'Clojure'
|
||||
* "Author" = 'Rich Hickey'
|
||||
* "Version" = '1.2'
|
||||
* "About" = 'Clojure is a lisp for the jvm with concurrency primitives and a richer set of types.'
|
||||
*
|
||||
*
|
||||
* I used <a href="http://clojure.org/Reference">Clojure.org Reference</a> as
|
||||
* the basis for the reserved word list.
|
||||
*
|
||||
*
|
||||
* @author jwall@google.com
|
||||
*/
|
||||
|
||||
PR['registerLangHandler'](
|
||||
PR['createSimpleLexer'](
|
||||
[
|
||||
// clojure has more paren types than minimal lisp.
|
||||
['opn', /^[\(\{\[]+/, null, '([{'],
|
||||
['clo', /^[\)\}\]]+/, null, ')]}'],
|
||||
// A line comment that starts with ;
|
||||
[PR['PR_COMMENT'], /^;[^\r\n]*/, null, ';'],
|
||||
// Whitespace
|
||||
[PR['PR_PLAIN'], /^[\t\n\r \xA0]+/, null, '\t\n\r \xA0'],
|
||||
// A double quoted, possibly multi-line, string.
|
||||
[PR['PR_STRING'], /^\"(?:[^\"\\]|\\[\s\S])*(?:\"|$)/, null, '"']
|
||||
],
|
||||
[
|
||||
// clojure has a much larger set of keywords
|
||||
[PR['PR_KEYWORD'], /^(?:def|if|do|let|quote|var|fn|loop|recur|throw|try|monitor-enter|monitor-exit|defmacro|defn|defn-|macroexpand|macroexpand-1|for|doseq|dosync|dotimes|and|or|when|not|assert|doto|proxy|defstruct|first|rest|cons|defprotocol|deftype|defrecord|reify|defmulti|defmethod|meta|with-meta|ns|in-ns|create-ns|import|intern|refer|alias|namespace|resolve|ref|deref|refset|new|set!|memfn|to-array|into-array|aset|gen-class|reduce|map|filter|find|nil?|empty?|hash-map|hash-set|vec|vector|seq|flatten|reverse|assoc|dissoc|list|list?|disj|get|union|difference|intersection|extend|extend-type|extend-protocol|prn)\b/, null],
|
||||
[PR['PR_TYPE'], /^:[0-9a-zA-Z\-]+/]
|
||||
]),
|
||||
['clj']);
|
||||
@@ -0,0 +1,78 @@
|
||||
// Copyright (C) 2009 Google Inc.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @fileoverview
|
||||
* Registers a language handler for CSS.
|
||||
*
|
||||
*
|
||||
* To use, include prettify.js and this file in your HTML page.
|
||||
* Then put your code in an HTML tag like
|
||||
* <pre class="prettyprint lang-css"></pre>
|
||||
*
|
||||
*
|
||||
* http://www.w3.org/TR/CSS21/grammar.html Section G2 defines the lexical
|
||||
* grammar. This scheme does not recognize keywords containing escapes.
|
||||
*
|
||||
* @author mikesamuel@gmail.com
|
||||
*/
|
||||
|
||||
PR['registerLangHandler'](
|
||||
PR['createSimpleLexer'](
|
||||
[
|
||||
// The space production <s>
|
||||
[PR['PR_PLAIN'], /^[ \t\r\n\f]+/, null, ' \t\r\n\f']
|
||||
],
|
||||
[
|
||||
// Quoted strings. <string1> and <string2>
|
||||
[PR['PR_STRING'],
|
||||
/^\"(?:[^\n\r\f\\\"]|\\(?:\r\n?|\n|\f)|\\[\s\S])*\"/, null],
|
||||
[PR['PR_STRING'],
|
||||
/^\'(?:[^\n\r\f\\\']|\\(?:\r\n?|\n|\f)|\\[\s\S])*\'/, null],
|
||||
['lang-css-str', /^url\(([^\)\"\']*)\)/i],
|
||||
[PR['PR_KEYWORD'],
|
||||
/^(?:url|rgb|\!important|@import|@page|@media|@charset|inherit)(?=[^\-\w]|$)/i,
|
||||
null],
|
||||
// A property name -- an identifier followed by a colon.
|
||||
['lang-css-kw', /^(-?(?:[_a-z]|(?:\\[0-9a-f]+ ?))(?:[_a-z0-9\-]|\\(?:\\[0-9a-f]+ ?))*)\s*:/i],
|
||||
// A C style block comment. The <comment> production.
|
||||
[PR['PR_COMMENT'], /^\/\*[^*]*\*+(?:[^\/*][^*]*\*+)*\//],
|
||||
// Escaping text spans
|
||||
[PR['PR_COMMENT'], /^(?:<!--|-->)/],
|
||||
// A number possibly containing a suffix.
|
||||
[PR['PR_LITERAL'], /^(?:\d+|\d*\.\d+)(?:%|[a-z]+)?/i],
|
||||
// A hex color
|
||||
[PR['PR_LITERAL'], /^#(?:[0-9a-f]{3}){1,2}/i],
|
||||
// An identifier
|
||||
[PR['PR_PLAIN'],
|
||||
/^-?(?:[_a-z]|(?:\\[\da-f]+ ?))(?:[_a-z\d\-]|\\(?:\\[\da-f]+ ?))*/i],
|
||||
// A run of punctuation
|
||||
[PR['PR_PUNCTUATION'], /^[^\s\w\'\"]+/]
|
||||
]),
|
||||
['css']);
|
||||
PR['registerLangHandler'](
|
||||
PR['createSimpleLexer']([],
|
||||
[
|
||||
[PR['PR_KEYWORD'],
|
||||
/^-?(?:[_a-z]|(?:\\[\da-f]+ ?))(?:[_a-z\d\-]|\\(?:\\[\da-f]+ ?))*/i]
|
||||
]),
|
||||
['css-kw']);
|
||||
PR['registerLangHandler'](
|
||||
PR['createSimpleLexer']([],
|
||||
[
|
||||
[PR['PR_STRING'], /^[^\)\"\']+/]
|
||||
]),
|
||||
['css-str']);
|
||||
@@ -0,0 +1,58 @@
|
||||
// Copyright (C) 2010 Google Inc.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @fileoverview
|
||||
* Registers a language handler for the Go language..
|
||||
* <p>
|
||||
* Based on the lexical grammar at
|
||||
* http://golang.org/doc/go_spec.html#Lexical_elements
|
||||
* <p>
|
||||
* Go uses a minimal style for highlighting so the below does not distinguish
|
||||
* strings, keywords, literals, etc. by design.
|
||||
* From a discussion with the Go designers:
|
||||
* <pre>
|
||||
* On Thursday, July 22, 2010, Mike Samuel <...> wrote:
|
||||
* > On Thu, Jul 22, 2010, Rob 'Commander' Pike <...> wrote:
|
||||
* >> Personally, I would vote for the subdued style godoc presents at http://golang.org
|
||||
* >>
|
||||
* >> Not as fancy as some like, but a case can be made it's the official style.
|
||||
* >> If people want more colors, I wouldn't fight too hard, in the interest of
|
||||
* >> encouragement through familiarity, but even then I would ask to shy away
|
||||
* >> from technicolor starbursts.
|
||||
* >
|
||||
* > Like http://golang.org/pkg/go/scanner/ where comments are blue and all
|
||||
* > other content is black? I can do that.
|
||||
* </pre>
|
||||
*
|
||||
* @author mikesamuel@gmail.com
|
||||
*/
|
||||
|
||||
PR['registerLangHandler'](
|
||||
PR['createSimpleLexer'](
|
||||
[
|
||||
// Whitespace is made up of spaces, tabs and newline characters.
|
||||
[PR['PR_PLAIN'], /^[\t\n\r \xA0]+/, null, '\t\n\r \xA0'],
|
||||
// Not escaped as a string. See note on minimalism above.
|
||||
[PR['PR_PLAIN'], /^(?:\"(?:[^\"\\]|\\[\s\S])*(?:\"|$)|\'(?:[^\'\\]|\\[\s\S])+(?:\'|$)|`[^`]*(?:`|$))/, null, '"\'']
|
||||
],
|
||||
[
|
||||
// Block comments are delimited by /* and */.
|
||||
// Single-line comments begin with // and extend to the end of a line.
|
||||
[PR['PR_COMMENT'], /^(?:\/\/[^\r\n]*|\/\*[\s\S]*?\*\/)/],
|
||||
[PR['PR_PLAIN'], /^(?:[^\/\"\'`]|\/(?![\/\*]))+/i]
|
||||
]),
|
||||
['go']);
|
||||
@@ -0,0 +1,101 @@
|
||||
// Copyright (C) 2009 Google Inc.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @fileoverview
|
||||
* Registers a language handler for Haskell.
|
||||
*
|
||||
*
|
||||
* To use, include prettify.js and this file in your HTML page.
|
||||
* Then put your code in an HTML tag like
|
||||
* <pre class="prettyprint lang-hs">(my lisp code)</pre>
|
||||
* The lang-cl class identifies the language as common lisp.
|
||||
* This file supports the following language extensions:
|
||||
* lang-cl - Common Lisp
|
||||
* lang-el - Emacs Lisp
|
||||
* lang-lisp - Lisp
|
||||
* lang-scm - Scheme
|
||||
*
|
||||
*
|
||||
* I used http://www.informatik.uni-freiburg.de/~thiemann/haskell/haskell98-report-html/syntax-iso.html
|
||||
* as the basis, but ignore the way the ncomment production nests since this
|
||||
* makes the lexical grammar irregular. It might be possible to support
|
||||
* ncomments using the lookbehind filter.
|
||||
*
|
||||
*
|
||||
* @author mikesamuel@gmail.com
|
||||
*/
|
||||
|
||||
PR['registerLangHandler'](
|
||||
PR['createSimpleLexer'](
|
||||
[
|
||||
// Whitespace
|
||||
// whitechar -> newline | vertab | space | tab | uniWhite
|
||||
// newline -> return linefeed | return | linefeed | formfeed
|
||||
[PR['PR_PLAIN'], /^[\t\n\x0B\x0C\r ]+/, null, '\t\n\x0B\x0C\r '],
|
||||
// Single line double and single-quoted strings.
|
||||
// char -> ' (graphic<' | \> | space | escape<\&>) '
|
||||
// string -> " {graphic<" | \> | space | escape | gap}"
|
||||
// escape -> \ ( charesc | ascii | decimal | o octal
|
||||
// | x hexadecimal )
|
||||
// charesc -> a | b | f | n | r | t | v | \ | " | ' | &
|
||||
[PR['PR_STRING'], /^\"(?:[^\"\\\n\x0C\r]|\\[\s\S])*(?:\"|$)/,
|
||||
null, '"'],
|
||||
[PR['PR_STRING'], /^\'(?:[^\'\\\n\x0C\r]|\\[^&])\'?/,
|
||||
null, "'"],
|
||||
// decimal -> digit{digit}
|
||||
// octal -> octit{octit}
|
||||
// hexadecimal -> hexit{hexit}
|
||||
// integer -> decimal
|
||||
// | 0o octal | 0O octal
|
||||
// | 0x hexadecimal | 0X hexadecimal
|
||||
// float -> decimal . decimal [exponent]
|
||||
// | decimal exponent
|
||||
// exponent -> (e | E) [+ | -] decimal
|
||||
[PR['PR_LITERAL'],
|
||||
/^(?:0o[0-7]+|0x[\da-f]+|\d+(?:\.\d+)?(?:e[+\-]?\d+)?)/i,
|
||||
null, '0123456789']
|
||||
],
|
||||
[
|
||||
// Haskell does not have a regular lexical grammar due to the nested
|
||||
// ncomment.
|
||||
// comment -> dashes [ any<symbol> {any}] newline
|
||||
// ncomment -> opencom ANYseq {ncomment ANYseq}closecom
|
||||
// dashes -> '--' {'-'}
|
||||
// opencom -> '{-'
|
||||
// closecom -> '-}'
|
||||
[PR['PR_COMMENT'], /^(?:(?:--+(?:[^\r\n\x0C]*)?)|(?:\{-(?:[^-]|-+[^-\}])*-\}))/],
|
||||
// reservedid -> case | class | data | default | deriving | do
|
||||
// | else | if | import | in | infix | infixl | infixr
|
||||
// | instance | let | module | newtype | of | then
|
||||
// | type | where | _
|
||||
[PR['PR_KEYWORD'], /^(?:case|class|data|default|deriving|do|else|if|import|in|infix|infixl|infixr|instance|let|module|newtype|of|then|type|where|_)(?=[^a-zA-Z0-9\']|$)/, null],
|
||||
// qvarid -> [ modid . ] varid
|
||||
// qconid -> [ modid . ] conid
|
||||
// varid -> (small {small | large | digit | ' })<reservedid>
|
||||
// conid -> large {small | large | digit | ' }
|
||||
// modid -> conid
|
||||
// small -> ascSmall | uniSmall | _
|
||||
// ascSmall -> a | b | ... | z
|
||||
// uniSmall -> any Unicode lowercase letter
|
||||
// large -> ascLarge | uniLarge
|
||||
// ascLarge -> A | B | ... | Z
|
||||
// uniLarge -> any uppercase or titlecase Unicode letter
|
||||
[PR['PR_PLAIN'], /^(?:[A-Z][\w\']*\.)*[a-zA-Z][\w\']*/],
|
||||
// matches the symbol production
|
||||
[PR['PR_PUNCTUATION'], /^[^\t\n\x0B\x0C\r a-zA-Z0-9\'\"]+/]
|
||||
]),
|
||||
['hs']);
|
||||
@@ -0,0 +1,93 @@
|
||||
// Copyright (C) 2008 Google Inc.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @fileoverview
|
||||
* Registers a language handler for Common Lisp and related languages.
|
||||
*
|
||||
*
|
||||
* To use, include prettify.js and this file in your HTML page.
|
||||
* Then put your code in an HTML tag like
|
||||
* <pre class="prettyprint lang-lisp">(my lisp code)</pre>
|
||||
* The lang-cl class identifies the language as common lisp.
|
||||
* This file supports the following language extensions:
|
||||
* lang-cl - Common Lisp
|
||||
* lang-el - Emacs Lisp
|
||||
* lang-lisp - Lisp
|
||||
* lang-scm - Scheme
|
||||
*
|
||||
*
|
||||
* I used http://www.devincook.com/goldparser/doc/meta-language/grammar-LISP.htm
|
||||
* as the basis, but added line comments that start with ; and changed the atom
|
||||
* production to disallow unquoted semicolons.
|
||||
*
|
||||
* "Name" = 'LISP'
|
||||
* "Author" = 'John McCarthy'
|
||||
* "Version" = 'Minimal'
|
||||
* "About" = 'LISP is an abstract language that organizes ALL'
|
||||
* | 'data around "lists".'
|
||||
*
|
||||
* "Start Symbol" = [s-Expression]
|
||||
*
|
||||
* {Atom Char} = {Printable} - {Whitespace} - [()"\'']
|
||||
*
|
||||
* Atom = ( {Atom Char} | '\'{Printable} )+
|
||||
*
|
||||
* [s-Expression] ::= [Quote] Atom
|
||||
* | [Quote] '(' [Series] ')'
|
||||
* | [Quote] '(' [s-Expression] '.' [s-Expression] ')'
|
||||
*
|
||||
* [Series] ::= [s-Expression] [Series]
|
||||
* |
|
||||
*
|
||||
* [Quote] ::= '' !Quote = do not evaluate
|
||||
* |
|
||||
*
|
||||
*
|
||||
* I used <a href="http://gigamonkeys.com/book/">Practical Common Lisp</a> as
|
||||
* the basis for the reserved word list.
|
||||
*
|
||||
*
|
||||
* @author mikesamuel@gmail.com
|
||||
*/
|
||||
|
||||
PR['registerLangHandler'](
|
||||
PR['createSimpleLexer'](
|
||||
[
|
||||
['opn', /^\(+/, null, '('],
|
||||
['clo', /^\)+/, null, ')'],
|
||||
// A line comment that starts with ;
|
||||
[PR['PR_COMMENT'], /^;[^\r\n]*/, null, ';'],
|
||||
// Whitespace
|
||||
[PR['PR_PLAIN'], /^[\t\n\r \xA0]+/, null, '\t\n\r \xA0'],
|
||||
// A double quoted, possibly multi-line, string.
|
||||
[PR['PR_STRING'], /^\"(?:[^\"\\]|\\[\s\S])*(?:\"|$)/, null, '"']
|
||||
],
|
||||
[
|
||||
[PR['PR_KEYWORD'], /^(?:block|c[ad]+r|catch|con[ds]|def(?:ine|un)|do|eq|eql|equal|equalp|eval-when|flet|format|go|if|labels|lambda|let|load-time-value|locally|macrolet|multiple-value-call|nil|progn|progv|quote|require|return-from|setq|symbol-macrolet|t|tagbody|the|throw|unwind)\b/, null],
|
||||
[PR['PR_LITERAL'],
|
||||
/^[+\-]?(?:[0#]x[0-9a-f]+|\d+\/\d+|(?:\.\d+|\d+(?:\.\d*)?)(?:[ed][+\-]?\d+)?)/i],
|
||||
// A single quote possibly followed by a word that optionally ends with
|
||||
// = ! or ?.
|
||||
[PR['PR_LITERAL'],
|
||||
/^\'(?:-*(?:\w|\\[\x21-\x7e])(?:[\w-]*|\\[\x21-\x7e])[=!?]?)?/],
|
||||
// A word that optionally ends with = ! or ?.
|
||||
[PR['PR_PLAIN'],
|
||||
/^-*(?:[a-z_]|\\[\x21-\x7e])(?:[\w-]*|\\[\x21-\x7e])[=!?]?/i],
|
||||
// A printable non-space non-special character
|
||||
[PR['PR_PUNCTUATION'], /^[^\w\t\n\r \xA0()\"\\\';]+/]
|
||||
]),
|
||||
['cl', 'el', 'lisp', 'scm']);
|
||||
@@ -0,0 +1,59 @@
|
||||
// Copyright (C) 2008 Google Inc.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @fileoverview
|
||||
* Registers a language handler for Lua.
|
||||
*
|
||||
*
|
||||
* To use, include prettify.js and this file in your HTML page.
|
||||
* Then put your code in an HTML tag like
|
||||
* <pre class="prettyprint lang-lua">(my Lua code)</pre>
|
||||
*
|
||||
*
|
||||
* I used http://www.lua.org/manual/5.1/manual.html#2.1
|
||||
* Because of the long-bracket concept used in strings and comments, Lua does
|
||||
* not have a regular lexical grammar, but luckily it fits within the space
|
||||
* of irregular grammars supported by javascript regular expressions.
|
||||
*
|
||||
* @author mikesamuel@gmail.com
|
||||
*/
|
||||
|
||||
PR['registerLangHandler'](
|
||||
PR['createSimpleLexer'](
|
||||
[
|
||||
// Whitespace
|
||||
[PR['PR_PLAIN'], /^[\t\n\r \xA0]+/, null, '\t\n\r \xA0'],
|
||||
// A double or single quoted, possibly multi-line, string.
|
||||
[PR['PR_STRING'], /^(?:\"(?:[^\"\\]|\\[\s\S])*(?:\"|$)|\'(?:[^\'\\]|\\[\s\S])*(?:\'|$))/, null, '"\'']
|
||||
],
|
||||
[
|
||||
// A comment is either a line comment that starts with two dashes, or
|
||||
// two dashes preceding a long bracketed block.
|
||||
[PR['PR_COMMENT'], /^--(?:\[(=*)\[[\s\S]*?(?:\]\1\]|$)|[^\r\n]*)/],
|
||||
// A long bracketed block not preceded by -- is a string.
|
||||
[PR['PR_STRING'], /^\[(=*)\[[\s\S]*?(?:\]\1\]|$)/],
|
||||
[PR['PR_KEYWORD'], /^(?:and|break|do|else|elseif|end|false|for|function|if|in|local|nil|not|or|repeat|return|then|true|until|while)\b/, null],
|
||||
// A number is a hex integer literal, a decimal real literal, or in
|
||||
// scientific notation.
|
||||
[PR['PR_LITERAL'],
|
||||
/^[+-]?(?:0x[\da-f]+|(?:(?:\.\d+|\d+(?:\.\d*)?)(?:e[+\-]?\d+)?))/i],
|
||||
// An identifier
|
||||
[PR['PR_PLAIN'], /^[a-z_]\w*/i],
|
||||
// A run of punctuation
|
||||
[PR['PR_PUNCTUATION'], /^[^\w\t\n\r \xA0][^\w\t\n\r \xA0\"\'\-\+=]*/]
|
||||
]),
|
||||
['lua']);
|
||||
@@ -0,0 +1,56 @@
|
||||
// Copyright (C) 2008 Google Inc.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @fileoverview
|
||||
* Registers a language handler for OCaml, SML, F# and similar languages.
|
||||
*
|
||||
* Based on the lexical grammar at
|
||||
* http://research.microsoft.com/en-us/um/cambridge/projects/fsharp/manual/spec.html#_Toc270597388
|
||||
*
|
||||
* @author mikesamuel@gmail.com
|
||||
*/
|
||||
|
||||
PR['registerLangHandler'](
|
||||
PR['createSimpleLexer'](
|
||||
[
|
||||
// Whitespace is made up of spaces, tabs and newline characters.
|
||||
[PR['PR_PLAIN'], /^[\t\n\r \xA0]+/, null, '\t\n\r \xA0'],
|
||||
// #if ident/#else/#endif directives delimit conditional compilation
|
||||
// sections
|
||||
[PR['PR_COMMENT'],
|
||||
/^#(?:if[\t\n\r \xA0]+(?:[a-z_$][\w\']*|``[^\r\n\t`]*(?:``|$))|else|endif|light)/i,
|
||||
null, '#'],
|
||||
// A double or single quoted, possibly multi-line, string.
|
||||
// F# allows escaped newlines in strings.
|
||||
[PR['PR_STRING'], /^(?:\"(?:[^\"\\]|\\[\s\S])*(?:\"|$)|\'(?:[^\'\\]|\\[\s\S])(?:\'|$))/, null, '"\'']
|
||||
],
|
||||
[
|
||||
// Block comments are delimited by (* and *) and may be
|
||||
// nested. Single-line comments begin with // and extend to
|
||||
// the end of a line.
|
||||
// TODO: (*...*) comments can be nested. This does not handle that.
|
||||
[PR['PR_COMMENT'], /^(?:\/\/[^\r\n]*|\(\*[\s\S]*?\*\))/],
|
||||
[PR['PR_KEYWORD'], /^(?:abstract|and|as|assert|begin|class|default|delegate|do|done|downcast|downto|elif|else|end|exception|extern|false|finally|for|fun|function|if|in|inherit|inline|interface|internal|lazy|let|match|member|module|mutable|namespace|new|null|of|open|or|override|private|public|rec|return|static|struct|then|to|true|try|type|upcast|use|val|void|when|while|with|yield|asr|land|lor|lsl|lsr|lxor|mod|sig|atomic|break|checked|component|const|constraint|constructor|continue|eager|event|external|fixed|functor|global|include|method|mixin|object|parallel|process|protected|pure|sealed|trait|virtual|volatile)\b/],
|
||||
// A number is a hex integer literal, a decimal real literal, or in
|
||||
// scientific notation.
|
||||
[PR['PR_LITERAL'],
|
||||
/^[+\-]?(?:0x[\da-f]+|(?:(?:\.\d+|\d+(?:\.\d*)?)(?:e[+\-]?\d+)?))/i],
|
||||
[PR['PR_PLAIN'], /^(?:[a-z_][\w']*[!?#]?|``[^\r\n\t`]*(?:``|$))/i],
|
||||
// A printable non-space non-special character
|
||||
[PR['PR_PUNCTUATION'], /^[^\t\n\r \xA0\"\'\w]+/]
|
||||
]),
|
||||
['fs', 'ml']);
|
||||
@@ -0,0 +1,62 @@
|
||||
// Copyright (C) 2011 Zimin A.V.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
|
||||
/**
|
||||
* @fileoverview
|
||||
* Registers a language handler for the Nemerle language.
|
||||
* http://nemerle.org
|
||||
* @author Zimin A.V.
|
||||
*/
|
||||
(function () {
|
||||
var keywords = 'abstract|and|as|base|catch|class|def|delegate|enum|event|extern|false|finally|'
|
||||
+ 'fun|implements|interface|internal|is|macro|match|matches|module|mutable|namespace|new|'
|
||||
+ 'null|out|override|params|partial|private|protected|public|ref|sealed|static|struct|'
|
||||
+ 'syntax|this|throw|true|try|type|typeof|using|variant|virtual|volatile|when|where|with|'
|
||||
+ 'assert|assert2|async|break|checked|continue|do|else|ensures|for|foreach|if|late|lock|new|nolate|'
|
||||
+ 'otherwise|regexp|repeat|requires|return|surroundwith|unchecked|unless|using|while|yield';
|
||||
|
||||
var shortcutStylePatterns = [
|
||||
[PR.PR_STRING, /^(?:\'(?:[^\\\'\r\n]|\\.)*\'|\"(?:[^\\\"\r\n]|\\.)*(?:\"|$))/, null, '"'],
|
||||
[PR.PR_COMMENT, /^#(?:(?:define|elif|else|endif|error|ifdef|include|ifndef|line|pragma|undef|warning)\b|[^\r\n]*)/, null, '#'],
|
||||
[PR.PR_PLAIN, /^\s+/, null, ' \r\n\t\xA0']
|
||||
];
|
||||
|
||||
var fallthroughStylePatterns = [
|
||||
[PR.PR_STRING, /^@\"(?:[^\"]|\"\")*(?:\"|$)/, null],
|
||||
[PR.PR_STRING, /^<#(?:[^#>])*(?:#>|$)/, null],
|
||||
[PR.PR_STRING, /^<(?:(?:(?:\.\.\/)*|\/?)(?:[\w-]+(?:\/[\w-]+)+)?[\w-]+\.h|[a-z]\w*)>/, null],
|
||||
[PR.PR_COMMENT, /^\/\/[^\r\n]*/, null],
|
||||
[PR.PR_COMMENT, /^\/\*[\s\S]*?(?:\*\/|$)/, null],
|
||||
[PR.PR_KEYWORD, new RegExp('^(?:' + keywords + ')\\b'), null],
|
||||
[PR.PR_TYPE, /^(?:array|bool|byte|char|decimal|double|float|int|list|long|object|sbyte|short|string|ulong|uint|ufloat|ulong|ushort|void)\b/, null],
|
||||
[PR.PR_LITERAL, /^@[a-z_$][a-z_$@0-9]*/i, null],
|
||||
[PR.PR_TYPE, /^@[A-Z]+[a-z][A-Za-z_$@0-9]*/, null],
|
||||
[PR.PR_PLAIN, /^'?[A-Za-z_$][a-z_$@0-9]*/i, null],
|
||||
[PR.PR_LITERAL, new RegExp(
|
||||
'^(?:'
|
||||
// A hex number
|
||||
+ '0x[a-f0-9]+'
|
||||
// or an octal or decimal number,
|
||||
+ '|(?:\\d(?:_\\d+)*\\d*(?:\\.\\d*)?|\\.\\d\\+)'
|
||||
// possibly in scientific notation
|
||||
+ '(?:e[+\\-]?\\d+)?'
|
||||
+ ')'
|
||||
// with an optional modifier like UL for unsigned long
|
||||
+ '[a-z]*', 'i'), null, '0123456789'],
|
||||
|
||||
[PR.PR_PUNCTUATION, /^.[^\s\w\.$@\'\"\`\/\#]*/, null]
|
||||
];
|
||||
PR.registerLangHandler(PR.createSimpleLexer(shortcutStylePatterns, fallthroughStylePatterns), ['n', 'nemerle']);
|
||||
})();
|
||||
@@ -0,0 +1,35 @@
|
||||
// Copyright (C) 2006 Google Inc.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
|
||||
/**
|
||||
* @fileoverview
|
||||
* Registers a language handler for Protocol Buffers as described at
|
||||
* http://code.google.com/p/protobuf/.
|
||||
*
|
||||
* Based on the lexical grammar at
|
||||
* http://research.microsoft.com/fsharp/manual/spec2.aspx#_Toc202383715
|
||||
*
|
||||
* @author mikesamuel@gmail.com
|
||||
*/
|
||||
|
||||
PR['registerLangHandler'](PR['sourceDecorator']({
|
||||
'keywords': (
|
||||
'bytes,default,double,enum,extend,extensions,false,'
|
||||
+ 'group,import,max,message,option,'
|
||||
+ 'optional,package,repeated,required,returns,rpc,service,'
|
||||
+ 'syntax,to,true'),
|
||||
'types': /^(bool|(double|s?fixed|[su]?int)(32|64)|float|string)\b/,
|
||||
'cStyleComments': true
|
||||
}), ['proto']);
|
||||
@@ -0,0 +1,54 @@
|
||||
// Copyright (C) 2010 Google Inc.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
|
||||
/**
|
||||
* @fileoverview
|
||||
* Registers a language handler for Scala.
|
||||
*
|
||||
* Derived from http://lampsvn.epfl.ch/svn-repos/scala/scala-documentation/trunk/src/reference/SyntaxSummary.tex
|
||||
*
|
||||
* @author mikesamuel@gmail.com
|
||||
*/
|
||||
|
||||
PR['registerLangHandler'](
|
||||
PR['createSimpleLexer'](
|
||||
[
|
||||
// Whitespace
|
||||
[PR['PR_PLAIN'], /^[\t\n\r \xA0]+/, null, '\t\n\r \xA0'],
|
||||
// A double or single quoted string
|
||||
// or a triple double-quoted multi-line string.
|
||||
[PR['PR_STRING'],
|
||||
/^(?:"(?:(?:""(?:""?(?!")|[^\\"]|\\.)*"{0,3})|(?:[^"\r\n\\]|\\.)*"?))/,
|
||||
null, '"'],
|
||||
[PR['PR_LITERAL'], /^`(?:[^\r\n\\`]|\\.)*`?/, null, '`'],
|
||||
[PR['PR_PUNCTUATION'], /^[!#%&()*+,\-:;<=>?@\[\\\]^{|}~]+/, null,
|
||||
'!#%&()*+,-:;<=>?@[\\]^{|}~']
|
||||
],
|
||||
[
|
||||
// A symbol literal is a single quote followed by an identifier with no
|
||||
// single quote following
|
||||
// A character literal has single quotes on either side
|
||||
[PR['PR_STRING'], /^'(?:[^\r\n\\']|\\(?:'|[^\r\n']+))'/],
|
||||
[PR['PR_LITERAL'], /^'[a-zA-Z_$][\w$]*(?!['$\w])/],
|
||||
[PR['PR_KEYWORD'], /^(?:abstract|case|catch|class|def|do|else|extends|final|finally|for|forSome|if|implicit|import|lazy|match|new|object|override|package|private|protected|requires|return|sealed|super|throw|trait|try|type|val|var|while|with|yield)\b/],
|
||||
[PR['PR_LITERAL'], /^(?:true|false|null|this)\b/],
|
||||
[PR['PR_LITERAL'], /^(?:(?:0(?:[0-7]+|X[0-9A-F]+))L?|(?:(?:0|[1-9][0-9]*)(?:(?:\.[0-9]+)?(?:E[+\-]?[0-9]+)?F?|L?))|\\.[0-9]+(?:E[+\-]?[0-9]+)?F?)/i],
|
||||
// Treat upper camel case identifiers as types.
|
||||
[PR['PR_TYPE'], /^[$_]*[A-Z][_$A-Z0-9]*[a-z][\w$]*/],
|
||||
[PR['PR_PLAIN'], /^[$a-zA-Z_][\w$]*/],
|
||||
[PR['PR_COMMENT'], /^\/(?:\/.*|\*(?:\/|\**[^*/])*(?:\*+\/?)?)/],
|
||||
[PR['PR_PUNCTUATION'], /^(?:\.+|\/)/]
|
||||
]),
|
||||
['scala']);
|
||||
@@ -0,0 +1,57 @@
|
||||
// Copyright (C) 2008 Google Inc.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @fileoverview
|
||||
* Registers a language handler for SQL.
|
||||
*
|
||||
*
|
||||
* To use, include prettify.js and this file in your HTML page.
|
||||
* Then put your code in an HTML tag like
|
||||
* <pre class="prettyprint lang-sql">(my SQL code)</pre>
|
||||
*
|
||||
*
|
||||
* http://savage.net.au/SQL/sql-99.bnf.html is the basis for the grammar, and
|
||||
* http://msdn.microsoft.com/en-us/library/aa238507(SQL.80).aspx as the basis
|
||||
* for the keyword list.
|
||||
*
|
||||
* @author mikesamuel@gmail.com
|
||||
*/
|
||||
|
||||
PR['registerLangHandler'](
|
||||
PR['createSimpleLexer'](
|
||||
[
|
||||
// Whitespace
|
||||
[PR['PR_PLAIN'], /^[\t\n\r \xA0]+/, null, '\t\n\r \xA0'],
|
||||
// A double or single quoted, possibly multi-line, string.
|
||||
[PR['PR_STRING'], /^(?:"(?:[^\"\\]|\\.)*"|'(?:[^\'\\]|\\.)*')/, null,
|
||||
'"\'']
|
||||
],
|
||||
[
|
||||
// A comment is either a line comment that starts with two dashes, or
|
||||
// two dashes preceding a long bracketed block.
|
||||
[PR['PR_COMMENT'], /^(?:--[^\r\n]*|\/\*[\s\S]*?(?:\*\/|$))/],
|
||||
[PR['PR_KEYWORD'], /^(?:ADD|ALL|ALTER|AND|ANY|AS|ASC|AUTHORIZATION|BACKUP|BEGIN|BETWEEN|BREAK|BROWSE|BULK|BY|CASCADE|CASE|CHECK|CHECKPOINT|CLOSE|CLUSTERED|COALESCE|COLLATE|COLUMN|COMMIT|COMPUTE|CONSTRAINT|CONTAINS|CONTAINSTABLE|CONTINUE|CONVERT|CREATE|CROSS|CURRENT|CURRENT_DATE|CURRENT_TIME|CURRENT_TIMESTAMP|CURRENT_USER|CURSOR|DATABASE|DBCC|DEALLOCATE|DECLARE|DEFAULT|DELETE|DENY|DESC|DISK|DISTINCT|DISTRIBUTED|DOUBLE|DROP|DUMMY|DUMP|ELSE|END|ERRLVL|ESCAPE|EXCEPT|EXEC|EXECUTE|EXISTS|EXIT|FETCH|FILE|FILLFACTOR|FOR|FOREIGN|FREETEXT|FREETEXTTABLE|FROM|FULL|FUNCTION|GOTO|GRANT|GROUP|HAVING|HOLDLOCK|IDENTITY|IDENTITYCOL|IDENTITY_INSERT|IF|IN|INDEX|INNER|INSERT|INTERSECT|INTO|IS|JOIN|KEY|KILL|LEFT|LIKE|LINENO|LOAD|MATCH|MERGE|NATIONAL|NOCHECK|NONCLUSTERED|NOT|NULL|NULLIF|OF|OFF|OFFSETS|ON|OPEN|OPENDATASOURCE|OPENQUERY|OPENROWSET|OPENXML|OPTION|OR|ORDER|OUTER|OVER|PERCENT|PLAN|PRECISION|PRIMARY|PRINT|PROC|PROCEDURE|PUBLIC|RAISERROR|READ|READTEXT|RECONFIGURE|REFERENCES|REPLICATION|RESTORE|RESTRICT|RETURN|REVOKE|RIGHT|ROLLBACK|ROWCOUNT|ROWGUIDCOL|RULE|SAVE|SCHEMA|SELECT|SESSION_USER|SET|SETUSER|SHUTDOWN|SOME|STATISTICS|SYSTEM_USER|TABLE|TEXTSIZE|THEN|TO|TOP|TRAN|TRANSACTION|TRIGGER|TRUNCATE|TSEQUAL|UNION|UNIQUE|UPDATE|UPDATETEXT|USE|USER|USING|VALUES|VARYING|VIEW|WAITFOR|WHEN|WHERE|WHILE|WITH|WRITETEXT)(?=[^\w-]|$)/i, null],
|
||||
// A number is a hex integer literal, a decimal real literal, or in
|
||||
// scientific notation.
|
||||
[PR['PR_LITERAL'],
|
||||
/^[+-]?(?:0x[\da-f]+|(?:(?:\.\d+|\d+(?:\.\d*)?)(?:e[+\-]?\d+)?))/i],
|
||||
// An identifier
|
||||
[PR['PR_PLAIN'], /^[a-z_][\w-]*/i],
|
||||
// A run of punctuation
|
||||
[PR['PR_PUNCTUATION'], /^[^\w\t\n\r \xA0\"\'][^\w\t\n\r \xA0+\-\"\']*/]
|
||||
]),
|
||||
['sql']);
|
||||
@@ -0,0 +1,46 @@
|
||||
// Copyright (C) 2011 Martin S.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
/**
|
||||
* @fileoverview
|
||||
* Support for tex highlighting as discussed on
|
||||
* <a href="http://meta.tex.stackexchange.com/questions/872/text-immediate-following-double-backslashes-is-highlighted-as-macro-inside-a-code/876#876">meta.tex.stackexchange.com</a>.
|
||||
*
|
||||
* @author Martin S.
|
||||
*/
|
||||
|
||||
PR.registerLangHandler(
|
||||
PR.createSimpleLexer(
|
||||
[
|
||||
// whitespace
|
||||
[PR.PR_PLAIN, /^[\t\n\r \xA0]+/, null, '\t\n\r \xA0'],
|
||||
// all comments begin with '%'
|
||||
[PR.PR_COMMENT, /^%[^\r\n]*/, null, '%']
|
||||
],
|
||||
[
|
||||
//[PR.PR_DECLARATION, /^\\([egx]?def|(new|renew|provide)(command|environment))\b/],
|
||||
// any command starting with a \ and contains
|
||||
// either only letters (a-z,A-Z), '@' (internal macros)
|
||||
[PR.PR_KEYWORD, /^\\[a-zA-Z@]+/],
|
||||
// or contains only one character
|
||||
[PR.PR_KEYWORD, /^\\./],
|
||||
// Highlight dollar for math mode and ampersam for tabular
|
||||
[PR.PR_TYPE, /^[$&]/],
|
||||
// numeric measurement values with attached units
|
||||
[PR.PR_LITERAL,
|
||||
/[+-]?(?:\.\d+|\d+(?:\.\d*)?)(cm|em|ex|in|pc|pt|bp|mm)/i],
|
||||
// punctuation usually occurring within commands
|
||||
[PR.PR_PUNCTUATION, /^[{}()\[\]=]+/]
|
||||
]),
|
||||
['latex', 'tex']);
|
||||
@@ -0,0 +1,61 @@
|
||||
// Copyright (C) 2009 Google Inc.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @fileoverview
|
||||
* Registers a language handler for various flavors of basic.
|
||||
*
|
||||
*
|
||||
* To use, include prettify.js and this file in your HTML page.
|
||||
* Then put your code in an HTML tag like
|
||||
* <pre class="prettyprint lang-vb"></pre>
|
||||
*
|
||||
*
|
||||
* http://msdn.microsoft.com/en-us/library/aa711638(VS.71).aspx defines the
|
||||
* visual basic grammar lexical grammar.
|
||||
*
|
||||
* @author mikesamuel@gmail.com
|
||||
*/
|
||||
|
||||
PR['registerLangHandler'](
|
||||
PR['createSimpleLexer'](
|
||||
[
|
||||
// Whitespace
|
||||
[PR['PR_PLAIN'], /^[\t\n\r \xA0\u2028\u2029]+/, null, '\t\n\r \xA0\u2028\u2029'],
|
||||
// A double quoted string with quotes escaped by doubling them.
|
||||
// A single character can be suffixed with C.
|
||||
[PR['PR_STRING'], /^(?:[\"\u201C\u201D](?:[^\"\u201C\u201D]|[\"\u201C\u201D]{2})(?:[\"\u201C\u201D]c|$)|[\"\u201C\u201D](?:[^\"\u201C\u201D]|[\"\u201C\u201D]{2})*(?:[\"\u201C\u201D]|$))/i, null,
|
||||
'"\u201C\u201D'],
|
||||
// A comment starts with a single quote and runs until the end of the
|
||||
// line.
|
||||
[PR['PR_COMMENT'], /^[\'\u2018\u2019][^\r\n\u2028\u2029]*/, null, '\'\u2018\u2019']
|
||||
],
|
||||
[
|
||||
[PR['PR_KEYWORD'], /^(?:AddHandler|AddressOf|Alias|And|AndAlso|Ansi|As|Assembly|Auto|Boolean|ByRef|Byte|ByVal|Call|Case|Catch|CBool|CByte|CChar|CDate|CDbl|CDec|Char|CInt|Class|CLng|CObj|Const|CShort|CSng|CStr|CType|Date|Decimal|Declare|Default|Delegate|Dim|DirectCast|Do|Double|Each|Else|ElseIf|End|EndIf|Enum|Erase|Error|Event|Exit|Finally|For|Friend|Function|Get|GetType|GoSub|GoTo|Handles|If|Implements|Imports|In|Inherits|Integer|Interface|Is|Let|Lib|Like|Long|Loop|Me|Mod|Module|MustInherit|MustOverride|MyBase|MyClass|Namespace|New|Next|Not|NotInheritable|NotOverridable|Object|On|Option|Optional|Or|OrElse|Overloads|Overridable|Overrides|ParamArray|Preserve|Private|Property|Protected|Public|RaiseEvent|ReadOnly|ReDim|RemoveHandler|Resume|Return|Select|Set|Shadows|Shared|Short|Single|Static|Step|Stop|String|Structure|Sub|SyncLock|Then|Throw|To|Try|TypeOf|Unicode|Until|Variant|Wend|When|While|With|WithEvents|WriteOnly|Xor|EndIf|GoSub|Let|Variant|Wend)\b/i, null],
|
||||
// A second comment form
|
||||
[PR['PR_COMMENT'], /^REM[^\r\n\u2028\u2029]*/i],
|
||||
// A boolean, numeric, or date literal.
|
||||
[PR['PR_LITERAL'],
|
||||
/^(?:True\b|False\b|Nothing\b|\d+(?:E[+\-]?\d+[FRD]?|[FRDSIL])?|(?:&H[0-9A-F]+|&O[0-7]+)[SIL]?|\d*\.\d+(?:E[+\-]?\d+)?[FRD]?|#\s+(?:\d+[\-\/]\d+[\-\/]\d+(?:\s+\d+:\d+(?::\d+)?(\s*(?:AM|PM))?)?|\d+:\d+(?::\d+)?(\s*(?:AM|PM))?)\s+#)/i],
|
||||
// An identifier?
|
||||
[PR['PR_PLAIN'], /^(?:(?:[a-z]|_\w)\w*|\[(?:[a-z]|_\w)\w*\])/i],
|
||||
// A run of punctuation
|
||||
[PR['PR_PUNCTUATION'],
|
||||
/^[^\w\t\n\r \"\'\[\]\xA0\u2018\u2019\u201C\u201D\u2028\u2029]+/],
|
||||
// Square brackets
|
||||
[PR['PR_PUNCTUATION'], /^(?:\[|\])/]
|
||||
]),
|
||||
['vb', 'vbs']);
|
||||
@@ -0,0 +1,34 @@
|
||||
/**
|
||||
* @fileoverview
|
||||
* Registers a language handler for VHDL '93.
|
||||
*
|
||||
* Based on the lexical grammar and keywords at
|
||||
* http://www.iis.ee.ethz.ch/~zimmi/download/vhdl93_syntax.html
|
||||
*
|
||||
* @author benoit@ryder.fr
|
||||
*/
|
||||
|
||||
PR['registerLangHandler'](
|
||||
PR['createSimpleLexer'](
|
||||
[
|
||||
// Whitespace
|
||||
[PR['PR_PLAIN'], /^[\t\n\r \xA0]+/, null, '\t\n\r \xA0']
|
||||
],
|
||||
[
|
||||
// String, character or bit string
|
||||
[PR['PR_STRING'], /^(?:[BOX]?"(?:[^\"]|"")*"|'.')/i],
|
||||
// Comment, from two dashes until end of line.
|
||||
[PR['PR_COMMENT'], /^--[^\r\n]*/],
|
||||
[PR['PR_KEYWORD'], /^(?:abs|access|after|alias|all|and|architecture|array|assert|attribute|begin|block|body|buffer|bus|case|component|configuration|constant|disconnect|downto|else|elsif|end|entity|exit|file|for|function|generate|generic|group|guarded|if|impure|in|inertial|inout|is|label|library|linkage|literal|loop|map|mod|nand|new|next|nor|not|null|of|on|open|or|others|out|package|port|postponed|procedure|process|pure|range|record|register|reject|rem|report|return|rol|ror|select|severity|shared|signal|sla|sll|sra|srl|subtype|then|to|transport|type|unaffected|units|until|use|variable|wait|when|while|with|xnor|xor)(?=[^\w-]|$)/i, null],
|
||||
// Type, predefined or standard
|
||||
[PR['PR_TYPE'], /^(?:bit|bit_vector|character|boolean|integer|real|time|string|severity_level|positive|natural|signed|unsigned|line|text|std_u?logic(?:_vector)?)(?=[^\w-]|$)/i, null],
|
||||
// Predefined attributes
|
||||
[PR['PR_TYPE'], /^\'(?:ACTIVE|ASCENDING|BASE|DELAYED|DRIVING|DRIVING_VALUE|EVENT|HIGH|IMAGE|INSTANCE_NAME|LAST_ACTIVE|LAST_EVENT|LAST_VALUE|LEFT|LEFTOF|LENGTH|LOW|PATH_NAME|POS|PRED|QUIET|RANGE|REVERSE_RANGE|RIGHT|RIGHTOF|SIMPLE_NAME|STABLE|SUCC|TRANSACTION|VAL|VALUE)(?=[^\w-]|$)/i, null],
|
||||
// Number, decimal or based literal
|
||||
[PR['PR_LITERAL'], /^\d+(?:_\d+)*(?:#[\w\\.]+#(?:[+\-]?\d+(?:_\d+)*)?|(?:\.\d+(?:_\d+)*)?(?:E[+\-]?\d+(?:_\d+)*)?)/i],
|
||||
// Identifier, basic or extended
|
||||
[PR['PR_PLAIN'], /^(?:[a-z]\w*|\\[^\\]*\\)/i],
|
||||
// Punctuation
|
||||
[PR['PR_PUNCTUATION'], /^[^\w\t\n\r \xA0\"\'][^\w\t\n\r \xA0\-\"\']*/]
|
||||
]),
|
||||
['vhdl', 'vhd']);
|
||||
@@ -0,0 +1,53 @@
|
||||
// Copyright (C) 2009 Google Inc.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
|
||||
/**
|
||||
* @fileoverview
|
||||
* Registers a language handler for Wiki pages.
|
||||
*
|
||||
* Based on WikiSyntax at http://code.google.com/p/support/wiki/WikiSyntax
|
||||
*
|
||||
* @author mikesamuel@gmail.com
|
||||
*/
|
||||
|
||||
PR['registerLangHandler'](
|
||||
PR['createSimpleLexer'](
|
||||
[
|
||||
// Whitespace
|
||||
[PR['PR_PLAIN'], /^[\t \xA0a-gi-z0-9]+/, null,
|
||||
'\t \xA0abcdefgijklmnopqrstuvwxyz0123456789'],
|
||||
// Wiki formatting
|
||||
[PR['PR_PUNCTUATION'], /^[=*~\^\[\]]+/, null, '=*~^[]']
|
||||
],
|
||||
[
|
||||
// Meta-info like #summary, #labels, etc.
|
||||
['lang-wiki.meta', /(?:^^|\r\n?|\n)(#[a-z]+)\b/],
|
||||
// A WikiWord
|
||||
[PR['PR_LITERAL'], /^(?:[A-Z][a-z][a-z0-9]+[A-Z][a-z][a-zA-Z0-9]+)\b/
|
||||
],
|
||||
// A preformatted block in an unknown language
|
||||
['lang-', /^\{\{\{([\s\S]+?)\}\}\}/],
|
||||
// A block of source code in an unknown language
|
||||
['lang-', /^`([^\r\n`]+)`/],
|
||||
// An inline URL.
|
||||
[PR['PR_STRING'],
|
||||
/^https?:\/\/[^\/?#\s]*(?:\/[^?#\s]*)?(?:\?[^#\s]*)?(?:#\S*)?/i],
|
||||
[PR['PR_PLAIN'], /^(?:\r\n|[\s\S])[^#=*~^A-Zh\{`\[\r\n]*/]
|
||||
]),
|
||||
['wiki']);
|
||||
|
||||
PR['registerLangHandler'](
|
||||
PR['createSimpleLexer']([[PR['PR_KEYWORD'], /^#[a-z]+/i, null, '#']], []),
|
||||
['wiki.meta']);
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,27 @@
|
||||
// Contributed by ribrdb @ code.google.com
|
||||
|
||||
/**
|
||||
* @fileoverview
|
||||
* Registers a language handler for YAML.
|
||||
*
|
||||
* @author ribrdb
|
||||
*/
|
||||
|
||||
PR['registerLangHandler'](
|
||||
PR['createSimpleLexer'](
|
||||
[
|
||||
[PR['PR_PUNCTUATION'], /^[:|>?]+/, null, ':|>?'],
|
||||
[PR['PR_DECLARATION'], /^%(?:YAML|TAG)[^#\r\n]+/, null, '%'],
|
||||
[PR['PR_TYPE'], /^[&]\S+/, null, '&'],
|
||||
[PR['PR_TYPE'], /^!\S*/, null, '!'],
|
||||
[PR['PR_STRING'], /^"(?:[^\\"]|\\.)*(?:"|$)/, null, '"'],
|
||||
[PR['PR_STRING'], /^'(?:[^']|'')*(?:'|$)/, null, "'"],
|
||||
[PR['PR_COMMENT'], /^#[^\r\n]*/, null, '#'],
|
||||
[PR['PR_PLAIN'], /^\s+/, null, ' \t\r\n']
|
||||
],
|
||||
[
|
||||
[PR['PR_DECLARATION'], /^(?:---|\.\.\.)(?:[\r\n]|$)/],
|
||||
[PR['PR_PUNCTUATION'], /^-/],
|
||||
[PR['PR_KEYWORD'], /^\w+:[ \r\n]/],
|
||||
[PR['PR_PLAIN'], /^\w+/]
|
||||
]), ['yaml', 'yml']);
|
||||
@@ -0,0 +1,52 @@
|
||||
/* Pretty printing styles. Used with prettify.js. */
|
||||
|
||||
/* SPAN elements with the classes below are added by prettyprint. */
|
||||
.pln { color: #000 } /* plain text */
|
||||
|
||||
@media screen {
|
||||
.str { color: #080 } /* string content */
|
||||
.kwd { color: #008 } /* a keyword */
|
||||
.com { color: #800 } /* a comment */
|
||||
.typ { color: #606 } /* a type name */
|
||||
.lit { color: #066 } /* a literal value */
|
||||
/* punctuation, lisp open bracket, lisp close bracket */
|
||||
.pun, .opn, .clo { color: #660 }
|
||||
.tag { color: #008 } /* a markup tag name */
|
||||
.atn { color: #606 } /* a markup attribute name */
|
||||
.atv { color: #080 } /* a markup attribute value */
|
||||
.dec, .var { color: #606 } /* a declaration; a variable name */
|
||||
.fun { color: red } /* a function name */
|
||||
}
|
||||
|
||||
/* Use higher contrast and text-weight for printable form. */
|
||||
@media print, projection {
|
||||
.str { color: #060 }
|
||||
.kwd { color: #006; font-weight: bold }
|
||||
.com { color: #600; font-style: italic }
|
||||
.typ { color: #404; font-weight: bold }
|
||||
.lit { color: #044 }
|
||||
.pun, .opn, .clo { color: #440 }
|
||||
.tag { color: #006; font-weight: bold }
|
||||
.atn { color: #404 }
|
||||
.atv { color: #060 }
|
||||
}
|
||||
|
||||
/* Put a border around prettyprinted code snippets. */
|
||||
pre.prettyprint { padding: 2px; border: 1px solid #888 }
|
||||
|
||||
/* Specify class=linenums on a pre to get line numbering */
|
||||
ol.linenums { margin-top: 0; margin-bottom: 0 } /* IE indents via margin-left */
|
||||
li.L0,
|
||||
li.L1,
|
||||
li.L2,
|
||||
li.L3,
|
||||
li.L5,
|
||||
li.L6,
|
||||
li.L7,
|
||||
li.L8 { list-style-type: none }
|
||||
/* Alternate shading for lines */
|
||||
li.L1,
|
||||
li.L3,
|
||||
li.L5,
|
||||
li.L7,
|
||||
li.L9 { background: #eee }
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,6 @@
|
||||
// html5shiv MIT @rem remysharp.com/html5-enabling-script
|
||||
// iepp v1.6.2 MIT @jon_neal iecss.com/print-protector
|
||||
/*@cc_on(function(m,c){var z="abbr|article|aside|audio|canvas|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video";function n(d){for(var a=-1;++a<o;)d.createElement(i[a])}function p(d,a){for(var e=-1,b=d.length,j,q=[];++e<b;){j=d[e];if((a=j.media||a)!="screen")q.push(p(j.imports,a),j.cssText)}return q.join("")}var g=c.createElement("div");g.innerHTML="<z>i</z>";if(g.childNodes.length!==1){var i=z.split("|"),o=i.length,s=RegExp("(^|\\s)("+z+")",
|
||||
"gi"),t=RegExp("<(/*)("+z+")","gi"),u=RegExp("(^|[^\\n]*?\\s)("+z+")([^\\n]*)({[\\n\\w\\W]*?})","gi"),r=c.createDocumentFragment(),k=c.documentElement;g=k.firstChild;var h=c.createElement("body"),l=c.createElement("style"),f;n(c);n(r);g.insertBefore(l,
|
||||
g.firstChild);l.media="print";m.attachEvent("onbeforeprint",function(){var d=-1,a=p(c.styleSheets,"all"),e=[],b;for(f=f||c.body;(b=u.exec(a))!=null;)e.push((b[1]+b[2]+b[3]).replace(s,"$1.iepp_$2")+b[4]);for(l.styleSheet.cssText=e.join("\n");++d<o;){a=c.getElementsByTagName(i[d]);e=a.length;for(b=-1;++b<e;)if(a[b].className.indexOf("iepp_")<0)a[b].className+=" iepp_"+i[d]}r.appendChild(f);k.appendChild(h);h.className=f.className;h.innerHTML=f.innerHTML.replace(t,"<$1font")});m.attachEvent("onafterprint",
|
||||
function(){h.innerHTML="";k.removeChild(h);k.appendChild(f);l.styleSheet.cssText=""})}})(this,document);@*/
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,519 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="JsDoc Toolkit" />
|
||||
<title>hcap.Media.SubtitleType | JsDoc Reference</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<meta name="mobileoptimized" content="0" />
|
||||
|
||||
<link rel="stylesheet" href="../css/all.css" media="all" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="only screen and (max-width: 660px)" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="handheld" />
|
||||
<link rel="stylesheet" href="../css/screen.css" media="screen and (min-width: 661px)" />
|
||||
|
||||
<link rel="stylesheet" href="../javascript/highlighter/dessert.css" />
|
||||
|
||||
<script src="../javascript/all.js"></script>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="../javascript/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="index">
|
||||
<div class="menu">
|
||||
<div class="indexLinks">
|
||||
<a href="../index.html">Classes</a>
|
||||
<a href="../files.html">Files</a>
|
||||
</div>
|
||||
<table width=100% class=confidential><tr><td><b>LGE Confidential</b></td></tr></table>
|
||||
<h2 class="heading1">Library</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td align=left class=confidential><a href="../../js/hcap.js">·hcap.js (1.24.6.5901)</li></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="heading1">Classes</h2>
|
||||
|
||||
<input type="text" name="classFilter" class="classFilter" id="ClassFilter" placeholder="Filter"></input>
|
||||
|
||||
<nav>
|
||||
<ul class="classList" id="ClassList">
|
||||
|
||||
<li><a href="../symbols/_global_.html">_global_</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.html">hcap</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.application.html">hcap<span class='break'> </span>.<span class='break'> </span>application</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.beacon.html">hcap<span class='break'> </span>.<span class='break'> </span>beacon</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.audio.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth<span class='break'> </span>.<span class='break'> </span>audio</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.camera.html">hcap<span class='break'> </span>.<span class='break'> </span>camera</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.carousel.html">hcap<span class='break'> </span>.<span class='break'> </span>carousel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.html">hcap<span class='break'> </span>.<span class='break'> </span>channel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.AudioStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>AudioStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelStatus.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelStatus</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.InbandDataServiceType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>InbandDataServiceType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.IpBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>IpBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.Polarization.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>Polarization</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.RfBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>RfBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.VideoStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>VideoStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.checkout.html">hcap<span class='break'> </span>.<span class='break'> </span>checkout</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.ExternalInputType.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput<span class='break'> </span>.<span class='break'> </span>ExternalInputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.file.html">hcap<span class='break'> </span>.<span class='break'> </span>file</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.iot.html">hcap<span class='break'> </span>.<span class='break'> </span>iot</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.html">hcap<span class='break'> </span>.<span class='break'> </span>key</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.Code.html">hcap<span class='break'> </span>.<span class='break'> </span>key<span class='break'> </span>.<span class='break'> </span>Code</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.html">hcap<span class='break'> </span>.<span class='break'> </span>Media</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.SubtitleType.html">hcap<span class='break'> </span>.<span class='break'> </span>Media<span class='break'> </span>.<span class='break'> </span>SubtitleType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mode.html">hcap<span class='break'> </span>.<span class='break'> </span>mode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mouse.html">hcap<span class='break'> </span>.<span class='break'> </span>mouse</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mpi.html">hcap<span class='break'> </span>.<span class='break'> </span>mpi</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.html">hcap<span class='break'> </span>.<span class='break'> </span>network</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.DhcpState.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>DhcpState</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkEventType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkEventType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WifiSecurityType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WifiSecurityType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WirelessMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WirelessMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.html">hcap<span class='break'> </span>.<span class='break'> </span>power</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.PowerMode.html">hcap<span class='break'> </span>.<span class='break'> </span>power<span class='break'> </span>.<span class='break'> </span>PowerMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.preloadedApplication.html">hcap<span class='break'> </span>.<span class='break'> </span>preloadedApplication</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.html">hcap<span class='break'> </span>.<span class='break'> </span>property</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.InstallerMenuItem.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>InstallerMenuItem</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PictureMode.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PictureMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PicturePropertyKey.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PicturePropertyKey</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rms.html">hcap<span class='break'> </span>.<span class='break'> </span>rms</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.BaudRate.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>BaudRate</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.DataBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>DataBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.FlowControl.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>FlowControl</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.Parity.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>Parity</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.StopBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>StopBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.security.html">hcap<span class='break'> </span>.<span class='break'> </span>security</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.socket.html">hcap<span class='break'> </span>.<span class='break'> </span>socket</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.html">hcap<span class='break'> </span>.<span class='break'> </span>speech</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.HostType.html">hcap<span class='break'> </span>.<span class='break'> </span>speech<span class='break'> </span>.<span class='break'> </span>HostType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.html">hcap<span class='break'> </span>.<span class='break'> </span>system</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.SoundOutputType.html">hcap<span class='break'> </span>.<span class='break'> </span>system<span class='break'> </span>.<span class='break'> </span>SoundOutputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.time.html">hcap<span class='break'> </span>.<span class='break'> </span>time</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.video.html">hcap<span class='break'> </span>.<span class='break'> </span>video</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.volume.html">hcap<span class='break'> </span>.<span class='break'> </span>volume</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.webrtc.html">hcap<span class='break'> </span>.<span class='break'> </span>webrtc</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="fineprint" style="clear:both">
|
||||
<footer>
|
||||
|
||||
Documentation generator: <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0<br />
|
||||
Template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview</a> 1.2<br />
|
||||
Generated on:
|
||||
<time datetime='2021-8-13' pubdate>2021-8-13 18:29</time>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="index indexStatic"></div>
|
||||
|
||||
<div class="content">
|
||||
<div class="innerContent">
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="classTitle">
|
||||
|
||||
Namespace <span>hcap.Media.SubtitleType</span>
|
||||
</h1>
|
||||
|
||||
<div class="intro">
|
||||
<p class="description summary">
|
||||
hcap.Media.SubtitleType
|
||||
</p>
|
||||
|
||||
|
||||
<ul class="summary">
|
||||
|
||||
|
||||
|
||||
<li>Defined in: <a href="../symbols/src/js_hcap-1.24.6.5901.js.html">hcap-1.24.6.5901.js</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class hcap.Media.SubtitleType.">
|
||||
<caption class="sectionTitle">Namespace Summary</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Constructor Attributes</th>
|
||||
<th scope="col">Constructor Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="attributes"> </td>
|
||||
<td class="nameDescription" >
|
||||
<div class="fixedFont">
|
||||
<b><a href="../symbols/hcap.Media.SubtitleType.html#constructor">hcap.Media.SubtitleType</a></b>
|
||||
</div>
|
||||
<div class="description"></div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
|
||||
<nav>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the fields documented in the class hcap.Media.SubtitleType.">
|
||||
<caption class="sectionTitle">Field Summary</caption>
|
||||
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Field Attributes</th>
|
||||
<th scope="col">Field Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.Media.SubtitleType.<b><a href="../symbols/hcap.Media.SubtitleType.html#.CLOSED_CAPTION">CLOSED_CAPTION</a></b>
|
||||
</div>
|
||||
<div class="description">Closed Caption</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.Media.SubtitleType.<b><a href="../symbols/hcap.Media.SubtitleType.html#.EXTERNAL_SUBTITLE">EXTERNAL_SUBTITLE</a></b>
|
||||
</div>
|
||||
<div class="description">External Subtitle</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.Media.SubtitleType.<b><a href="../symbols/hcap.Media.SubtitleType.html#.INTERNAL_SUBTITLE">INTERNAL_SUBTITLE</a></b>
|
||||
</div>
|
||||
<div class="description">Internal Subtitle</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.Media.SubtitleType.<b><a href="../symbols/hcap.Media.SubtitleType.html#.NONE">NONE</a></b>
|
||||
</div>
|
||||
<div class="description">None</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHODS SUMMARY
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENTS SUMMARY
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### CONSTRUCTOR DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle" id="constructor">
|
||||
Namespace Detail
|
||||
</h2>
|
||||
|
||||
<div class="fixedFont">
|
||||
<b>hcap.Media.SubtitleType</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### FIELD DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle">
|
||||
Field Detail
|
||||
</h2>
|
||||
|
||||
|
||||
<div class="fixedFont heading" id=".CLOSED_CAPTION">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.Media.SubtitleType.</span><b>CLOSED_CAPTION</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Closed Caption
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.22.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".EXTERNAL_SUBTITLE">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.Media.SubtitleType.</span><b>EXTERNAL_SUBTITLE</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
External Subtitle
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.22.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".INTERNAL_SUBTITLE">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.Media.SubtitleType.</span><b>INTERNAL_SUBTITLE</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Internal Subtitle
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.22.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".NONE">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.Media.SubtitleType.</span><b>NONE</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
None
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.22.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHOD DETAILS
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENT DETAILS
|
||||
-->
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
wbos.CssTools.MediaQueryFallBack.LoadCss('../css/screen.css', '../css/handheld.css', 660)
|
||||
codeview.classFilter.Init()
|
||||
</script>
|
||||
<script src="../javascript/highlighter/prettify.js"></script>
|
||||
<script>prettyPrint();</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,884 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="JsDoc Toolkit" />
|
||||
<title>hcap.bluetooth.audio | JsDoc Reference</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<meta name="mobileoptimized" content="0" />
|
||||
|
||||
<link rel="stylesheet" href="../css/all.css" media="all" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="only screen and (max-width: 660px)" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="handheld" />
|
||||
<link rel="stylesheet" href="../css/screen.css" media="screen and (min-width: 661px)" />
|
||||
|
||||
<link rel="stylesheet" href="../javascript/highlighter/dessert.css" />
|
||||
|
||||
<script src="../javascript/all.js"></script>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="../javascript/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="index">
|
||||
<div class="menu">
|
||||
<div class="indexLinks">
|
||||
<a href="../index.html">Classes</a>
|
||||
<a href="../files.html">Files</a>
|
||||
</div>
|
||||
<table width=100% class=confidential><tr><td><b>LGE Confidential</b></td></tr></table>
|
||||
<h2 class="heading1">Library</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td align=left class=confidential><a href="../../js/hcap.js">·hcap.js (1.24.6.5901)</li></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="heading1">Classes</h2>
|
||||
|
||||
<input type="text" name="classFilter" class="classFilter" id="ClassFilter" placeholder="Filter"></input>
|
||||
|
||||
<nav>
|
||||
<ul class="classList" id="ClassList">
|
||||
|
||||
<li><a href="../symbols/_global_.html">_global_</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.html">hcap</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.application.html">hcap<span class='break'> </span>.<span class='break'> </span>application</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.beacon.html">hcap<span class='break'> </span>.<span class='break'> </span>beacon</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.audio.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth<span class='break'> </span>.<span class='break'> </span>audio</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.camera.html">hcap<span class='break'> </span>.<span class='break'> </span>camera</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.carousel.html">hcap<span class='break'> </span>.<span class='break'> </span>carousel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.html">hcap<span class='break'> </span>.<span class='break'> </span>channel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.AudioStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>AudioStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelStatus.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelStatus</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.InbandDataServiceType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>InbandDataServiceType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.IpBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>IpBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.Polarization.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>Polarization</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.RfBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>RfBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.VideoStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>VideoStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.checkout.html">hcap<span class='break'> </span>.<span class='break'> </span>checkout</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.ExternalInputType.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput<span class='break'> </span>.<span class='break'> </span>ExternalInputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.file.html">hcap<span class='break'> </span>.<span class='break'> </span>file</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.iot.html">hcap<span class='break'> </span>.<span class='break'> </span>iot</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.html">hcap<span class='break'> </span>.<span class='break'> </span>key</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.Code.html">hcap<span class='break'> </span>.<span class='break'> </span>key<span class='break'> </span>.<span class='break'> </span>Code</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.html">hcap<span class='break'> </span>.<span class='break'> </span>Media</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.SubtitleType.html">hcap<span class='break'> </span>.<span class='break'> </span>Media<span class='break'> </span>.<span class='break'> </span>SubtitleType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mode.html">hcap<span class='break'> </span>.<span class='break'> </span>mode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mouse.html">hcap<span class='break'> </span>.<span class='break'> </span>mouse</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mpi.html">hcap<span class='break'> </span>.<span class='break'> </span>mpi</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.html">hcap<span class='break'> </span>.<span class='break'> </span>network</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.DhcpState.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>DhcpState</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkEventType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkEventType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WifiSecurityType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WifiSecurityType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WirelessMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WirelessMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.html">hcap<span class='break'> </span>.<span class='break'> </span>power</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.PowerMode.html">hcap<span class='break'> </span>.<span class='break'> </span>power<span class='break'> </span>.<span class='break'> </span>PowerMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.preloadedApplication.html">hcap<span class='break'> </span>.<span class='break'> </span>preloadedApplication</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.html">hcap<span class='break'> </span>.<span class='break'> </span>property</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.InstallerMenuItem.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>InstallerMenuItem</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PictureMode.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PictureMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PicturePropertyKey.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PicturePropertyKey</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rms.html">hcap<span class='break'> </span>.<span class='break'> </span>rms</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.BaudRate.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>BaudRate</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.DataBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>DataBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.FlowControl.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>FlowControl</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.Parity.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>Parity</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.StopBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>StopBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.security.html">hcap<span class='break'> </span>.<span class='break'> </span>security</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.socket.html">hcap<span class='break'> </span>.<span class='break'> </span>socket</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.html">hcap<span class='break'> </span>.<span class='break'> </span>speech</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.HostType.html">hcap<span class='break'> </span>.<span class='break'> </span>speech<span class='break'> </span>.<span class='break'> </span>HostType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.html">hcap<span class='break'> </span>.<span class='break'> </span>system</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.SoundOutputType.html">hcap<span class='break'> </span>.<span class='break'> </span>system<span class='break'> </span>.<span class='break'> </span>SoundOutputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.time.html">hcap<span class='break'> </span>.<span class='break'> </span>time</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.video.html">hcap<span class='break'> </span>.<span class='break'> </span>video</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.volume.html">hcap<span class='break'> </span>.<span class='break'> </span>volume</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.webrtc.html">hcap<span class='break'> </span>.<span class='break'> </span>webrtc</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="fineprint" style="clear:both">
|
||||
<footer>
|
||||
|
||||
Documentation generator: <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0<br />
|
||||
Template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview</a> 1.2<br />
|
||||
Generated on:
|
||||
<time datetime='2021-8-13' pubdate>2021-8-13 18:29</time>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="index indexStatic"></div>
|
||||
|
||||
<div class="content">
|
||||
<div class="innerContent">
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="classTitle">
|
||||
|
||||
Namespace <span>hcap.bluetooth.audio</span>
|
||||
</h1>
|
||||
|
||||
<div class="intro">
|
||||
<p class="description summary">
|
||||
hcap.bluetooth.audio
|
||||
</p>
|
||||
|
||||
|
||||
<ul class="summary">
|
||||
|
||||
|
||||
|
||||
<li>Defined in: <a href="../symbols/src/js_hcap-1.24.6.5901.js.html">hcap-1.24.6.5901.js</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class hcap.bluetooth.audio.">
|
||||
<caption class="sectionTitle">Namespace Summary</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Constructor Attributes</th>
|
||||
<th scope="col">Constructor Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="attributes"> </td>
|
||||
<td class="nameDescription" >
|
||||
<div class="fixedFont">
|
||||
<b><a href="../symbols/hcap.bluetooth.audio.html#constructor">hcap.bluetooth.audio</a></b>
|
||||
</div>
|
||||
<div class="description"></div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<!--
|
||||
#### METHODS SUMMARY
|
||||
-->
|
||||
|
||||
<section>
|
||||
|
||||
|
||||
<div class="props">
|
||||
<h2 class="sectionTitle">Method Summary</h2>
|
||||
|
||||
|
||||
<nav>
|
||||
<table class="summaryTable" id="MethodsList" cellspacing="0" summary="A summary of the methods documented in the class hcap.bluetooth.audio.">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Method Attributes</th>
|
||||
<th scope="col">Method Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
|
||||
|
||||
<tr
|
||||
class='item0'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.bluetooth.audio.<b><a href="../symbols/hcap.bluetooth.audio.html#.backward">backward</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Plays the bluetooth audio streaming of the previous track.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr
|
||||
class='item1'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.bluetooth.audio.<b><a href="../symbols/hcap.bluetooth.audio.html#.forward">forward</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Plays the bluetooth audio streaming of the next track.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr
|
||||
class='item2'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.bluetooth.audio.<b><a href="../symbols/hcap.bluetooth.audio.html#.pause">pause</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Pauses the bluetooth audio streaming.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr
|
||||
class='item3'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.bluetooth.audio.<b><a href="../symbols/hcap.bluetooth.audio.html#.play">play</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Plays the bluetooth audio streaming.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr
|
||||
class='item4'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.bluetooth.audio.<b><a href="../symbols/hcap.bluetooth.audio.html#.stop">stop</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Stops the bluetooth audio streaming.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENTS SUMMARY
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### CONSTRUCTOR DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle" id="constructor">
|
||||
Namespace Detail
|
||||
</h2>
|
||||
|
||||
<div class="fixedFont">
|
||||
<b>hcap.bluetooth.audio</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### FIELD DETAILS
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### METHOD DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle">
|
||||
Method Detail
|
||||
</h2>
|
||||
|
||||
<ul class="methodDetail" id="MethodDetail">
|
||||
|
||||
|
||||
<li
|
||||
class='item0'
|
||||
>
|
||||
<div class="fixedFont heading" id=".backward">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.bluetooth.audio.</span><b>backward</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Plays the bluetooth audio streaming of the previous track.<br>
|
||||
Precondition : Bluetooth audio device is connected.<br>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.bluetooth.audio.backward({
|
||||
"onSuccess":function() {
|
||||
console.log("onSuccess");
|
||||
},
|
||||
"onFailure":function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function() {
|
||||
// No Parameter.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function(param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.20.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="_global_.html#event:bluetooth_event_received">{Event} bluetooth_event_received</a><br>
|
||||
<a href="hcap.bluetooth.audio.html#.play">hcap.bluetooth.audio.play()</a><br>
|
||||
<a href="hcap.bluetooth.audio.html#.stop">hcap.bluetooth.audio.stop()</a><br>
|
||||
<a href="hcap.bluetooth.audio.html#.pause">hcap.bluetooth.audio.pause()</a><br>
|
||||
<a href="hcap.bluetooth.audio.html#.forward">hcap.bluetooth.audio.forward()</a><br></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
<div class="hr"></div>
|
||||
</li>
|
||||
|
||||
<li
|
||||
class='item1'
|
||||
>
|
||||
<div class="fixedFont heading" id=".forward">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.bluetooth.audio.</span><b>forward</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Plays the bluetooth audio streaming of the next track.<br>
|
||||
Precondition : Bluetooth audio device is connected.<br>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.bluetooth.audio.forward({
|
||||
"onSuccess":function() {
|
||||
console.log("onSuccess");
|
||||
},
|
||||
"onFailure":function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function() {
|
||||
// No Parameter.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function(param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.20.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="_global_.html#event:bluetooth_event_received">{Event} bluetooth_event_received</a><br>
|
||||
<a href="hcap.bluetooth.audio.html#.play">hcap.bluetooth.audio.play()</a><br>
|
||||
<a href="hcap.bluetooth.audio.html#.stop">hcap.bluetooth.audio.stop()</a><br>
|
||||
<a href="hcap.bluetooth.audio.html#.pause">hcap.bluetooth.audio.pause()</a><br>
|
||||
<a href="hcap.bluetooth.audio.html#.backward">hcap.bluetooth.audio.backward()</a><br></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
<div class="hr"></div>
|
||||
</li>
|
||||
|
||||
<li
|
||||
class='item2'
|
||||
>
|
||||
<div class="fixedFont heading" id=".pause">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.bluetooth.audio.</span><b>pause</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Pauses the bluetooth audio streaming.<br>
|
||||
Precondition : Bluetooth audio device is connected.<br>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.bluetooth.audio.pause({
|
||||
"onSuccess":function() {
|
||||
console.log("onSuccess");
|
||||
},
|
||||
"onFailure":function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function() {
|
||||
// No Parameter.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function(param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.20.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="_global_.html#event:bluetooth_event_received">{Event} bluetooth_event_received</a><br>
|
||||
<a href="hcap.bluetooth.audio.html#.play">hcap.bluetooth.audio.play()</a><br>
|
||||
<a href="hcap.bluetooth.audio.html#.stop">hcap.bluetooth.audio.stop()</a><br>
|
||||
<a href="hcap.bluetooth.audio.html#.forward">hcap.bluetooth.audio.forward()</a><br>
|
||||
<a href="hcap.bluetooth.audio.html#.backward">hcap.bluetooth.audio.backward()</a><br></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
<div class="hr"></div>
|
||||
</li>
|
||||
|
||||
<li
|
||||
class='item3'
|
||||
>
|
||||
<div class="fixedFont heading" id=".play">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.bluetooth.audio.</span><b>play</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Plays the bluetooth audio streaming.<br>
|
||||
Precondition : Bluetooth audio device is connected.<br>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.bluetooth.audio.play({
|
||||
"onSuccess":function() {
|
||||
console.log("onSuccess");
|
||||
},
|
||||
"onFailure":function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function() {
|
||||
// No Parameter.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function(param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.20.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="_global_.html#event:bluetooth_event_received">{Event} bluetooth_event_received</a><br>
|
||||
<a href="hcap.bluetooth.audio.html#.stop">hcap.bluetooth.audio.stop()</a><br>
|
||||
<a href="hcap.bluetooth.audio.html#.pause">hcap.bluetooth.audio.pause()</a><br>
|
||||
<a href="hcap.bluetooth.audio.html#.forward">hcap.bluetooth.audio.forward()</a><br>
|
||||
<a href="hcap.bluetooth.audio.html#.backward">hcap.bluetooth.audio.backward()</a><br></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
<div class="hr"></div>
|
||||
</li>
|
||||
|
||||
<li
|
||||
class='item4'
|
||||
>
|
||||
<div class="fixedFont heading" id=".stop">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.bluetooth.audio.</span><b>stop</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Stops the bluetooth audio streaming.<br>
|
||||
Precondition : Bluetooth audio device is connected.<br>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.bluetooth.audio.stop({
|
||||
"onSuccess":function() {
|
||||
console.log("onSuccess");
|
||||
},
|
||||
"onFailure":function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function() {
|
||||
// No Parameter.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function(param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.20.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="_global_.html#event:bluetooth_event_received">{Event} bluetooth_event_received</a><br>
|
||||
<a href="hcap.bluetooth.audio.html#.play">hcap.bluetooth.audio.play()</a><br>
|
||||
<a href="hcap.bluetooth.audio.html#.pause">hcap.bluetooth.audio.pause()</a><br>
|
||||
<a href="hcap.bluetooth.audio.html#.forward">hcap.bluetooth.audio.forward()</a><br>
|
||||
<a href="hcap.bluetooth.audio.html#.backward">hcap.bluetooth.audio.backward()</a><br></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENT DETAILS
|
||||
-->
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
wbos.CssTools.MediaQueryFallBack.LoadCss('../css/screen.css', '../css/handheld.css', 660)
|
||||
codeview.classFilter.Init()
|
||||
</script>
|
||||
<script src="../javascript/highlighter/prettify.js"></script>
|
||||
<script>prettyPrint();</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -0,0 +1,777 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="JsDoc Toolkit" />
|
||||
<title>hcap.bluetooth | JsDoc Reference</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<meta name="mobileoptimized" content="0" />
|
||||
|
||||
<link rel="stylesheet" href="../css/all.css" media="all" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="only screen and (max-width: 660px)" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="handheld" />
|
||||
<link rel="stylesheet" href="../css/screen.css" media="screen and (min-width: 661px)" />
|
||||
|
||||
<link rel="stylesheet" href="../javascript/highlighter/dessert.css" />
|
||||
|
||||
<script src="../javascript/all.js"></script>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="../javascript/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="index">
|
||||
<div class="menu">
|
||||
<div class="indexLinks">
|
||||
<a href="../index.html">Classes</a>
|
||||
<a href="../files.html">Files</a>
|
||||
</div>
|
||||
<table width=100% class=confidential><tr><td><b>LGE Confidential</b></td></tr></table>
|
||||
<h2 class="heading1">Library</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td align=left class=confidential><a href="../../js/hcap.js">·hcap.js (1.24.6.5901)</li></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="heading1">Classes</h2>
|
||||
|
||||
<input type="text" name="classFilter" class="classFilter" id="ClassFilter" placeholder="Filter"></input>
|
||||
|
||||
<nav>
|
||||
<ul class="classList" id="ClassList">
|
||||
|
||||
<li><a href="../symbols/_global_.html">_global_</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.html">hcap</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.application.html">hcap<span class='break'> </span>.<span class='break'> </span>application</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.beacon.html">hcap<span class='break'> </span>.<span class='break'> </span>beacon</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.audio.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth<span class='break'> </span>.<span class='break'> </span>audio</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.camera.html">hcap<span class='break'> </span>.<span class='break'> </span>camera</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.carousel.html">hcap<span class='break'> </span>.<span class='break'> </span>carousel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.html">hcap<span class='break'> </span>.<span class='break'> </span>channel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.AudioStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>AudioStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelStatus.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelStatus</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.InbandDataServiceType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>InbandDataServiceType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.IpBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>IpBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.Polarization.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>Polarization</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.RfBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>RfBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.VideoStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>VideoStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.checkout.html">hcap<span class='break'> </span>.<span class='break'> </span>checkout</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.ExternalInputType.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput<span class='break'> </span>.<span class='break'> </span>ExternalInputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.file.html">hcap<span class='break'> </span>.<span class='break'> </span>file</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.iot.html">hcap<span class='break'> </span>.<span class='break'> </span>iot</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.html">hcap<span class='break'> </span>.<span class='break'> </span>key</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.Code.html">hcap<span class='break'> </span>.<span class='break'> </span>key<span class='break'> </span>.<span class='break'> </span>Code</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.html">hcap<span class='break'> </span>.<span class='break'> </span>Media</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.SubtitleType.html">hcap<span class='break'> </span>.<span class='break'> </span>Media<span class='break'> </span>.<span class='break'> </span>SubtitleType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mode.html">hcap<span class='break'> </span>.<span class='break'> </span>mode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mouse.html">hcap<span class='break'> </span>.<span class='break'> </span>mouse</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mpi.html">hcap<span class='break'> </span>.<span class='break'> </span>mpi</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.html">hcap<span class='break'> </span>.<span class='break'> </span>network</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.DhcpState.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>DhcpState</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkEventType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkEventType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WifiSecurityType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WifiSecurityType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WirelessMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WirelessMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.html">hcap<span class='break'> </span>.<span class='break'> </span>power</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.PowerMode.html">hcap<span class='break'> </span>.<span class='break'> </span>power<span class='break'> </span>.<span class='break'> </span>PowerMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.preloadedApplication.html">hcap<span class='break'> </span>.<span class='break'> </span>preloadedApplication</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.html">hcap<span class='break'> </span>.<span class='break'> </span>property</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.InstallerMenuItem.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>InstallerMenuItem</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PictureMode.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PictureMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PicturePropertyKey.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PicturePropertyKey</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rms.html">hcap<span class='break'> </span>.<span class='break'> </span>rms</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.BaudRate.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>BaudRate</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.DataBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>DataBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.FlowControl.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>FlowControl</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.Parity.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>Parity</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.StopBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>StopBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.security.html">hcap<span class='break'> </span>.<span class='break'> </span>security</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.socket.html">hcap<span class='break'> </span>.<span class='break'> </span>socket</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.html">hcap<span class='break'> </span>.<span class='break'> </span>speech</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.HostType.html">hcap<span class='break'> </span>.<span class='break'> </span>speech<span class='break'> </span>.<span class='break'> </span>HostType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.html">hcap<span class='break'> </span>.<span class='break'> </span>system</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.SoundOutputType.html">hcap<span class='break'> </span>.<span class='break'> </span>system<span class='break'> </span>.<span class='break'> </span>SoundOutputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.time.html">hcap<span class='break'> </span>.<span class='break'> </span>time</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.video.html">hcap<span class='break'> </span>.<span class='break'> </span>video</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.volume.html">hcap<span class='break'> </span>.<span class='break'> </span>volume</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.webrtc.html">hcap<span class='break'> </span>.<span class='break'> </span>webrtc</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="fineprint" style="clear:both">
|
||||
<footer>
|
||||
|
||||
Documentation generator: <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0<br />
|
||||
Template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview</a> 1.2<br />
|
||||
Generated on:
|
||||
<time datetime='2021-8-13' pubdate>2021-8-13 18:29</time>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="index indexStatic"></div>
|
||||
|
||||
<div class="content">
|
||||
<div class="innerContent">
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="classTitle">
|
||||
|
||||
Namespace <span>hcap.bluetooth</span>
|
||||
</h1>
|
||||
|
||||
<div class="intro">
|
||||
<p class="description summary">
|
||||
hcap.bluetooth
|
||||
</p>
|
||||
|
||||
|
||||
<ul class="summary">
|
||||
|
||||
|
||||
|
||||
<li>Defined in: <a href="../symbols/src/js_hcap-1.24.6.5901.js.html">hcap-1.24.6.5901.js</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class hcap.bluetooth.">
|
||||
<caption class="sectionTitle">Namespace Summary</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Constructor Attributes</th>
|
||||
<th scope="col">Constructor Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="attributes"> </td>
|
||||
<td class="nameDescription" >
|
||||
<div class="fixedFont">
|
||||
<b><a href="../symbols/hcap.bluetooth.html#constructor">hcap.bluetooth</a></b>
|
||||
</div>
|
||||
<div class="description"></div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHODS SUMMARY
|
||||
-->
|
||||
|
||||
<section>
|
||||
|
||||
|
||||
<div class="props">
|
||||
<h2 class="sectionTitle">Method Summary</h2>
|
||||
|
||||
|
||||
<nav>
|
||||
<table class="summaryTable" id="MethodsList" cellspacing="0" summary="A summary of the methods documented in the class hcap.bluetooth.">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Method Attributes</th>
|
||||
<th scope="col">Method Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
|
||||
|
||||
<tr
|
||||
class='item0'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.bluetooth.<b><a href="../symbols/hcap.bluetooth.html#.disconnect">disconnect</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Disconnects the device paired with the given bluetooth service profile.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr
|
||||
class='item1'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.bluetooth.<b><a href="../symbols/hcap.bluetooth.html#.getBluetoothSoundSync">getBluetoothSoundSync</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Gets whether bluetooth sound sync application is enabled or disabled.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr
|
||||
class='item2'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.bluetooth.<b><a href="../symbols/hcap.bluetooth.html#.setBluetoothSoundSync">setBluetoothSoundSync</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Sets the bluetooth sound sync application is enabled or disabled.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr
|
||||
class='item3'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.bluetooth.<b><a href="../symbols/hcap.bluetooth.html#.setScanState">setScanState</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Sets the scan configuration such as visibility and connectability of the local device as a bluetooth device.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENTS SUMMARY
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### CONSTRUCTOR DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle" id="constructor">
|
||||
Namespace Detail
|
||||
</h2>
|
||||
|
||||
<div class="fixedFont">
|
||||
<b>hcap.bluetooth</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### FIELD DETAILS
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### METHOD DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle">
|
||||
Method Detail
|
||||
</h2>
|
||||
|
||||
<ul class="methodDetail" id="MethodDetail">
|
||||
|
||||
|
||||
<li
|
||||
class='item0'
|
||||
>
|
||||
<div class="fixedFont heading" id=".disconnect">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.bluetooth.</span><b>disconnect</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Disconnects the device paired with the given bluetooth service profile.<br>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.bluetooth.disconnect({
|
||||
"service" : "audio_sink",
|
||||
"address" : "00:1f:47:e2:04:3f",
|
||||
"onSuccess" : function() {
|
||||
console.log("onSuccess");
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{String} param.service [Required] - service profile ("hid" : HID profile / "audio" : audio src(A2DP) profile / "opc" : OPC profile / "audio_sink" : audio sink(A2DP) profile)
|
||||
<li>{String} param.address [Required] - BD (Bluetooth Device) address
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function() {
|
||||
// No Parameter.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.19.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="_global_.html#event:bluetooth_event_received">{Event} bluetooth_event_received</a><br>
|
||||
<a href="hcap.bluetooth.html#.setScanState">hcap.bluetooth.setScanState()</a><br></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
<div class="hr"></div>
|
||||
</li>
|
||||
|
||||
<li
|
||||
class='item1'
|
||||
>
|
||||
<div class="fixedFont heading" id=".getBluetoothSoundSync">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.bluetooth.</span><b>getBluetoothSoundSync</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Gets whether bluetooth sound sync application is enabled or disabled.<br>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.bluetooth.getBluetoothSoundSync({
|
||||
"onSuccess" : function (param) {
|
||||
console.log("onSuccess : bluetooth sound sync = " + param.enable);
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function (param) {
|
||||
// {Boolean} param.enable - true if the bluetooth sound sync application is enabled. false if the bluetooth sound sync application is disabled.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.20.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.bluetooth.html#.setBluetoothSoundSync">hcap.bluetooth.setBluetoothSoundSync()</a><br></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
<div class="hr"></div>
|
||||
</li>
|
||||
|
||||
<li
|
||||
class='item2'
|
||||
>
|
||||
<div class="fixedFont heading" id=".setBluetoothSoundSync">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.bluetooth.</span><b>setBluetoothSoundSync</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Sets the bluetooth sound sync application is enabled or disabled.<br>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.bluetooth.setBluetoothSoundSync({
|
||||
"enable" : true,
|
||||
"onSuccess" : function() {
|
||||
console.log("onSuccess");
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Boolean} param.enable [Required] - true : enable to bluetooth sound sync application, false : disable.</li>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function() {
|
||||
// No Parameter.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.20.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.bluetooth.html#.getBluetoothSoundSync">hcap.bluetooth.getBluetoothSoundSync()</a><br>
|
||||
<a href="_global_.html#event:ui_value_changed">{Event} ui_value_changed</a><br></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
<div class="hr"></div>
|
||||
</li>
|
||||
|
||||
<li
|
||||
class='item3'
|
||||
>
|
||||
<div class="fixedFont heading" id=".setScanState">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.bluetooth.</span><b>setScanState</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Sets the scan configuration such as visibility and connectability of the local device as a bluetooth device.<br>
|
||||
We highly recommend not to change the connectability.<br>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.bluetooth.setScanState({
|
||||
"visible" : true,
|
||||
"connectable" : true,
|
||||
"onSuccess" : function() {
|
||||
console.log("onSuccess");
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Boolean} param.visible [Required] - true : visible to other bluetooth devices, false : invisible.</li>
|
||||
<li>{Boolean} param.connectable [Required] - true : connectable to other bluetooth devices, false : unconnectable.</li>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function() {
|
||||
// No Parameter.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.19.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="_global_.html#event:bluetooth_event_received">{Event} bluetooth_event_received</a><br>
|
||||
<a href="hcap.bluetooth.html#.disconnect">hcap.bluetooth.disconnect()</a><br></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENT DETAILS
|
||||
-->
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
wbos.CssTools.MediaQueryFallBack.LoadCss('../css/screen.css', '../css/handheld.css', 660)
|
||||
codeview.classFilter.Init()
|
||||
</script>
|
||||
<script src="../javascript/highlighter/prettify.js"></script>
|
||||
<script>prettyPrint();</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -0,0 +1,676 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="JsDoc Toolkit" />
|
||||
<title>hcap.camera | JsDoc Reference</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<meta name="mobileoptimized" content="0" />
|
||||
|
||||
<link rel="stylesheet" href="../css/all.css" media="all" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="only screen and (max-width: 660px)" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="handheld" />
|
||||
<link rel="stylesheet" href="../css/screen.css" media="screen and (min-width: 661px)" />
|
||||
|
||||
<link rel="stylesheet" href="../javascript/highlighter/dessert.css" />
|
||||
|
||||
<script src="../javascript/all.js"></script>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="../javascript/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="index">
|
||||
<div class="menu">
|
||||
<div class="indexLinks">
|
||||
<a href="../index.html">Classes</a>
|
||||
<a href="../files.html">Files</a>
|
||||
</div>
|
||||
<table width=100% class=confidential><tr><td><b>LGE Confidential</b></td></tr></table>
|
||||
<h2 class="heading1">Library</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td align=left class=confidential><a href="../../js/hcap.js">·hcap.js (1.24.6.5901)</li></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="heading1">Classes</h2>
|
||||
|
||||
<input type="text" name="classFilter" class="classFilter" id="ClassFilter" placeholder="Filter"></input>
|
||||
|
||||
<nav>
|
||||
<ul class="classList" id="ClassList">
|
||||
|
||||
<li><a href="../symbols/_global_.html">_global_</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.html">hcap</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.application.html">hcap<span class='break'> </span>.<span class='break'> </span>application</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.beacon.html">hcap<span class='break'> </span>.<span class='break'> </span>beacon</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.audio.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth<span class='break'> </span>.<span class='break'> </span>audio</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.camera.html">hcap<span class='break'> </span>.<span class='break'> </span>camera</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.carousel.html">hcap<span class='break'> </span>.<span class='break'> </span>carousel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.html">hcap<span class='break'> </span>.<span class='break'> </span>channel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.AudioStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>AudioStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelStatus.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelStatus</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.InbandDataServiceType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>InbandDataServiceType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.IpBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>IpBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.Polarization.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>Polarization</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.RfBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>RfBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.VideoStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>VideoStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.checkout.html">hcap<span class='break'> </span>.<span class='break'> </span>checkout</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.ExternalInputType.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput<span class='break'> </span>.<span class='break'> </span>ExternalInputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.file.html">hcap<span class='break'> </span>.<span class='break'> </span>file</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.iot.html">hcap<span class='break'> </span>.<span class='break'> </span>iot</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.html">hcap<span class='break'> </span>.<span class='break'> </span>key</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.Code.html">hcap<span class='break'> </span>.<span class='break'> </span>key<span class='break'> </span>.<span class='break'> </span>Code</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.html">hcap<span class='break'> </span>.<span class='break'> </span>Media</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.SubtitleType.html">hcap<span class='break'> </span>.<span class='break'> </span>Media<span class='break'> </span>.<span class='break'> </span>SubtitleType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mode.html">hcap<span class='break'> </span>.<span class='break'> </span>mode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mouse.html">hcap<span class='break'> </span>.<span class='break'> </span>mouse</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mpi.html">hcap<span class='break'> </span>.<span class='break'> </span>mpi</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.html">hcap<span class='break'> </span>.<span class='break'> </span>network</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.DhcpState.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>DhcpState</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkEventType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkEventType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WifiSecurityType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WifiSecurityType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WirelessMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WirelessMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.html">hcap<span class='break'> </span>.<span class='break'> </span>power</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.PowerMode.html">hcap<span class='break'> </span>.<span class='break'> </span>power<span class='break'> </span>.<span class='break'> </span>PowerMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.preloadedApplication.html">hcap<span class='break'> </span>.<span class='break'> </span>preloadedApplication</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.html">hcap<span class='break'> </span>.<span class='break'> </span>property</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.InstallerMenuItem.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>InstallerMenuItem</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PictureMode.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PictureMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PicturePropertyKey.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PicturePropertyKey</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rms.html">hcap<span class='break'> </span>.<span class='break'> </span>rms</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.BaudRate.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>BaudRate</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.DataBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>DataBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.FlowControl.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>FlowControl</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.Parity.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>Parity</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.StopBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>StopBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.security.html">hcap<span class='break'> </span>.<span class='break'> </span>security</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.socket.html">hcap<span class='break'> </span>.<span class='break'> </span>socket</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.html">hcap<span class='break'> </span>.<span class='break'> </span>speech</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.HostType.html">hcap<span class='break'> </span>.<span class='break'> </span>speech<span class='break'> </span>.<span class='break'> </span>HostType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.html">hcap<span class='break'> </span>.<span class='break'> </span>system</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.SoundOutputType.html">hcap<span class='break'> </span>.<span class='break'> </span>system<span class='break'> </span>.<span class='break'> </span>SoundOutputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.time.html">hcap<span class='break'> </span>.<span class='break'> </span>time</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.video.html">hcap<span class='break'> </span>.<span class='break'> </span>video</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.volume.html">hcap<span class='break'> </span>.<span class='break'> </span>volume</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.webrtc.html">hcap<span class='break'> </span>.<span class='break'> </span>webrtc</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="fineprint" style="clear:both">
|
||||
<footer>
|
||||
|
||||
Documentation generator: <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0<br />
|
||||
Template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview</a> 1.2<br />
|
||||
Generated on:
|
||||
<time datetime='2021-8-13' pubdate>2021-8-13 18:29</time>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="index indexStatic"></div>
|
||||
|
||||
<div class="content">
|
||||
<div class="innerContent">
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="classTitle">
|
||||
|
||||
Namespace <span>hcap.camera</span>
|
||||
</h1>
|
||||
|
||||
<div class="intro">
|
||||
<p class="description summary">
|
||||
hcap.camera
|
||||
</p>
|
||||
|
||||
|
||||
<ul class="summary">
|
||||
|
||||
|
||||
|
||||
<li>Defined in: <a href="../symbols/src/js_hcap-1.24.6.5901.js.html">hcap-1.24.6.5901.js</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class hcap.camera.">
|
||||
<caption class="sectionTitle">Namespace Summary</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Constructor Attributes</th>
|
||||
<th scope="col">Constructor Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="attributes"> </td>
|
||||
<td class="nameDescription" >
|
||||
<div class="fixedFont">
|
||||
<b><a href="../symbols/hcap.camera.html#constructor">hcap.camera</a></b>
|
||||
</div>
|
||||
<div class="description"></div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<!--
|
||||
#### METHODS SUMMARY
|
||||
-->
|
||||
|
||||
<section>
|
||||
|
||||
|
||||
<div class="props">
|
||||
<h2 class="sectionTitle">Method Summary</h2>
|
||||
|
||||
|
||||
<nav>
|
||||
<table class="summaryTable" id="MethodsList" cellspacing="0" summary="A summary of the methods documented in the class hcap.camera.">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Method Attributes</th>
|
||||
<th scope="col">Method Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
|
||||
|
||||
<tr
|
||||
class='item0'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.camera.<b><a href="../symbols/hcap.camera.html#.getCameraControl">getCameraControl</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Gets the current value of the camera control type.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr
|
||||
class='item1'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.camera.<b><a href="../symbols/hcap.camera.html#.getCameraInformation">getCameraInformation</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Get information about currently available camera devices.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr
|
||||
class='item2'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.camera.<b><a href="../symbols/hcap.camera.html#.setCameraControl">setCameraControl</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Sets the value of the camera control type.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENTS SUMMARY
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### CONSTRUCTOR DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle" id="constructor">
|
||||
Namespace Detail
|
||||
</h2>
|
||||
|
||||
<div class="fixedFont">
|
||||
<b>hcap.camera</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### FIELD DETAILS
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### METHOD DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle">
|
||||
Method Detail
|
||||
</h2>
|
||||
|
||||
<ul class="methodDetail" id="MethodDetail">
|
||||
|
||||
|
||||
<li
|
||||
class='item0'
|
||||
>
|
||||
<div class="fixedFont heading" id=".getCameraControl">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.camera.</span><b>getCameraControl</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Gets the current value of the camera control type. Only supported for Logitech BCC950 model.<br>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.camera.getCameraControl({
|
||||
"id" : "video0",
|
||||
"control_type" : "Brightness",
|
||||
"onSuccess" : function(s) {
|
||||
console.log("onSuccess : value = " + s.value);
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{String} param.id [Required] - camera id</li>
|
||||
<li>{String} param.control_type [Required] - control type of the camera ("Pan (relative)"/"Tilt (relative)"/"Zoom"/"Absolute"/"Brightness"/"Contrast"/"Sharpness")</li>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function (param) {
|
||||
// {Number} param.value - the current value of the control_type parameter.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.24.4</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.camera.html#.getCameraInformation">hcap.camera.getCameraInformation()</a><br>
|
||||
<a href="hcap.camera.html#.setCameraControl">hcap.camera.setCameraControl()</a><br></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
<div class="hr"></div>
|
||||
</li>
|
||||
|
||||
<li
|
||||
class='item1'
|
||||
>
|
||||
<div class="fixedFont heading" id=".getCameraInformation">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.camera.</span><b>getCameraInformation</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Get information about currently available camera devices. Only supported for Logitech BCC950 model.<br>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.camera.getCameraInformation({
|
||||
"onSuccess" : function() {
|
||||
console.log("onSuccess : list length = " + s.list.length);
|
||||
for (var i = 0; i < s.list.length; i++) {
|
||||
console.log(
|
||||
"[" + i + "].id = " + s.list[i].id +
|
||||
", [" + i + "].name = " + s.list[i].name +
|
||||
", [" + i + "].controls = " + s.list[i].controls
|
||||
);
|
||||
}
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.<br>
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function() {
|
||||
// {Array} param.list - camera information list supported by TV
|
||||
// {String} param.list[].id - camera id currently available
|
||||
// {String} param.list[].name - camera name currently available
|
||||
// {String} param.list[].controls - control types currently available
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.24.4</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.camera.html#.getCameraControl">hcap.camera.getCameraControl()</a><br>
|
||||
<a href="hcap.camera.html#.setCameraControl">hcap.camera.setCameraControl()</a><br></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
<div class="hr"></div>
|
||||
</li>
|
||||
|
||||
<li
|
||||
class='item2'
|
||||
>
|
||||
<div class="fixedFont heading" id=".setCameraControl">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.camera.</span><b>setCameraControl</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Sets the value of the camera control type. Only supported for Logitech BCC950 model.<br>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.camera.setCameraControl({
|
||||
"id" : "video0",
|
||||
"control_type" : "Pan (Relative)",
|
||||
"value" : -500,
|
||||
"onSuccess" : function(s) {
|
||||
console.log("onSuccess : value = " + s.value);
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{String} param.id [Required] - camera id</li>
|
||||
<li>{String} param.control_type [Required] - control type of the camera ("Pan (relative)"/"Tilt (relative)"/"Zoom"/"Absolute"/"Brightness"/"Contrast"/"Sharpness"/"Pan Reset"/"Tilt Reset")</li>
|
||||
<li>{Number} param.value [Required] - value to set</li>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function (param) {
|
||||
// No Parameter.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.24.4</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.camera.html#.getCameraInformation">hcap.camera.getCameraInformation()</a><br>
|
||||
<a href="hcap.camera.html#.getCameraControl">hcap.camera.getCameraControl()</a><br></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENT DETAILS
|
||||
-->
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
wbos.CssTools.MediaQueryFallBack.LoadCss('../css/screen.css', '../css/handheld.css', 660)
|
||||
codeview.classFilter.Init()
|
||||
</script>
|
||||
<script src="../javascript/highlighter/prettify.js"></script>
|
||||
<script>prettyPrint();</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -0,0 +1,680 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="JsDoc Toolkit" />
|
||||
<title>hcap.carousel | JsDoc Reference</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<meta name="mobileoptimized" content="0" />
|
||||
|
||||
<link rel="stylesheet" href="../css/all.css" media="all" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="only screen and (max-width: 660px)" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="handheld" />
|
||||
<link rel="stylesheet" href="../css/screen.css" media="screen and (min-width: 661px)" />
|
||||
|
||||
<link rel="stylesheet" href="../javascript/highlighter/dessert.css" />
|
||||
|
||||
<script src="../javascript/all.js"></script>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="../javascript/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="index">
|
||||
<div class="menu">
|
||||
<div class="indexLinks">
|
||||
<a href="../index.html">Classes</a>
|
||||
<a href="../files.html">Files</a>
|
||||
</div>
|
||||
<table width=100% class=confidential><tr><td><b>LGE Confidential</b></td></tr></table>
|
||||
<h2 class="heading1">Library</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td align=left class=confidential><a href="../../js/hcap.js">·hcap.js (1.24.6.5901)</li></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="heading1">Classes</h2>
|
||||
|
||||
<input type="text" name="classFilter" class="classFilter" id="ClassFilter" placeholder="Filter"></input>
|
||||
|
||||
<nav>
|
||||
<ul class="classList" id="ClassList">
|
||||
|
||||
<li><a href="../symbols/_global_.html">_global_</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.html">hcap</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.application.html">hcap<span class='break'> </span>.<span class='break'> </span>application</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.beacon.html">hcap<span class='break'> </span>.<span class='break'> </span>beacon</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.audio.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth<span class='break'> </span>.<span class='break'> </span>audio</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.camera.html">hcap<span class='break'> </span>.<span class='break'> </span>camera</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.carousel.html">hcap<span class='break'> </span>.<span class='break'> </span>carousel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.html">hcap<span class='break'> </span>.<span class='break'> </span>channel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.AudioStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>AudioStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelStatus.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelStatus</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.InbandDataServiceType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>InbandDataServiceType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.IpBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>IpBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.Polarization.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>Polarization</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.RfBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>RfBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.VideoStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>VideoStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.checkout.html">hcap<span class='break'> </span>.<span class='break'> </span>checkout</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.ExternalInputType.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput<span class='break'> </span>.<span class='break'> </span>ExternalInputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.file.html">hcap<span class='break'> </span>.<span class='break'> </span>file</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.iot.html">hcap<span class='break'> </span>.<span class='break'> </span>iot</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.html">hcap<span class='break'> </span>.<span class='break'> </span>key</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.Code.html">hcap<span class='break'> </span>.<span class='break'> </span>key<span class='break'> </span>.<span class='break'> </span>Code</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.html">hcap<span class='break'> </span>.<span class='break'> </span>Media</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.SubtitleType.html">hcap<span class='break'> </span>.<span class='break'> </span>Media<span class='break'> </span>.<span class='break'> </span>SubtitleType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mode.html">hcap<span class='break'> </span>.<span class='break'> </span>mode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mouse.html">hcap<span class='break'> </span>.<span class='break'> </span>mouse</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mpi.html">hcap<span class='break'> </span>.<span class='break'> </span>mpi</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.html">hcap<span class='break'> </span>.<span class='break'> </span>network</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.DhcpState.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>DhcpState</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkEventType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkEventType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WifiSecurityType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WifiSecurityType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WirelessMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WirelessMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.html">hcap<span class='break'> </span>.<span class='break'> </span>power</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.PowerMode.html">hcap<span class='break'> </span>.<span class='break'> </span>power<span class='break'> </span>.<span class='break'> </span>PowerMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.preloadedApplication.html">hcap<span class='break'> </span>.<span class='break'> </span>preloadedApplication</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.html">hcap<span class='break'> </span>.<span class='break'> </span>property</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.InstallerMenuItem.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>InstallerMenuItem</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PictureMode.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PictureMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PicturePropertyKey.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PicturePropertyKey</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rms.html">hcap<span class='break'> </span>.<span class='break'> </span>rms</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.BaudRate.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>BaudRate</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.DataBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>DataBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.FlowControl.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>FlowControl</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.Parity.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>Parity</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.StopBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>StopBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.security.html">hcap<span class='break'> </span>.<span class='break'> </span>security</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.socket.html">hcap<span class='break'> </span>.<span class='break'> </span>socket</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.html">hcap<span class='break'> </span>.<span class='break'> </span>speech</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.HostType.html">hcap<span class='break'> </span>.<span class='break'> </span>speech<span class='break'> </span>.<span class='break'> </span>HostType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.html">hcap<span class='break'> </span>.<span class='break'> </span>system</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.SoundOutputType.html">hcap<span class='break'> </span>.<span class='break'> </span>system<span class='break'> </span>.<span class='break'> </span>SoundOutputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.time.html">hcap<span class='break'> </span>.<span class='break'> </span>time</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.video.html">hcap<span class='break'> </span>.<span class='break'> </span>video</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.volume.html">hcap<span class='break'> </span>.<span class='break'> </span>volume</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.webrtc.html">hcap<span class='break'> </span>.<span class='break'> </span>webrtc</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="fineprint" style="clear:both">
|
||||
<footer>
|
||||
|
||||
Documentation generator: <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0<br />
|
||||
Template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview</a> 1.2<br />
|
||||
Generated on:
|
||||
<time datetime='2021-8-13' pubdate>2021-8-13 18:29</time>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="index indexStatic"></div>
|
||||
|
||||
<div class="content">
|
||||
<div class="innerContent">
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="classTitle">
|
||||
|
||||
Namespace <span>hcap.carousel</span>
|
||||
</h1>
|
||||
|
||||
<div class="intro">
|
||||
<p class="description summary">
|
||||
hcap.carousel
|
||||
</p>
|
||||
|
||||
|
||||
<ul class="summary">
|
||||
|
||||
|
||||
|
||||
<li>Defined in: <a href="../symbols/src/js_hcap-1.24.6.5901.js.html">hcap-1.24.6.5901.js</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class hcap.carousel.">
|
||||
<caption class="sectionTitle">Namespace Summary</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Constructor Attributes</th>
|
||||
<th scope="col">Constructor Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="attributes"> </td>
|
||||
<td class="nameDescription" >
|
||||
<div class="fixedFont">
|
||||
<b><a href="../symbols/hcap.carousel.html#constructor">hcap.carousel</a></b>
|
||||
</div>
|
||||
<div class="description"></div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<!--
|
||||
#### METHODS SUMMARY
|
||||
-->
|
||||
|
||||
<section>
|
||||
|
||||
|
||||
<div class="props">
|
||||
<h2 class="sectionTitle">Method Summary</h2>
|
||||
|
||||
|
||||
<nav>
|
||||
<table class="summaryTable" id="MethodsList" cellspacing="0" summary="A summary of the methods documented in the class hcap.carousel.">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Method Attributes</th>
|
||||
<th scope="col">Method Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
|
||||
|
||||
<tr
|
||||
class='item0'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.carousel.<b><a href="../symbols/hcap.carousel.html#.clearCarouselDataCache">clearCarouselDataCache</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Clear the cache storage for the carousel data.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr
|
||||
class='item1'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.carousel.<b><a href="../symbols/hcap.carousel.html#.isCarouselDataCached">isCarouselDataCached</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Checks if the carousel data is cached or not.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr
|
||||
class='item2'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.carousel.<b><a href="../symbols/hcap.carousel.html#.requestCacheCarouselData">requestCacheCarouselData</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Requests to cache the carousel data file for the given url.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENTS SUMMARY
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### CONSTRUCTOR DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle" id="constructor">
|
||||
Namespace Detail
|
||||
</h2>
|
||||
|
||||
<div class="fixedFont">
|
||||
<b>hcap.carousel</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### FIELD DETAILS
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### METHOD DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle">
|
||||
Method Detail
|
||||
</h2>
|
||||
|
||||
<ul class="methodDetail" id="MethodDetail">
|
||||
|
||||
|
||||
<li
|
||||
class='item0'
|
||||
>
|
||||
<div class="fixedFont heading" id=".clearCarouselDataCache">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.carousel.</span><b>clearCarouselDataCache</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Clear the cache storage for the carousel data. All carousel cache will be deleted.
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.carousel.clearCarouselDataCache({
|
||||
"onSuccess" : function() {
|
||||
console.log("onSuccess");
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function() {
|
||||
// No Parameter.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.carousel.html#.requestCacheCarouselData">hcap.carousel.requestCacheCarouselData()</a><br>
|
||||
<a href="hcap.carousel.html#.isCarouselDataCached">hcap.carousel.isCarouselDataCached()</a><br>
|
||||
<a href="_global_.html#event:carousel_data_cached">{Event} carousel_data_cached</a></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
<div class="hr"></div>
|
||||
</li>
|
||||
|
||||
<li
|
||||
class='item1'
|
||||
>
|
||||
<div class="fixedFont heading" id=".isCarouselDataCached">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.carousel.</span><b>isCarouselDataCached</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Checks if the carousel data is cached or not.
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.carousel.isCarouselDataCached({
|
||||
"url" : "hcap://1.1.1/xait.xml",
|
||||
"onSuccess" : function(s) {
|
||||
console.log("onSuccess : cachePath = " + s.cachePath);
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{String} param.url [Required] - carousel data url to check.</li>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function (param) {
|
||||
// {String} param.cachePath - cached url path if carousel data is cached. Empty string ("") if not.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.carousel.html#.requestCacheCarouselData">hcap.carousel.requestCacheCarouselData()</a><br>
|
||||
<a href="hcap.carousel.html#.clearCarouselDataCache">hcap.carousel.clearCarouselDataCache()</a><br>
|
||||
<a href="_global_.html#event:carousel_data_cached">{Event} carousel_data_cached</a></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
<div class="hr"></div>
|
||||
</li>
|
||||
|
||||
<li
|
||||
class='item2'
|
||||
>
|
||||
<div class="fixedFont heading" id=".requestCacheCarouselData">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.carousel.</span><b>requestCacheCarouselData</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Requests to cache the carousel data file for the given url. The carousel data will be cached internally.<br>
|
||||
When the carousel data is cached, application will received the <a href="_global_.html#event:carousel_data_cached">{Event} carousel_data_cached</a>.
|
||||
<br><br>
|
||||
The carousel data can be broadcasted in two ways. <br>
|
||||
One is through RF channel and the other is through IP multicast channel.<br>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">// Request to cache xait.xml from data channel (frequency : 1 for both RF and IP multicast) with program number 1 and component tag 1.
|
||||
hcap.carousel.requestCacheCarouselData({
|
||||
"url" : "hcap://1.1.1/xait.xml",
|
||||
"onSuccess" : function() {
|
||||
console.log("onSuccess");
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
<pre class="code prettyprint">// Request to cache xait.xml from the channel (frequency : 513MHz) with program number 1 and component tag 1.
|
||||
hcap.carousel.requestCacheCarouselData({
|
||||
"url" : "hcap://513000000.1.1/xait.xml",
|
||||
"onSuccess" : function() {
|
||||
console.log("onSuccess");
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{String} param.url [Required] - carousel data url. <br>The format should be "hcap://[frequency (Hz, and MHz for satellite)].[program number].[component tag]/[path]/[content name]".<br>
|
||||
frequency 1 means Pro:Centric server same as data channel of RF frequency or IP multicast address.</li>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function() {
|
||||
// No Parameter.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.carousel.html#.isCarouselDataCached">hcap.carousel.isCarouselDataCached()</a><br>
|
||||
<a href="hcap.carousel.html#.clearCarouselDataCache">hcap.carousel.clearCarouselDataCache()</a><br>
|
||||
<a href="_global_.html#event:carousel_data_cached">{Event} carousel_data_cached</a></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENT DETAILS
|
||||
-->
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
wbos.CssTools.MediaQueryFallBack.LoadCss('../css/screen.css', '../css/handheld.css', 660)
|
||||
codeview.classFilter.Init()
|
||||
</script>
|
||||
<script src="../javascript/highlighter/prettify.js"></script>
|
||||
<script>prettyPrint();</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -0,0 +1,833 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="JsDoc Toolkit" />
|
||||
<title>hcap.channel.AudioStreamType | JsDoc Reference</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<meta name="mobileoptimized" content="0" />
|
||||
|
||||
<link rel="stylesheet" href="../css/all.css" media="all" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="only screen and (max-width: 660px)" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="handheld" />
|
||||
<link rel="stylesheet" href="../css/screen.css" media="screen and (min-width: 661px)" />
|
||||
|
||||
<link rel="stylesheet" href="../javascript/highlighter/dessert.css" />
|
||||
|
||||
<script src="../javascript/all.js"></script>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="../javascript/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="index">
|
||||
<div class="menu">
|
||||
<div class="indexLinks">
|
||||
<a href="../index.html">Classes</a>
|
||||
<a href="../files.html">Files</a>
|
||||
</div>
|
||||
<table width=100% class=confidential><tr><td><b>LGE Confidential</b></td></tr></table>
|
||||
<h2 class="heading1">Library</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td align=left class=confidential><a href="../../js/hcap.js">·hcap.js (1.24.6.5901)</li></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="heading1">Classes</h2>
|
||||
|
||||
<input type="text" name="classFilter" class="classFilter" id="ClassFilter" placeholder="Filter"></input>
|
||||
|
||||
<nav>
|
||||
<ul class="classList" id="ClassList">
|
||||
|
||||
<li><a href="../symbols/_global_.html">_global_</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.html">hcap</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.application.html">hcap<span class='break'> </span>.<span class='break'> </span>application</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.beacon.html">hcap<span class='break'> </span>.<span class='break'> </span>beacon</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.audio.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth<span class='break'> </span>.<span class='break'> </span>audio</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.camera.html">hcap<span class='break'> </span>.<span class='break'> </span>camera</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.carousel.html">hcap<span class='break'> </span>.<span class='break'> </span>carousel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.html">hcap<span class='break'> </span>.<span class='break'> </span>channel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.AudioStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>AudioStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelStatus.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelStatus</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.InbandDataServiceType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>InbandDataServiceType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.IpBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>IpBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.Polarization.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>Polarization</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.RfBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>RfBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.VideoStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>VideoStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.checkout.html">hcap<span class='break'> </span>.<span class='break'> </span>checkout</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.ExternalInputType.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput<span class='break'> </span>.<span class='break'> </span>ExternalInputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.file.html">hcap<span class='break'> </span>.<span class='break'> </span>file</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.iot.html">hcap<span class='break'> </span>.<span class='break'> </span>iot</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.html">hcap<span class='break'> </span>.<span class='break'> </span>key</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.Code.html">hcap<span class='break'> </span>.<span class='break'> </span>key<span class='break'> </span>.<span class='break'> </span>Code</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.html">hcap<span class='break'> </span>.<span class='break'> </span>Media</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.SubtitleType.html">hcap<span class='break'> </span>.<span class='break'> </span>Media<span class='break'> </span>.<span class='break'> </span>SubtitleType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mode.html">hcap<span class='break'> </span>.<span class='break'> </span>mode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mouse.html">hcap<span class='break'> </span>.<span class='break'> </span>mouse</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mpi.html">hcap<span class='break'> </span>.<span class='break'> </span>mpi</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.html">hcap<span class='break'> </span>.<span class='break'> </span>network</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.DhcpState.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>DhcpState</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkEventType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkEventType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WifiSecurityType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WifiSecurityType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WirelessMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WirelessMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.html">hcap<span class='break'> </span>.<span class='break'> </span>power</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.PowerMode.html">hcap<span class='break'> </span>.<span class='break'> </span>power<span class='break'> </span>.<span class='break'> </span>PowerMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.preloadedApplication.html">hcap<span class='break'> </span>.<span class='break'> </span>preloadedApplication</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.html">hcap<span class='break'> </span>.<span class='break'> </span>property</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.InstallerMenuItem.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>InstallerMenuItem</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PictureMode.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PictureMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PicturePropertyKey.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PicturePropertyKey</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rms.html">hcap<span class='break'> </span>.<span class='break'> </span>rms</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.BaudRate.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>BaudRate</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.DataBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>DataBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.FlowControl.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>FlowControl</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.Parity.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>Parity</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.StopBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>StopBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.security.html">hcap<span class='break'> </span>.<span class='break'> </span>security</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.socket.html">hcap<span class='break'> </span>.<span class='break'> </span>socket</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.html">hcap<span class='break'> </span>.<span class='break'> </span>speech</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.HostType.html">hcap<span class='break'> </span>.<span class='break'> </span>speech<span class='break'> </span>.<span class='break'> </span>HostType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.html">hcap<span class='break'> </span>.<span class='break'> </span>system</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.SoundOutputType.html">hcap<span class='break'> </span>.<span class='break'> </span>system<span class='break'> </span>.<span class='break'> </span>SoundOutputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.time.html">hcap<span class='break'> </span>.<span class='break'> </span>time</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.video.html">hcap<span class='break'> </span>.<span class='break'> </span>video</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.volume.html">hcap<span class='break'> </span>.<span class='break'> </span>volume</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.webrtc.html">hcap<span class='break'> </span>.<span class='break'> </span>webrtc</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="fineprint" style="clear:both">
|
||||
<footer>
|
||||
|
||||
Documentation generator: <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0<br />
|
||||
Template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview</a> 1.2<br />
|
||||
Generated on:
|
||||
<time datetime='2021-8-13' pubdate>2021-8-13 18:29</time>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="index indexStatic"></div>
|
||||
|
||||
<div class="content">
|
||||
<div class="innerContent">
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="classTitle">
|
||||
|
||||
Namespace <span>hcap.channel.AudioStreamType</span>
|
||||
</h1>
|
||||
|
||||
<div class="intro">
|
||||
<p class="description summary">
|
||||
hcap.channel.AudioStreamType
|
||||
</p>
|
||||
|
||||
|
||||
<ul class="summary">
|
||||
|
||||
|
||||
|
||||
<li>Defined in: <a href="../symbols/src/js_hcap-1.24.6.5901.js.html">hcap-1.24.6.5901.js</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class hcap.channel.AudioStreamType.">
|
||||
<caption class="sectionTitle">Namespace Summary</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Constructor Attributes</th>
|
||||
<th scope="col">Constructor Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="attributes"> </td>
|
||||
<td class="nameDescription" >
|
||||
<div class="fixedFont">
|
||||
<b><a href="../symbols/hcap.channel.AudioStreamType.html#constructor">hcap.channel.AudioStreamType</a></b>
|
||||
</div>
|
||||
<div class="description"></div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
|
||||
<nav>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the fields documented in the class hcap.channel.AudioStreamType.">
|
||||
<caption class="sectionTitle">Field Summary</caption>
|
||||
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Field Attributes</th>
|
||||
<th scope="col">Field Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.channel.AudioStreamType.<b><a href="../symbols/hcap.channel.AudioStreamType.html#.AC3">AC3</a></b>
|
||||
</div>
|
||||
<div class="description">DOLBY AC-3_AUDIO.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.channel.AudioStreamType.<b><a href="../symbols/hcap.channel.AudioStreamType.html#.ANALOG_BG">ANALOG_BG</a></b>
|
||||
</div>
|
||||
<div class="description">deprecated since 1.6.0</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.channel.AudioStreamType.<b><a href="../symbols/hcap.channel.AudioStreamType.html#.ANALOG_DK">ANALOG_DK</a></b>
|
||||
</div>
|
||||
<div class="description">deprecated since 1.6.0</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.channel.AudioStreamType.<b><a href="../symbols/hcap.channel.AudioStreamType.html#.ANALOG_END">ANALOG_END</a></b>
|
||||
</div>
|
||||
<div class="description">deprecated since 1.6.0</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.channel.AudioStreamType.<b><a href="../symbols/hcap.channel.AudioStreamType.html#.ANALOG_I">ANALOG_I</a></b>
|
||||
</div>
|
||||
<div class="description">deprecated since 1.6.0</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.channel.AudioStreamType.<b><a href="../symbols/hcap.channel.AudioStreamType.html#.ANALOG_L">ANALOG_L</a></b>
|
||||
</div>
|
||||
<div class="description">deprecated since 1.6.0</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.channel.AudioStreamType.<b><a href="../symbols/hcap.channel.AudioStreamType.html#.ANALOG_LP">ANALOG_LP</a></b>
|
||||
</div>
|
||||
<div class="description">deprecated since 1.6.0</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.channel.AudioStreamType.<b><a href="../symbols/hcap.channel.AudioStreamType.html#.ANALOG_MN">ANALOG_MN</a></b>
|
||||
</div>
|
||||
<div class="description">deprecated since 1.6.0</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.channel.AudioStreamType.<b><a href="../symbols/hcap.channel.AudioStreamType.html#.EAC3">EAC3</a></b>
|
||||
</div>
|
||||
<div class="description">DOLBY AC-3+(E-AC3).</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.channel.AudioStreamType.<b><a href="../symbols/hcap.channel.AudioStreamType.html#.MPEG1">MPEG1</a></b>
|
||||
</div>
|
||||
<div class="description">ISO/IEC 11172-3 MPEG-1 Part3: AUDIO</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.channel.AudioStreamType.<b><a href="../symbols/hcap.channel.AudioStreamType.html#.MPEG2">MPEG2</a></b>
|
||||
</div>
|
||||
<div class="description">ISO/IEC 13818-3 MPEG-2 Part3: AUDIO</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.channel.AudioStreamType.<b><a href="../symbols/hcap.channel.AudioStreamType.html#.MPEG2_AAC">MPEG2_AAC</a></b>
|
||||
</div>
|
||||
<div class="description">ISO/IEC 13818-7 MPEG-2 Part7: AAC.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.channel.AudioStreamType.<b><a href="../symbols/hcap.channel.AudioStreamType.html#.MPEG4_HEAAC">MPEG4_HEAAC</a></b>
|
||||
</div>
|
||||
<div class="description">ISO/IEC 14496-3 MPEG-4 Part3: AUDIO AAC/HEAAC.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHODS SUMMARY
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENTS SUMMARY
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### CONSTRUCTOR DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle" id="constructor">
|
||||
Namespace Detail
|
||||
</h2>
|
||||
|
||||
<div class="fixedFont">
|
||||
<b>hcap.channel.AudioStreamType</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### FIELD DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle">
|
||||
Field Detail
|
||||
</h2>
|
||||
|
||||
|
||||
<div class="fixedFont heading" id=".AC3">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.channel.AudioStreamType.</span><b>AC3</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
DOLBY AC-3_AUDIO.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".ANALOG_BG">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.channel.AudioStreamType.</span><b>ANALOG_BG</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
deprecated since 1.6.0
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".ANALOG_DK">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.channel.AudioStreamType.</span><b>ANALOG_DK</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
deprecated since 1.6.0
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".ANALOG_END">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.channel.AudioStreamType.</span><b>ANALOG_END</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
deprecated since 1.6.0
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".ANALOG_I">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.channel.AudioStreamType.</span><b>ANALOG_I</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
deprecated since 1.6.0
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".ANALOG_L">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.channel.AudioStreamType.</span><b>ANALOG_L</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
deprecated since 1.6.0
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".ANALOG_LP">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.channel.AudioStreamType.</span><b>ANALOG_LP</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
deprecated since 1.6.0
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".ANALOG_MN">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.channel.AudioStreamType.</span><b>ANALOG_MN</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
deprecated since 1.6.0
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".EAC3">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.channel.AudioStreamType.</span><b>EAC3</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
DOLBY AC-3+(E-AC3).
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".MPEG1">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.channel.AudioStreamType.</span><b>MPEG1</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
ISO/IEC 11172-3 MPEG-1 Part3: AUDIO
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".MPEG2">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.channel.AudioStreamType.</span><b>MPEG2</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
ISO/IEC 13818-3 MPEG-2 Part3: AUDIO
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".MPEG2_AAC">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.channel.AudioStreamType.</span><b>MPEG2_AAC</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
ISO/IEC 13818-7 MPEG-2 Part7: AAC.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".MPEG4_HEAAC">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.channel.AudioStreamType.</span><b>MPEG4_HEAAC</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
ISO/IEC 14496-3 MPEG-4 Part3: AUDIO AAC/HEAAC.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHOD DETAILS
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENT DETAILS
|
||||
-->
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
wbos.CssTools.MediaQueryFallBack.LoadCss('../css/screen.css', '../css/handheld.css', 660)
|
||||
codeview.classFilter.Init()
|
||||
</script>
|
||||
<script src="../javascript/highlighter/prettify.js"></script>
|
||||
<script>prettyPrint();</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -0,0 +1,564 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="JsDoc Toolkit" />
|
||||
<title>hcap.channel.ChannelStatus | JsDoc Reference</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<meta name="mobileoptimized" content="0" />
|
||||
|
||||
<link rel="stylesheet" href="../css/all.css" media="all" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="only screen and (max-width: 660px)" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="handheld" />
|
||||
<link rel="stylesheet" href="../css/screen.css" media="screen and (min-width: 661px)" />
|
||||
|
||||
<link rel="stylesheet" href="../javascript/highlighter/dessert.css" />
|
||||
|
||||
<script src="../javascript/all.js"></script>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="../javascript/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="index">
|
||||
<div class="menu">
|
||||
<div class="indexLinks">
|
||||
<a href="../index.html">Classes</a>
|
||||
<a href="../files.html">Files</a>
|
||||
</div>
|
||||
<table width=100% class=confidential><tr><td><b>LGE Confidential</b></td></tr></table>
|
||||
<h2 class="heading1">Library</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td align=left class=confidential><a href="../../js/hcap.js">·hcap.js (1.24.6.5901)</li></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="heading1">Classes</h2>
|
||||
|
||||
<input type="text" name="classFilter" class="classFilter" id="ClassFilter" placeholder="Filter"></input>
|
||||
|
||||
<nav>
|
||||
<ul class="classList" id="ClassList">
|
||||
|
||||
<li><a href="../symbols/_global_.html">_global_</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.html">hcap</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.application.html">hcap<span class='break'> </span>.<span class='break'> </span>application</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.beacon.html">hcap<span class='break'> </span>.<span class='break'> </span>beacon</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.audio.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth<span class='break'> </span>.<span class='break'> </span>audio</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.camera.html">hcap<span class='break'> </span>.<span class='break'> </span>camera</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.carousel.html">hcap<span class='break'> </span>.<span class='break'> </span>carousel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.html">hcap<span class='break'> </span>.<span class='break'> </span>channel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.AudioStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>AudioStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelStatus.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelStatus</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.InbandDataServiceType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>InbandDataServiceType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.IpBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>IpBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.Polarization.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>Polarization</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.RfBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>RfBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.VideoStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>VideoStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.checkout.html">hcap<span class='break'> </span>.<span class='break'> </span>checkout</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.ExternalInputType.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput<span class='break'> </span>.<span class='break'> </span>ExternalInputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.file.html">hcap<span class='break'> </span>.<span class='break'> </span>file</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.iot.html">hcap<span class='break'> </span>.<span class='break'> </span>iot</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.html">hcap<span class='break'> </span>.<span class='break'> </span>key</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.Code.html">hcap<span class='break'> </span>.<span class='break'> </span>key<span class='break'> </span>.<span class='break'> </span>Code</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.html">hcap<span class='break'> </span>.<span class='break'> </span>Media</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.SubtitleType.html">hcap<span class='break'> </span>.<span class='break'> </span>Media<span class='break'> </span>.<span class='break'> </span>SubtitleType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mode.html">hcap<span class='break'> </span>.<span class='break'> </span>mode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mouse.html">hcap<span class='break'> </span>.<span class='break'> </span>mouse</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mpi.html">hcap<span class='break'> </span>.<span class='break'> </span>mpi</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.html">hcap<span class='break'> </span>.<span class='break'> </span>network</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.DhcpState.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>DhcpState</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkEventType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkEventType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WifiSecurityType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WifiSecurityType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WirelessMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WirelessMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.html">hcap<span class='break'> </span>.<span class='break'> </span>power</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.PowerMode.html">hcap<span class='break'> </span>.<span class='break'> </span>power<span class='break'> </span>.<span class='break'> </span>PowerMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.preloadedApplication.html">hcap<span class='break'> </span>.<span class='break'> </span>preloadedApplication</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.html">hcap<span class='break'> </span>.<span class='break'> </span>property</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.InstallerMenuItem.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>InstallerMenuItem</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PictureMode.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PictureMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PicturePropertyKey.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PicturePropertyKey</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rms.html">hcap<span class='break'> </span>.<span class='break'> </span>rms</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.BaudRate.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>BaudRate</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.DataBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>DataBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.FlowControl.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>FlowControl</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.Parity.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>Parity</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.StopBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>StopBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.security.html">hcap<span class='break'> </span>.<span class='break'> </span>security</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.socket.html">hcap<span class='break'> </span>.<span class='break'> </span>socket</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.html">hcap<span class='break'> </span>.<span class='break'> </span>speech</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.HostType.html">hcap<span class='break'> </span>.<span class='break'> </span>speech<span class='break'> </span>.<span class='break'> </span>HostType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.html">hcap<span class='break'> </span>.<span class='break'> </span>system</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.SoundOutputType.html">hcap<span class='break'> </span>.<span class='break'> </span>system<span class='break'> </span>.<span class='break'> </span>SoundOutputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.time.html">hcap<span class='break'> </span>.<span class='break'> </span>time</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.video.html">hcap<span class='break'> </span>.<span class='break'> </span>video</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.volume.html">hcap<span class='break'> </span>.<span class='break'> </span>volume</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.webrtc.html">hcap<span class='break'> </span>.<span class='break'> </span>webrtc</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="fineprint" style="clear:both">
|
||||
<footer>
|
||||
|
||||
Documentation generator: <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0<br />
|
||||
Template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview</a> 1.2<br />
|
||||
Generated on:
|
||||
<time datetime='2021-8-13' pubdate>2021-8-13 18:29</time>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="index indexStatic"></div>
|
||||
|
||||
<div class="content">
|
||||
<div class="innerContent">
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="classTitle">
|
||||
|
||||
Namespace <span>hcap.channel.ChannelStatus</span>
|
||||
</h1>
|
||||
|
||||
<div class="intro">
|
||||
<p class="description summary">
|
||||
hcap.channel.ChannelStatus
|
||||
</p>
|
||||
|
||||
|
||||
<ul class="summary">
|
||||
|
||||
|
||||
|
||||
<li>Defined in: <a href="../symbols/src/js_hcap-1.24.6.5901.js.html">hcap-1.24.6.5901.js</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class hcap.channel.ChannelStatus.">
|
||||
<caption class="sectionTitle">Namespace Summary</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Constructor Attributes</th>
|
||||
<th scope="col">Constructor Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="attributes"> </td>
|
||||
<td class="nameDescription" >
|
||||
<div class="fixedFont">
|
||||
<b><a href="../symbols/hcap.channel.ChannelStatus.html#constructor">hcap.channel.ChannelStatus</a></b>
|
||||
</div>
|
||||
<div class="description"></div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
|
||||
<nav>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the fields documented in the class hcap.channel.ChannelStatus.">
|
||||
<caption class="sectionTitle">Field Summary</caption>
|
||||
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Field Attributes</th>
|
||||
<th scope="col">Field Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.channel.ChannelStatus.<b><a href="../symbols/hcap.channel.ChannelStatus.html#.AUDIO_ONLY_BLOCKED">AUDIO_ONLY_BLOCKED</a></b>
|
||||
</div>
|
||||
<div class="description">Only audio is blocked.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.channel.ChannelStatus.<b><a href="../symbols/hcap.channel.ChannelStatus.html#.AUDIO_VIDEO_BLOCKED">AUDIO_VIDEO_BLOCKED</a></b>
|
||||
</div>
|
||||
<div class="description">Audio and video are blocked.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.channel.ChannelStatus.<b><a href="../symbols/hcap.channel.ChannelStatus.html#.AUDIO_VIDEO_NOT_BLOCKED">AUDIO_VIDEO_NOT_BLOCKED</a></b>
|
||||
</div>
|
||||
<div class="description">Audio and video are not blocked.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.channel.ChannelStatus.<b><a href="../symbols/hcap.channel.ChannelStatus.html#.UNKNOWN">UNKNOWN</a></b>
|
||||
</div>
|
||||
<div class="description">Unknown channel status.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.channel.ChannelStatus.<b><a href="../symbols/hcap.channel.ChannelStatus.html#.VIDEO_ONLY_BLOCKED">VIDEO_ONLY_BLOCKED</a></b>
|
||||
</div>
|
||||
<div class="description">Only video is blocked.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHODS SUMMARY
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENTS SUMMARY
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### CONSTRUCTOR DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle" id="constructor">
|
||||
Namespace Detail
|
||||
</h2>
|
||||
|
||||
<div class="fixedFont">
|
||||
<b>hcap.channel.ChannelStatus</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### FIELD DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle">
|
||||
Field Detail
|
||||
</h2>
|
||||
|
||||
|
||||
<div class="fixedFont heading" id=".AUDIO_ONLY_BLOCKED">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.channel.ChannelStatus.</span><b>AUDIO_ONLY_BLOCKED</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Only audio is blocked.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.14.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".AUDIO_VIDEO_BLOCKED">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.channel.ChannelStatus.</span><b>AUDIO_VIDEO_BLOCKED</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Audio and video are blocked.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.14.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".AUDIO_VIDEO_NOT_BLOCKED">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.channel.ChannelStatus.</span><b>AUDIO_VIDEO_NOT_BLOCKED</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Audio and video are not blocked.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.14.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".UNKNOWN">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.channel.ChannelStatus.</span><b>UNKNOWN</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Unknown channel status.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.12.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".VIDEO_ONLY_BLOCKED">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.channel.ChannelStatus.</span><b>VIDEO_ONLY_BLOCKED</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Only video is blocked.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.14.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHOD DETAILS
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENT DETAILS
|
||||
-->
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
wbos.CssTools.MediaQueryFallBack.LoadCss('../css/screen.css', '../css/handheld.css', 660)
|
||||
codeview.classFilter.Init()
|
||||
</script>
|
||||
<script src="../javascript/highlighter/prettify.js"></script>
|
||||
<script>prettyPrint();</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -0,0 +1,564 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="JsDoc Toolkit" />
|
||||
<title>hcap.channel.ChannelType | JsDoc Reference</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<meta name="mobileoptimized" content="0" />
|
||||
|
||||
<link rel="stylesheet" href="../css/all.css" media="all" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="only screen and (max-width: 660px)" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="handheld" />
|
||||
<link rel="stylesheet" href="../css/screen.css" media="screen and (min-width: 661px)" />
|
||||
|
||||
<link rel="stylesheet" href="../javascript/highlighter/dessert.css" />
|
||||
|
||||
<script src="../javascript/all.js"></script>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="../javascript/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="index">
|
||||
<div class="menu">
|
||||
<div class="indexLinks">
|
||||
<a href="../index.html">Classes</a>
|
||||
<a href="../files.html">Files</a>
|
||||
</div>
|
||||
<table width=100% class=confidential><tr><td><b>LGE Confidential</b></td></tr></table>
|
||||
<h2 class="heading1">Library</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td align=left class=confidential><a href="../../js/hcap.js">·hcap.js (1.24.6.5901)</li></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="heading1">Classes</h2>
|
||||
|
||||
<input type="text" name="classFilter" class="classFilter" id="ClassFilter" placeholder="Filter"></input>
|
||||
|
||||
<nav>
|
||||
<ul class="classList" id="ClassList">
|
||||
|
||||
<li><a href="../symbols/_global_.html">_global_</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.html">hcap</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.application.html">hcap<span class='break'> </span>.<span class='break'> </span>application</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.beacon.html">hcap<span class='break'> </span>.<span class='break'> </span>beacon</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.audio.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth<span class='break'> </span>.<span class='break'> </span>audio</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.camera.html">hcap<span class='break'> </span>.<span class='break'> </span>camera</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.carousel.html">hcap<span class='break'> </span>.<span class='break'> </span>carousel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.html">hcap<span class='break'> </span>.<span class='break'> </span>channel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.AudioStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>AudioStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelStatus.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelStatus</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.InbandDataServiceType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>InbandDataServiceType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.IpBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>IpBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.Polarization.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>Polarization</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.RfBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>RfBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.VideoStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>VideoStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.checkout.html">hcap<span class='break'> </span>.<span class='break'> </span>checkout</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.ExternalInputType.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput<span class='break'> </span>.<span class='break'> </span>ExternalInputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.file.html">hcap<span class='break'> </span>.<span class='break'> </span>file</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.iot.html">hcap<span class='break'> </span>.<span class='break'> </span>iot</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.html">hcap<span class='break'> </span>.<span class='break'> </span>key</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.Code.html">hcap<span class='break'> </span>.<span class='break'> </span>key<span class='break'> </span>.<span class='break'> </span>Code</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.html">hcap<span class='break'> </span>.<span class='break'> </span>Media</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.SubtitleType.html">hcap<span class='break'> </span>.<span class='break'> </span>Media<span class='break'> </span>.<span class='break'> </span>SubtitleType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mode.html">hcap<span class='break'> </span>.<span class='break'> </span>mode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mouse.html">hcap<span class='break'> </span>.<span class='break'> </span>mouse</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mpi.html">hcap<span class='break'> </span>.<span class='break'> </span>mpi</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.html">hcap<span class='break'> </span>.<span class='break'> </span>network</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.DhcpState.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>DhcpState</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkEventType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkEventType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WifiSecurityType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WifiSecurityType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WirelessMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WirelessMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.html">hcap<span class='break'> </span>.<span class='break'> </span>power</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.PowerMode.html">hcap<span class='break'> </span>.<span class='break'> </span>power<span class='break'> </span>.<span class='break'> </span>PowerMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.preloadedApplication.html">hcap<span class='break'> </span>.<span class='break'> </span>preloadedApplication</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.html">hcap<span class='break'> </span>.<span class='break'> </span>property</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.InstallerMenuItem.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>InstallerMenuItem</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PictureMode.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PictureMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PicturePropertyKey.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PicturePropertyKey</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rms.html">hcap<span class='break'> </span>.<span class='break'> </span>rms</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.BaudRate.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>BaudRate</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.DataBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>DataBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.FlowControl.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>FlowControl</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.Parity.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>Parity</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.StopBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>StopBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.security.html">hcap<span class='break'> </span>.<span class='break'> </span>security</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.socket.html">hcap<span class='break'> </span>.<span class='break'> </span>socket</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.html">hcap<span class='break'> </span>.<span class='break'> </span>speech</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.HostType.html">hcap<span class='break'> </span>.<span class='break'> </span>speech<span class='break'> </span>.<span class='break'> </span>HostType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.html">hcap<span class='break'> </span>.<span class='break'> </span>system</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.SoundOutputType.html">hcap<span class='break'> </span>.<span class='break'> </span>system<span class='break'> </span>.<span class='break'> </span>SoundOutputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.time.html">hcap<span class='break'> </span>.<span class='break'> </span>time</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.video.html">hcap<span class='break'> </span>.<span class='break'> </span>video</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.volume.html">hcap<span class='break'> </span>.<span class='break'> </span>volume</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.webrtc.html">hcap<span class='break'> </span>.<span class='break'> </span>webrtc</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="fineprint" style="clear:both">
|
||||
<footer>
|
||||
|
||||
Documentation generator: <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0<br />
|
||||
Template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview</a> 1.2<br />
|
||||
Generated on:
|
||||
<time datetime='2021-8-13' pubdate>2021-8-13 18:29</time>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="index indexStatic"></div>
|
||||
|
||||
<div class="content">
|
||||
<div class="innerContent">
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="classTitle">
|
||||
|
||||
Namespace <span>hcap.channel.ChannelType</span>
|
||||
</h1>
|
||||
|
||||
<div class="intro">
|
||||
<p class="description summary">
|
||||
ChannelType
|
||||
</p>
|
||||
|
||||
|
||||
<ul class="summary">
|
||||
|
||||
|
||||
|
||||
<li>Defined in: <a href="../symbols/src/js_hcap-1.24.6.5901.js.html">hcap-1.24.6.5901.js</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class hcap.channel.ChannelType.">
|
||||
<caption class="sectionTitle">Namespace Summary</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Constructor Attributes</th>
|
||||
<th scope="col">Constructor Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="attributes"> </td>
|
||||
<td class="nameDescription" >
|
||||
<div class="fixedFont">
|
||||
<b><a href="../symbols/hcap.channel.ChannelType.html#constructor">hcap.channel.ChannelType</a></b>
|
||||
</div>
|
||||
<div class="description"></div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
|
||||
<nav>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the fields documented in the class hcap.channel.ChannelType.">
|
||||
<caption class="sectionTitle">Field Summary</caption>
|
||||
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Field Attributes</th>
|
||||
<th scope="col">Field Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.channel.ChannelType.<b><a href="../symbols/hcap.channel.ChannelType.html#.IP">IP</a></b>
|
||||
</div>
|
||||
<div class="description">IP A/V channel type.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.channel.ChannelType.<b><a href="../symbols/hcap.channel.ChannelType.html#.IP_DATA">IP_DATA</a></b>
|
||||
</div>
|
||||
<div class="description">IP Data channel type.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.channel.ChannelType.<b><a href="../symbols/hcap.channel.ChannelType.html#.RF">RF</a></b>
|
||||
</div>
|
||||
<div class="description">RF A/V channel type.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.channel.ChannelType.<b><a href="../symbols/hcap.channel.ChannelType.html#.RF_DATA">RF_DATA</a></b>
|
||||
</div>
|
||||
<div class="description">RF Data channel type.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.channel.ChannelType.<b><a href="../symbols/hcap.channel.ChannelType.html#.UNKNOWN">UNKNOWN</a></b>
|
||||
</div>
|
||||
<div class="description">Unknown channel type.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHODS SUMMARY
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENTS SUMMARY
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### CONSTRUCTOR DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle" id="constructor">
|
||||
Namespace Detail
|
||||
</h2>
|
||||
|
||||
<div class="fixedFont">
|
||||
<b>hcap.channel.ChannelType</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### FIELD DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle">
|
||||
Field Detail
|
||||
</h2>
|
||||
|
||||
|
||||
<div class="fixedFont heading" id=".IP">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.channel.ChannelType.</span><b>IP</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
IP A/V channel type.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".IP_DATA">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.channel.ChannelType.</span><b>IP_DATA</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
IP Data channel type.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".RF">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.channel.ChannelType.</span><b>RF</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
RF A/V channel type.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".RF_DATA">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.channel.ChannelType.</span><b>RF_DATA</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
RF Data channel type.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".UNKNOWN">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.channel.ChannelType.</span><b>UNKNOWN</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Unknown channel type.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHOD DETAILS
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENT DETAILS
|
||||
-->
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
wbos.CssTools.MediaQueryFallBack.LoadCss('../css/screen.css', '../css/handheld.css', 660)
|
||||
codeview.classFilter.Init()
|
||||
</script>
|
||||
<script src="../javascript/highlighter/prettify.js"></script>
|
||||
<script>prettyPrint();</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -0,0 +1,564 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="JsDoc Toolkit" />
|
||||
<title>hcap.channel.InbandDataServiceType | JsDoc Reference</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<meta name="mobileoptimized" content="0" />
|
||||
|
||||
<link rel="stylesheet" href="../css/all.css" media="all" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="only screen and (max-width: 660px)" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="handheld" />
|
||||
<link rel="stylesheet" href="../css/screen.css" media="screen and (min-width: 661px)" />
|
||||
|
||||
<link rel="stylesheet" href="../javascript/highlighter/dessert.css" />
|
||||
|
||||
<script src="../javascript/all.js"></script>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="../javascript/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="index">
|
||||
<div class="menu">
|
||||
<div class="indexLinks">
|
||||
<a href="../index.html">Classes</a>
|
||||
<a href="../files.html">Files</a>
|
||||
</div>
|
||||
<table width=100% class=confidential><tr><td><b>LGE Confidential</b></td></tr></table>
|
||||
<h2 class="heading1">Library</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td align=left class=confidential><a href="../../js/hcap.js">·hcap.js (1.24.6.5901)</li></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="heading1">Classes</h2>
|
||||
|
||||
<input type="text" name="classFilter" class="classFilter" id="ClassFilter" placeholder="Filter"></input>
|
||||
|
||||
<nav>
|
||||
<ul class="classList" id="ClassList">
|
||||
|
||||
<li><a href="../symbols/_global_.html">_global_</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.html">hcap</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.application.html">hcap<span class='break'> </span>.<span class='break'> </span>application</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.beacon.html">hcap<span class='break'> </span>.<span class='break'> </span>beacon</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.audio.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth<span class='break'> </span>.<span class='break'> </span>audio</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.camera.html">hcap<span class='break'> </span>.<span class='break'> </span>camera</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.carousel.html">hcap<span class='break'> </span>.<span class='break'> </span>carousel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.html">hcap<span class='break'> </span>.<span class='break'> </span>channel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.AudioStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>AudioStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelStatus.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelStatus</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.InbandDataServiceType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>InbandDataServiceType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.IpBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>IpBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.Polarization.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>Polarization</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.RfBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>RfBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.VideoStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>VideoStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.checkout.html">hcap<span class='break'> </span>.<span class='break'> </span>checkout</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.ExternalInputType.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput<span class='break'> </span>.<span class='break'> </span>ExternalInputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.file.html">hcap<span class='break'> </span>.<span class='break'> </span>file</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.iot.html">hcap<span class='break'> </span>.<span class='break'> </span>iot</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.html">hcap<span class='break'> </span>.<span class='break'> </span>key</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.Code.html">hcap<span class='break'> </span>.<span class='break'> </span>key<span class='break'> </span>.<span class='break'> </span>Code</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.html">hcap<span class='break'> </span>.<span class='break'> </span>Media</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.SubtitleType.html">hcap<span class='break'> </span>.<span class='break'> </span>Media<span class='break'> </span>.<span class='break'> </span>SubtitleType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mode.html">hcap<span class='break'> </span>.<span class='break'> </span>mode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mouse.html">hcap<span class='break'> </span>.<span class='break'> </span>mouse</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mpi.html">hcap<span class='break'> </span>.<span class='break'> </span>mpi</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.html">hcap<span class='break'> </span>.<span class='break'> </span>network</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.DhcpState.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>DhcpState</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkEventType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkEventType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WifiSecurityType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WifiSecurityType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WirelessMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WirelessMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.html">hcap<span class='break'> </span>.<span class='break'> </span>power</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.PowerMode.html">hcap<span class='break'> </span>.<span class='break'> </span>power<span class='break'> </span>.<span class='break'> </span>PowerMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.preloadedApplication.html">hcap<span class='break'> </span>.<span class='break'> </span>preloadedApplication</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.html">hcap<span class='break'> </span>.<span class='break'> </span>property</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.InstallerMenuItem.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>InstallerMenuItem</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PictureMode.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PictureMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PicturePropertyKey.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PicturePropertyKey</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rms.html">hcap<span class='break'> </span>.<span class='break'> </span>rms</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.BaudRate.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>BaudRate</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.DataBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>DataBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.FlowControl.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>FlowControl</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.Parity.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>Parity</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.StopBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>StopBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.security.html">hcap<span class='break'> </span>.<span class='break'> </span>security</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.socket.html">hcap<span class='break'> </span>.<span class='break'> </span>socket</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.html">hcap<span class='break'> </span>.<span class='break'> </span>speech</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.HostType.html">hcap<span class='break'> </span>.<span class='break'> </span>speech<span class='break'> </span>.<span class='break'> </span>HostType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.html">hcap<span class='break'> </span>.<span class='break'> </span>system</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.SoundOutputType.html">hcap<span class='break'> </span>.<span class='break'> </span>system<span class='break'> </span>.<span class='break'> </span>SoundOutputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.time.html">hcap<span class='break'> </span>.<span class='break'> </span>time</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.video.html">hcap<span class='break'> </span>.<span class='break'> </span>video</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.volume.html">hcap<span class='break'> </span>.<span class='break'> </span>volume</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.webrtc.html">hcap<span class='break'> </span>.<span class='break'> </span>webrtc</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="fineprint" style="clear:both">
|
||||
<footer>
|
||||
|
||||
Documentation generator: <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0<br />
|
||||
Template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview</a> 1.2<br />
|
||||
Generated on:
|
||||
<time datetime='2021-8-13' pubdate>2021-8-13 18:29</time>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="index indexStatic"></div>
|
||||
|
||||
<div class="content">
|
||||
<div class="innerContent">
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="classTitle">
|
||||
|
||||
Namespace <span>hcap.channel.InbandDataServiceType</span>
|
||||
</h1>
|
||||
|
||||
<div class="intro">
|
||||
<p class="description summary">
|
||||
hcap.channel.InbandDataServiceType
|
||||
</p>
|
||||
|
||||
|
||||
<ul class="summary">
|
||||
|
||||
|
||||
|
||||
<li>Defined in: <a href="../symbols/src/js_hcap-1.24.6.5901.js.html">hcap-1.24.6.5901.js</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class hcap.channel.InbandDataServiceType.">
|
||||
<caption class="sectionTitle">Namespace Summary</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Constructor Attributes</th>
|
||||
<th scope="col">Constructor Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="attributes"> </td>
|
||||
<td class="nameDescription" >
|
||||
<div class="fixedFont">
|
||||
<b><a href="../symbols/hcap.channel.InbandDataServiceType.html#constructor">hcap.channel.InbandDataServiceType</a></b>
|
||||
</div>
|
||||
<div class="description"></div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
|
||||
<nav>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the fields documented in the class hcap.channel.InbandDataServiceType.">
|
||||
<caption class="sectionTitle">Field Summary</caption>
|
||||
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Field Attributes</th>
|
||||
<th scope="col">Field Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.channel.InbandDataServiceType.<b><a href="../symbols/hcap.channel.InbandDataServiceType.html#.HBBTV">HBBTV</a></b>
|
||||
</div>
|
||||
<div class="description">HBBTV.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.channel.InbandDataServiceType.<b><a href="../symbols/hcap.channel.InbandDataServiceType.html#.MHEG">MHEG</a></b>
|
||||
</div>
|
||||
<div class="description">MHEG.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.channel.InbandDataServiceType.<b><a href="../symbols/hcap.channel.InbandDataServiceType.html#.MHP">MHP</a></b>
|
||||
</div>
|
||||
<div class="description">MHP.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.channel.InbandDataServiceType.<b><a href="../symbols/hcap.channel.InbandDataServiceType.html#.NONE">NONE</a></b>
|
||||
</div>
|
||||
<div class="description">There is no data service.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.channel.InbandDataServiceType.<b><a href="../symbols/hcap.channel.InbandDataServiceType.html#.UNKNOWN">UNKNOWN</a></b>
|
||||
</div>
|
||||
<div class="description">Unknown inband data service type.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHODS SUMMARY
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENTS SUMMARY
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### CONSTRUCTOR DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle" id="constructor">
|
||||
Namespace Detail
|
||||
</h2>
|
||||
|
||||
<div class="fixedFont">
|
||||
<b>hcap.channel.InbandDataServiceType</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### FIELD DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle">
|
||||
Field Detail
|
||||
</h2>
|
||||
|
||||
|
||||
<div class="fixedFont heading" id=".HBBTV">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.channel.InbandDataServiceType.</span><b>HBBTV</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
HBBTV.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.6.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".MHEG">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.channel.InbandDataServiceType.</span><b>MHEG</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
MHEG.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.6.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".MHP">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.channel.InbandDataServiceType.</span><b>MHP</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
MHP.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.6.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".NONE">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.channel.InbandDataServiceType.</span><b>NONE</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
There is no data service.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.8.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".UNKNOWN">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.channel.InbandDataServiceType.</span><b>UNKNOWN</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Unknown inband data service type.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.6.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHOD DETAILS
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENT DETAILS
|
||||
-->
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
wbos.CssTools.MediaQueryFallBack.LoadCss('../css/screen.css', '../css/handheld.css', 660)
|
||||
codeview.classFilter.Init()
|
||||
</script>
|
||||
<script src="../javascript/highlighter/prettify.js"></script>
|
||||
<script>prettyPrint();</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -0,0 +1,474 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="JsDoc Toolkit" />
|
||||
<title>hcap.channel.IpBroadcastType | JsDoc Reference</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<meta name="mobileoptimized" content="0" />
|
||||
|
||||
<link rel="stylesheet" href="../css/all.css" media="all" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="only screen and (max-width: 660px)" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="handheld" />
|
||||
<link rel="stylesheet" href="../css/screen.css" media="screen and (min-width: 661px)" />
|
||||
|
||||
<link rel="stylesheet" href="../javascript/highlighter/dessert.css" />
|
||||
|
||||
<script src="../javascript/all.js"></script>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="../javascript/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="index">
|
||||
<div class="menu">
|
||||
<div class="indexLinks">
|
||||
<a href="../index.html">Classes</a>
|
||||
<a href="../files.html">Files</a>
|
||||
</div>
|
||||
<table width=100% class=confidential><tr><td><b>LGE Confidential</b></td></tr></table>
|
||||
<h2 class="heading1">Library</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td align=left class=confidential><a href="../../js/hcap.js">·hcap.js (1.24.6.5901)</li></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="heading1">Classes</h2>
|
||||
|
||||
<input type="text" name="classFilter" class="classFilter" id="ClassFilter" placeholder="Filter"></input>
|
||||
|
||||
<nav>
|
||||
<ul class="classList" id="ClassList">
|
||||
|
||||
<li><a href="../symbols/_global_.html">_global_</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.html">hcap</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.application.html">hcap<span class='break'> </span>.<span class='break'> </span>application</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.beacon.html">hcap<span class='break'> </span>.<span class='break'> </span>beacon</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.audio.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth<span class='break'> </span>.<span class='break'> </span>audio</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.camera.html">hcap<span class='break'> </span>.<span class='break'> </span>camera</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.carousel.html">hcap<span class='break'> </span>.<span class='break'> </span>carousel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.html">hcap<span class='break'> </span>.<span class='break'> </span>channel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.AudioStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>AudioStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelStatus.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelStatus</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.InbandDataServiceType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>InbandDataServiceType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.IpBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>IpBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.Polarization.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>Polarization</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.RfBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>RfBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.VideoStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>VideoStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.checkout.html">hcap<span class='break'> </span>.<span class='break'> </span>checkout</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.ExternalInputType.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput<span class='break'> </span>.<span class='break'> </span>ExternalInputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.file.html">hcap<span class='break'> </span>.<span class='break'> </span>file</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.iot.html">hcap<span class='break'> </span>.<span class='break'> </span>iot</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.html">hcap<span class='break'> </span>.<span class='break'> </span>key</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.Code.html">hcap<span class='break'> </span>.<span class='break'> </span>key<span class='break'> </span>.<span class='break'> </span>Code</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.html">hcap<span class='break'> </span>.<span class='break'> </span>Media</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.SubtitleType.html">hcap<span class='break'> </span>.<span class='break'> </span>Media<span class='break'> </span>.<span class='break'> </span>SubtitleType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mode.html">hcap<span class='break'> </span>.<span class='break'> </span>mode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mouse.html">hcap<span class='break'> </span>.<span class='break'> </span>mouse</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mpi.html">hcap<span class='break'> </span>.<span class='break'> </span>mpi</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.html">hcap<span class='break'> </span>.<span class='break'> </span>network</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.DhcpState.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>DhcpState</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkEventType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkEventType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WifiSecurityType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WifiSecurityType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WirelessMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WirelessMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.html">hcap<span class='break'> </span>.<span class='break'> </span>power</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.PowerMode.html">hcap<span class='break'> </span>.<span class='break'> </span>power<span class='break'> </span>.<span class='break'> </span>PowerMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.preloadedApplication.html">hcap<span class='break'> </span>.<span class='break'> </span>preloadedApplication</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.html">hcap<span class='break'> </span>.<span class='break'> </span>property</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.InstallerMenuItem.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>InstallerMenuItem</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PictureMode.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PictureMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PicturePropertyKey.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PicturePropertyKey</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rms.html">hcap<span class='break'> </span>.<span class='break'> </span>rms</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.BaudRate.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>BaudRate</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.DataBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>DataBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.FlowControl.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>FlowControl</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.Parity.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>Parity</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.StopBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>StopBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.security.html">hcap<span class='break'> </span>.<span class='break'> </span>security</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.socket.html">hcap<span class='break'> </span>.<span class='break'> </span>socket</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.html">hcap<span class='break'> </span>.<span class='break'> </span>speech</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.HostType.html">hcap<span class='break'> </span>.<span class='break'> </span>speech<span class='break'> </span>.<span class='break'> </span>HostType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.html">hcap<span class='break'> </span>.<span class='break'> </span>system</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.SoundOutputType.html">hcap<span class='break'> </span>.<span class='break'> </span>system<span class='break'> </span>.<span class='break'> </span>SoundOutputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.time.html">hcap<span class='break'> </span>.<span class='break'> </span>time</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.video.html">hcap<span class='break'> </span>.<span class='break'> </span>video</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.volume.html">hcap<span class='break'> </span>.<span class='break'> </span>volume</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.webrtc.html">hcap<span class='break'> </span>.<span class='break'> </span>webrtc</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="fineprint" style="clear:both">
|
||||
<footer>
|
||||
|
||||
Documentation generator: <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0<br />
|
||||
Template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview</a> 1.2<br />
|
||||
Generated on:
|
||||
<time datetime='2021-8-13' pubdate>2021-8-13 18:29</time>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="index indexStatic"></div>
|
||||
|
||||
<div class="content">
|
||||
<div class="innerContent">
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="classTitle">
|
||||
|
||||
Namespace <span>hcap.channel.IpBroadcastType</span>
|
||||
</h1>
|
||||
|
||||
<div class="intro">
|
||||
<p class="description summary">
|
||||
hcap.channel.IpBroadcastType
|
||||
</p>
|
||||
|
||||
|
||||
<ul class="summary">
|
||||
|
||||
|
||||
|
||||
<li>Defined in: <a href="../symbols/src/js_hcap-1.24.6.5901.js.html">hcap-1.24.6.5901.js</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class hcap.channel.IpBroadcastType.">
|
||||
<caption class="sectionTitle">Namespace Summary</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Constructor Attributes</th>
|
||||
<th scope="col">Constructor Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="attributes"> </td>
|
||||
<td class="nameDescription" >
|
||||
<div class="fixedFont">
|
||||
<b><a href="../symbols/hcap.channel.IpBroadcastType.html#constructor">hcap.channel.IpBroadcastType</a></b>
|
||||
</div>
|
||||
<div class="description"></div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
|
||||
<nav>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the fields documented in the class hcap.channel.IpBroadcastType.">
|
||||
<caption class="sectionTitle">Field Summary</caption>
|
||||
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Field Attributes</th>
|
||||
<th scope="col">Field Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.channel.IpBroadcastType.<b><a href="../symbols/hcap.channel.IpBroadcastType.html#.RTP">RTP</a></b>
|
||||
</div>
|
||||
<div class="description">RTP broadcast type in IP channel.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.channel.IpBroadcastType.<b><a href="../symbols/hcap.channel.IpBroadcastType.html#.UDP">UDP</a></b>
|
||||
</div>
|
||||
<div class="description">UDP broadcast type in IP channel.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.channel.IpBroadcastType.<b><a href="../symbols/hcap.channel.IpBroadcastType.html#.UNKNOWN">UNKNOWN</a></b>
|
||||
</div>
|
||||
<div class="description">Unknown IP broadcast type.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHODS SUMMARY
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENTS SUMMARY
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### CONSTRUCTOR DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle" id="constructor">
|
||||
Namespace Detail
|
||||
</h2>
|
||||
|
||||
<div class="fixedFont">
|
||||
<b>hcap.channel.IpBroadcastType</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### FIELD DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle">
|
||||
Field Detail
|
||||
</h2>
|
||||
|
||||
|
||||
<div class="fixedFont heading" id=".RTP">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.channel.IpBroadcastType.</span><b>RTP</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
RTP broadcast type in IP channel.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".UDP">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.channel.IpBroadcastType.</span><b>UDP</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
UDP broadcast type in IP channel.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".UNKNOWN">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.channel.IpBroadcastType.</span><b>UNKNOWN</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Unknown IP broadcast type.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHOD DETAILS
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENT DETAILS
|
||||
-->
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
wbos.CssTools.MediaQueryFallBack.LoadCss('../css/screen.css', '../css/handheld.css', 660)
|
||||
codeview.classFilter.Init()
|
||||
</script>
|
||||
<script src="../javascript/highlighter/prettify.js"></script>
|
||||
<script>prettyPrint();</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -0,0 +1,564 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="JsDoc Toolkit" />
|
||||
<title>hcap.channel.Polarization | JsDoc Reference</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<meta name="mobileoptimized" content="0" />
|
||||
|
||||
<link rel="stylesheet" href="../css/all.css" media="all" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="only screen and (max-width: 660px)" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="handheld" />
|
||||
<link rel="stylesheet" href="../css/screen.css" media="screen and (min-width: 661px)" />
|
||||
|
||||
<link rel="stylesheet" href="../javascript/highlighter/dessert.css" />
|
||||
|
||||
<script src="../javascript/all.js"></script>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="../javascript/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="index">
|
||||
<div class="menu">
|
||||
<div class="indexLinks">
|
||||
<a href="../index.html">Classes</a>
|
||||
<a href="../files.html">Files</a>
|
||||
</div>
|
||||
<table width=100% class=confidential><tr><td><b>LGE Confidential</b></td></tr></table>
|
||||
<h2 class="heading1">Library</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td align=left class=confidential><a href="../../js/hcap.js">·hcap.js (1.24.6.5901)</li></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="heading1">Classes</h2>
|
||||
|
||||
<input type="text" name="classFilter" class="classFilter" id="ClassFilter" placeholder="Filter"></input>
|
||||
|
||||
<nav>
|
||||
<ul class="classList" id="ClassList">
|
||||
|
||||
<li><a href="../symbols/_global_.html">_global_</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.html">hcap</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.application.html">hcap<span class='break'> </span>.<span class='break'> </span>application</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.beacon.html">hcap<span class='break'> </span>.<span class='break'> </span>beacon</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.audio.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth<span class='break'> </span>.<span class='break'> </span>audio</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.camera.html">hcap<span class='break'> </span>.<span class='break'> </span>camera</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.carousel.html">hcap<span class='break'> </span>.<span class='break'> </span>carousel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.html">hcap<span class='break'> </span>.<span class='break'> </span>channel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.AudioStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>AudioStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelStatus.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelStatus</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.InbandDataServiceType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>InbandDataServiceType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.IpBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>IpBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.Polarization.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>Polarization</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.RfBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>RfBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.VideoStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>VideoStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.checkout.html">hcap<span class='break'> </span>.<span class='break'> </span>checkout</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.ExternalInputType.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput<span class='break'> </span>.<span class='break'> </span>ExternalInputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.file.html">hcap<span class='break'> </span>.<span class='break'> </span>file</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.iot.html">hcap<span class='break'> </span>.<span class='break'> </span>iot</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.html">hcap<span class='break'> </span>.<span class='break'> </span>key</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.Code.html">hcap<span class='break'> </span>.<span class='break'> </span>key<span class='break'> </span>.<span class='break'> </span>Code</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.html">hcap<span class='break'> </span>.<span class='break'> </span>Media</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.SubtitleType.html">hcap<span class='break'> </span>.<span class='break'> </span>Media<span class='break'> </span>.<span class='break'> </span>SubtitleType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mode.html">hcap<span class='break'> </span>.<span class='break'> </span>mode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mouse.html">hcap<span class='break'> </span>.<span class='break'> </span>mouse</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mpi.html">hcap<span class='break'> </span>.<span class='break'> </span>mpi</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.html">hcap<span class='break'> </span>.<span class='break'> </span>network</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.DhcpState.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>DhcpState</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkEventType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkEventType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WifiSecurityType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WifiSecurityType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WirelessMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WirelessMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.html">hcap<span class='break'> </span>.<span class='break'> </span>power</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.PowerMode.html">hcap<span class='break'> </span>.<span class='break'> </span>power<span class='break'> </span>.<span class='break'> </span>PowerMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.preloadedApplication.html">hcap<span class='break'> </span>.<span class='break'> </span>preloadedApplication</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.html">hcap<span class='break'> </span>.<span class='break'> </span>property</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.InstallerMenuItem.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>InstallerMenuItem</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PictureMode.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PictureMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PicturePropertyKey.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PicturePropertyKey</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rms.html">hcap<span class='break'> </span>.<span class='break'> </span>rms</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.BaudRate.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>BaudRate</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.DataBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>DataBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.FlowControl.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>FlowControl</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.Parity.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>Parity</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.StopBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>StopBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.security.html">hcap<span class='break'> </span>.<span class='break'> </span>security</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.socket.html">hcap<span class='break'> </span>.<span class='break'> </span>socket</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.html">hcap<span class='break'> </span>.<span class='break'> </span>speech</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.HostType.html">hcap<span class='break'> </span>.<span class='break'> </span>speech<span class='break'> </span>.<span class='break'> </span>HostType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.html">hcap<span class='break'> </span>.<span class='break'> </span>system</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.SoundOutputType.html">hcap<span class='break'> </span>.<span class='break'> </span>system<span class='break'> </span>.<span class='break'> </span>SoundOutputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.time.html">hcap<span class='break'> </span>.<span class='break'> </span>time</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.video.html">hcap<span class='break'> </span>.<span class='break'> </span>video</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.volume.html">hcap<span class='break'> </span>.<span class='break'> </span>volume</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.webrtc.html">hcap<span class='break'> </span>.<span class='break'> </span>webrtc</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="fineprint" style="clear:both">
|
||||
<footer>
|
||||
|
||||
Documentation generator: <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0<br />
|
||||
Template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview</a> 1.2<br />
|
||||
Generated on:
|
||||
<time datetime='2021-8-13' pubdate>2021-8-13 18:29</time>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="index indexStatic"></div>
|
||||
|
||||
<div class="content">
|
||||
<div class="innerContent">
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="classTitle">
|
||||
|
||||
Namespace <span>hcap.channel.Polarization</span>
|
||||
</h1>
|
||||
|
||||
<div class="intro">
|
||||
<p class="description summary">
|
||||
hcap.channel.Polarization
|
||||
</p>
|
||||
|
||||
|
||||
<ul class="summary">
|
||||
|
||||
|
||||
|
||||
<li>Defined in: <a href="../symbols/src/js_hcap-1.24.6.5901.js.html">hcap-1.24.6.5901.js</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class hcap.channel.Polarization.">
|
||||
<caption class="sectionTitle">Namespace Summary</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Constructor Attributes</th>
|
||||
<th scope="col">Constructor Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="attributes"> </td>
|
||||
<td class="nameDescription" >
|
||||
<div class="fixedFont">
|
||||
<b><a href="../symbols/hcap.channel.Polarization.html#constructor">hcap.channel.Polarization</a></b>
|
||||
</div>
|
||||
<div class="description"></div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
|
||||
<nav>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the fields documented in the class hcap.channel.Polarization.">
|
||||
<caption class="sectionTitle">Field Summary</caption>
|
||||
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Field Attributes</th>
|
||||
<th scope="col">Field Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.channel.Polarization.<b><a href="../symbols/hcap.channel.Polarization.html#.HORIZONTAL">HORIZONTAL</a></b>
|
||||
</div>
|
||||
<div class="description">Horizontal mode.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.channel.Polarization.<b><a href="../symbols/hcap.channel.Polarization.html#.LEFT_HAND_CIRCULAR">LEFT_HAND_CIRCULAR</a></b>
|
||||
</div>
|
||||
<div class="description">Left hand circular mode.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.channel.Polarization.<b><a href="../symbols/hcap.channel.Polarization.html#.RIGHT_HAND_CIRCULAR">RIGHT_HAND_CIRCULAR</a></b>
|
||||
</div>
|
||||
<div class="description">Right hand circular mode.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.channel.Polarization.<b><a href="../symbols/hcap.channel.Polarization.html#.UNKNOWN">UNKNOWN</a></b>
|
||||
</div>
|
||||
<div class="description">Unknown Polarization.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.channel.Polarization.<b><a href="../symbols/hcap.channel.Polarization.html#.VERTICAL">VERTICAL</a></b>
|
||||
</div>
|
||||
<div class="description">Vertical mode.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHODS SUMMARY
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENTS SUMMARY
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### CONSTRUCTOR DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle" id="constructor">
|
||||
Namespace Detail
|
||||
</h2>
|
||||
|
||||
<div class="fixedFont">
|
||||
<b>hcap.channel.Polarization</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### FIELD DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle">
|
||||
Field Detail
|
||||
</h2>
|
||||
|
||||
|
||||
<div class="fixedFont heading" id=".HORIZONTAL">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.channel.Polarization.</span><b>HORIZONTAL</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Horizontal mode.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.12.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".LEFT_HAND_CIRCULAR">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.channel.Polarization.</span><b>LEFT_HAND_CIRCULAR</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Left hand circular mode.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.12.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".RIGHT_HAND_CIRCULAR">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.channel.Polarization.</span><b>RIGHT_HAND_CIRCULAR</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Right hand circular mode.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.12.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".UNKNOWN">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.channel.Polarization.</span><b>UNKNOWN</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Unknown Polarization.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.12.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".VERTICAL">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.channel.Polarization.</span><b>VERTICAL</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Vertical mode.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.12.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHOD DETAILS
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENT DETAILS
|
||||
-->
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
wbos.CssTools.MediaQueryFallBack.LoadCss('../css/screen.css', '../css/handheld.css', 660)
|
||||
codeview.classFilter.Init()
|
||||
</script>
|
||||
<script src="../javascript/highlighter/prettify.js"></script>
|
||||
<script>prettyPrint();</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,609 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="JsDoc Toolkit" />
|
||||
<title>hcap.channel.VideoStreamType | JsDoc Reference</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<meta name="mobileoptimized" content="0" />
|
||||
|
||||
<link rel="stylesheet" href="../css/all.css" media="all" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="only screen and (max-width: 660px)" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="handheld" />
|
||||
<link rel="stylesheet" href="../css/screen.css" media="screen and (min-width: 661px)" />
|
||||
|
||||
<link rel="stylesheet" href="../javascript/highlighter/dessert.css" />
|
||||
|
||||
<script src="../javascript/all.js"></script>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="../javascript/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="index">
|
||||
<div class="menu">
|
||||
<div class="indexLinks">
|
||||
<a href="../index.html">Classes</a>
|
||||
<a href="../files.html">Files</a>
|
||||
</div>
|
||||
<table width=100% class=confidential><tr><td><b>LGE Confidential</b></td></tr></table>
|
||||
<h2 class="heading1">Library</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td align=left class=confidential><a href="../../js/hcap.js">·hcap.js (1.24.6.5901)</li></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="heading1">Classes</h2>
|
||||
|
||||
<input type="text" name="classFilter" class="classFilter" id="ClassFilter" placeholder="Filter"></input>
|
||||
|
||||
<nav>
|
||||
<ul class="classList" id="ClassList">
|
||||
|
||||
<li><a href="../symbols/_global_.html">_global_</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.html">hcap</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.application.html">hcap<span class='break'> </span>.<span class='break'> </span>application</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.beacon.html">hcap<span class='break'> </span>.<span class='break'> </span>beacon</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.audio.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth<span class='break'> </span>.<span class='break'> </span>audio</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.camera.html">hcap<span class='break'> </span>.<span class='break'> </span>camera</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.carousel.html">hcap<span class='break'> </span>.<span class='break'> </span>carousel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.html">hcap<span class='break'> </span>.<span class='break'> </span>channel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.AudioStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>AudioStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelStatus.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelStatus</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.InbandDataServiceType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>InbandDataServiceType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.IpBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>IpBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.Polarization.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>Polarization</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.RfBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>RfBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.VideoStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>VideoStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.checkout.html">hcap<span class='break'> </span>.<span class='break'> </span>checkout</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.ExternalInputType.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput<span class='break'> </span>.<span class='break'> </span>ExternalInputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.file.html">hcap<span class='break'> </span>.<span class='break'> </span>file</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.iot.html">hcap<span class='break'> </span>.<span class='break'> </span>iot</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.html">hcap<span class='break'> </span>.<span class='break'> </span>key</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.Code.html">hcap<span class='break'> </span>.<span class='break'> </span>key<span class='break'> </span>.<span class='break'> </span>Code</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.html">hcap<span class='break'> </span>.<span class='break'> </span>Media</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.SubtitleType.html">hcap<span class='break'> </span>.<span class='break'> </span>Media<span class='break'> </span>.<span class='break'> </span>SubtitleType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mode.html">hcap<span class='break'> </span>.<span class='break'> </span>mode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mouse.html">hcap<span class='break'> </span>.<span class='break'> </span>mouse</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mpi.html">hcap<span class='break'> </span>.<span class='break'> </span>mpi</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.html">hcap<span class='break'> </span>.<span class='break'> </span>network</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.DhcpState.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>DhcpState</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkEventType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkEventType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WifiSecurityType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WifiSecurityType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WirelessMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WirelessMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.html">hcap<span class='break'> </span>.<span class='break'> </span>power</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.PowerMode.html">hcap<span class='break'> </span>.<span class='break'> </span>power<span class='break'> </span>.<span class='break'> </span>PowerMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.preloadedApplication.html">hcap<span class='break'> </span>.<span class='break'> </span>preloadedApplication</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.html">hcap<span class='break'> </span>.<span class='break'> </span>property</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.InstallerMenuItem.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>InstallerMenuItem</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PictureMode.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PictureMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PicturePropertyKey.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PicturePropertyKey</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rms.html">hcap<span class='break'> </span>.<span class='break'> </span>rms</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.BaudRate.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>BaudRate</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.DataBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>DataBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.FlowControl.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>FlowControl</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.Parity.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>Parity</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.StopBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>StopBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.security.html">hcap<span class='break'> </span>.<span class='break'> </span>security</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.socket.html">hcap<span class='break'> </span>.<span class='break'> </span>socket</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.html">hcap<span class='break'> </span>.<span class='break'> </span>speech</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.HostType.html">hcap<span class='break'> </span>.<span class='break'> </span>speech<span class='break'> </span>.<span class='break'> </span>HostType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.html">hcap<span class='break'> </span>.<span class='break'> </span>system</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.SoundOutputType.html">hcap<span class='break'> </span>.<span class='break'> </span>system<span class='break'> </span>.<span class='break'> </span>SoundOutputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.time.html">hcap<span class='break'> </span>.<span class='break'> </span>time</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.video.html">hcap<span class='break'> </span>.<span class='break'> </span>video</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.volume.html">hcap<span class='break'> </span>.<span class='break'> </span>volume</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.webrtc.html">hcap<span class='break'> </span>.<span class='break'> </span>webrtc</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="fineprint" style="clear:both">
|
||||
<footer>
|
||||
|
||||
Documentation generator: <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0<br />
|
||||
Template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview</a> 1.2<br />
|
||||
Generated on:
|
||||
<time datetime='2021-8-13' pubdate>2021-8-13 18:29</time>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="index indexStatic"></div>
|
||||
|
||||
<div class="content">
|
||||
<div class="innerContent">
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="classTitle">
|
||||
|
||||
Namespace <span>hcap.channel.VideoStreamType</span>
|
||||
</h1>
|
||||
|
||||
<div class="intro">
|
||||
<p class="description summary">
|
||||
hcap.channel.VideoStreamType
|
||||
</p>
|
||||
|
||||
|
||||
<ul class="summary">
|
||||
|
||||
|
||||
|
||||
<li>Defined in: <a href="../symbols/src/js_hcap-1.24.6.5901.js.html">hcap-1.24.6.5901.js</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class hcap.channel.VideoStreamType.">
|
||||
<caption class="sectionTitle">Namespace Summary</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Constructor Attributes</th>
|
||||
<th scope="col">Constructor Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="attributes"> </td>
|
||||
<td class="nameDescription" >
|
||||
<div class="fixedFont">
|
||||
<b><a href="../symbols/hcap.channel.VideoStreamType.html#constructor">hcap.channel.VideoStreamType</a></b>
|
||||
</div>
|
||||
<div class="description"></div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
|
||||
<nav>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the fields documented in the class hcap.channel.VideoStreamType.">
|
||||
<caption class="sectionTitle">Field Summary</caption>
|
||||
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Field Attributes</th>
|
||||
<th scope="col">Field Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.channel.VideoStreamType.<b><a href="../symbols/hcap.channel.VideoStreamType.html#.AVS">AVS</a></b>
|
||||
</div>
|
||||
<div class="description">AVS Video.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.channel.VideoStreamType.<b><a href="../symbols/hcap.channel.VideoStreamType.html#.HEVC">HEVC</a></b>
|
||||
</div>
|
||||
<div class="description">ISO/IEC 23008-2: ITU-T H.265.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.channel.VideoStreamType.<b><a href="../symbols/hcap.channel.VideoStreamType.html#.MPEG1">MPEG1</a></b>
|
||||
</div>
|
||||
<div class="description">ISO/IEC 11172-2 MPEG-1 Part2: VIDEO.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.channel.VideoStreamType.<b><a href="../symbols/hcap.channel.VideoStreamType.html#.MPEG2">MPEG2</a></b>
|
||||
</div>
|
||||
<div class="description">ISO/IEC 13818-2 MPEG-2 Part2: VIDEO.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.channel.VideoStreamType.<b><a href="../symbols/hcap.channel.VideoStreamType.html#.MPEG4_AVC_H264">MPEG4_AVC_H264</a></b>
|
||||
</div>
|
||||
<div class="description">ISO/IEC 14496-10 MPEG-4 Part10: AVC/ITU-T H.264.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.channel.VideoStreamType.<b><a href="../symbols/hcap.channel.VideoStreamType.html#.MPEG4_VISUAL">MPEG4_VISUAL</a></b>
|
||||
</div>
|
||||
<div class="description">ISO/IEC 14496-2 MPEG-4 Part2: VISUAL.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHODS SUMMARY
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENTS SUMMARY
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### CONSTRUCTOR DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle" id="constructor">
|
||||
Namespace Detail
|
||||
</h2>
|
||||
|
||||
<div class="fixedFont">
|
||||
<b>hcap.channel.VideoStreamType</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### FIELD DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle">
|
||||
Field Detail
|
||||
</h2>
|
||||
|
||||
|
||||
<div class="fixedFont heading" id=".AVS">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.channel.VideoStreamType.</span><b>AVS</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
AVS Video.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".HEVC">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.channel.VideoStreamType.</span><b>HEVC</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
ISO/IEC 23008-2: ITU-T H.265.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.19.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".MPEG1">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.channel.VideoStreamType.</span><b>MPEG1</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
ISO/IEC 11172-2 MPEG-1 Part2: VIDEO.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".MPEG2">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.channel.VideoStreamType.</span><b>MPEG2</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
ISO/IEC 13818-2 MPEG-2 Part2: VIDEO.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".MPEG4_AVC_H264">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.channel.VideoStreamType.</span><b>MPEG4_AVC_H264</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
ISO/IEC 14496-10 MPEG-4 Part10: AVC/ITU-T H.264.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".MPEG4_VISUAL">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.channel.VideoStreamType.</span><b>MPEG4_VISUAL</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
ISO/IEC 14496-2 MPEG-4 Part2: VISUAL.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHOD DETAILS
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENT DETAILS
|
||||
-->
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
wbos.CssTools.MediaQueryFallBack.LoadCss('../css/screen.css', '../css/handheld.css', 660)
|
||||
codeview.classFilter.Init()
|
||||
</script>
|
||||
<script src="../javascript/highlighter/prettify.js"></script>
|
||||
<script>prettyPrint();</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,551 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="JsDoc Toolkit" />
|
||||
<title>hcap.checkout | JsDoc Reference</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<meta name="mobileoptimized" content="0" />
|
||||
|
||||
<link rel="stylesheet" href="../css/all.css" media="all" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="only screen and (max-width: 660px)" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="handheld" />
|
||||
<link rel="stylesheet" href="../css/screen.css" media="screen and (min-width: 661px)" />
|
||||
|
||||
<link rel="stylesheet" href="../javascript/highlighter/dessert.css" />
|
||||
|
||||
<script src="../javascript/all.js"></script>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="../javascript/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="index">
|
||||
<div class="menu">
|
||||
<div class="indexLinks">
|
||||
<a href="../index.html">Classes</a>
|
||||
<a href="../files.html">Files</a>
|
||||
</div>
|
||||
<table width=100% class=confidential><tr><td><b>LGE Confidential</b></td></tr></table>
|
||||
<h2 class="heading1">Library</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td align=left class=confidential><a href="../../js/hcap.js">·hcap.js (1.24.6.5901)</li></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="heading1">Classes</h2>
|
||||
|
||||
<input type="text" name="classFilter" class="classFilter" id="ClassFilter" placeholder="Filter"></input>
|
||||
|
||||
<nav>
|
||||
<ul class="classList" id="ClassList">
|
||||
|
||||
<li><a href="../symbols/_global_.html">_global_</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.html">hcap</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.application.html">hcap<span class='break'> </span>.<span class='break'> </span>application</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.beacon.html">hcap<span class='break'> </span>.<span class='break'> </span>beacon</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.audio.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth<span class='break'> </span>.<span class='break'> </span>audio</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.camera.html">hcap<span class='break'> </span>.<span class='break'> </span>camera</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.carousel.html">hcap<span class='break'> </span>.<span class='break'> </span>carousel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.html">hcap<span class='break'> </span>.<span class='break'> </span>channel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.AudioStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>AudioStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelStatus.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelStatus</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.InbandDataServiceType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>InbandDataServiceType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.IpBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>IpBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.Polarization.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>Polarization</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.RfBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>RfBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.VideoStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>VideoStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.checkout.html">hcap<span class='break'> </span>.<span class='break'> </span>checkout</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.ExternalInputType.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput<span class='break'> </span>.<span class='break'> </span>ExternalInputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.file.html">hcap<span class='break'> </span>.<span class='break'> </span>file</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.iot.html">hcap<span class='break'> </span>.<span class='break'> </span>iot</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.html">hcap<span class='break'> </span>.<span class='break'> </span>key</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.Code.html">hcap<span class='break'> </span>.<span class='break'> </span>key<span class='break'> </span>.<span class='break'> </span>Code</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.html">hcap<span class='break'> </span>.<span class='break'> </span>Media</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.SubtitleType.html">hcap<span class='break'> </span>.<span class='break'> </span>Media<span class='break'> </span>.<span class='break'> </span>SubtitleType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mode.html">hcap<span class='break'> </span>.<span class='break'> </span>mode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mouse.html">hcap<span class='break'> </span>.<span class='break'> </span>mouse</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mpi.html">hcap<span class='break'> </span>.<span class='break'> </span>mpi</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.html">hcap<span class='break'> </span>.<span class='break'> </span>network</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.DhcpState.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>DhcpState</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkEventType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkEventType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WifiSecurityType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WifiSecurityType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WirelessMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WirelessMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.html">hcap<span class='break'> </span>.<span class='break'> </span>power</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.PowerMode.html">hcap<span class='break'> </span>.<span class='break'> </span>power<span class='break'> </span>.<span class='break'> </span>PowerMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.preloadedApplication.html">hcap<span class='break'> </span>.<span class='break'> </span>preloadedApplication</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.html">hcap<span class='break'> </span>.<span class='break'> </span>property</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.InstallerMenuItem.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>InstallerMenuItem</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PictureMode.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PictureMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PicturePropertyKey.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PicturePropertyKey</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rms.html">hcap<span class='break'> </span>.<span class='break'> </span>rms</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.BaudRate.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>BaudRate</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.DataBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>DataBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.FlowControl.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>FlowControl</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.Parity.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>Parity</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.StopBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>StopBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.security.html">hcap<span class='break'> </span>.<span class='break'> </span>security</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.socket.html">hcap<span class='break'> </span>.<span class='break'> </span>socket</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.html">hcap<span class='break'> </span>.<span class='break'> </span>speech</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.HostType.html">hcap<span class='break'> </span>.<span class='break'> </span>speech<span class='break'> </span>.<span class='break'> </span>HostType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.html">hcap<span class='break'> </span>.<span class='break'> </span>system</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.SoundOutputType.html">hcap<span class='break'> </span>.<span class='break'> </span>system<span class='break'> </span>.<span class='break'> </span>SoundOutputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.time.html">hcap<span class='break'> </span>.<span class='break'> </span>time</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.video.html">hcap<span class='break'> </span>.<span class='break'> </span>video</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.volume.html">hcap<span class='break'> </span>.<span class='break'> </span>volume</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.webrtc.html">hcap<span class='break'> </span>.<span class='break'> </span>webrtc</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="fineprint" style="clear:both">
|
||||
<footer>
|
||||
|
||||
Documentation generator: <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0<br />
|
||||
Template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview</a> 1.2<br />
|
||||
Generated on:
|
||||
<time datetime='2021-8-13' pubdate>2021-8-13 18:29</time>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="index indexStatic"></div>
|
||||
|
||||
<div class="content">
|
||||
<div class="innerContent">
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="classTitle">
|
||||
|
||||
Namespace <span>hcap.checkout</span>
|
||||
</h1>
|
||||
|
||||
<div class="intro">
|
||||
<p class="description summary">
|
||||
hcap.checkout
|
||||
</p>
|
||||
|
||||
|
||||
<ul class="summary">
|
||||
|
||||
|
||||
|
||||
<li>Defined in: <a href="../symbols/src/js_hcap-1.24.6.5901.js.html">hcap-1.24.6.5901.js</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class hcap.checkout.">
|
||||
<caption class="sectionTitle">Namespace Summary</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Constructor Attributes</th>
|
||||
<th scope="col">Constructor Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="attributes"> </td>
|
||||
<td class="nameDescription" >
|
||||
<div class="fixedFont">
|
||||
<b><a href="../symbols/hcap.checkout.html#constructor">hcap.checkout</a></b>
|
||||
</div>
|
||||
<div class="description"></div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<!--
|
||||
#### METHODS SUMMARY
|
||||
-->
|
||||
|
||||
<section>
|
||||
|
||||
|
||||
<div class="props">
|
||||
<h2 class="sectionTitle">Method Summary</h2>
|
||||
|
||||
|
||||
<nav>
|
||||
<table class="summaryTable" id="MethodsList" cellspacing="0" summary="A summary of the methods documented in the class hcap.checkout.">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Method Attributes</th>
|
||||
<th scope="col">Method Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
|
||||
|
||||
<tr
|
||||
class='item0'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.checkout.<b><a href="../symbols/hcap.checkout.html#.requestCheckout">requestCheckout</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Restores checkout snapshot items and clear system-dependent cache and history.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr
|
||||
class='item1'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.checkout.<b><a href="../symbols/hcap.checkout.html#.takeCheckoutSnapshot">takeCheckoutSnapshot</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Stores checkout snapshot items.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENTS SUMMARY
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### CONSTRUCTOR DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle" id="constructor">
|
||||
Namespace Detail
|
||||
</h2>
|
||||
|
||||
<div class="fixedFont">
|
||||
<b>hcap.checkout</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### FIELD DETAILS
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### METHOD DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle">
|
||||
Method Detail
|
||||
</h2>
|
||||
|
||||
<ul class="methodDetail" id="MethodDetail">
|
||||
|
||||
|
||||
<li
|
||||
class='item0'
|
||||
>
|
||||
<div class="fixedFont heading" id=".requestCheckout">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.checkout.</span><b>requestCheckout</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Restores checkout snapshot items and clear system-dependent cache and history.<br>
|
||||
Rebooting system is strongly recommended after checking out is done.<br>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.checkout.requestCheckout({
|
||||
"onSuccess" : function() {
|
||||
console.log("onSuccess");
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function() {
|
||||
// No Parameter.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.19.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.checkout.html#.takeCheckoutSnapshot">hcap.checkout.takeCheckoutSnapshot()</a><br></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
<div class="hr"></div>
|
||||
</li>
|
||||
|
||||
<li
|
||||
class='item1'
|
||||
>
|
||||
<div class="fixedFont heading" id=".takeCheckoutSnapshot">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.checkout.</span><b>takeCheckoutSnapshot</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Stores checkout snapshot items. The checkout snapshot items are system(or TV model)-dependent.<br>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.checkout.takeCheckoutSnapshot({
|
||||
"onSuccess" : function() {
|
||||
console.log("onSuccess");
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function() {
|
||||
// No Parameter.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.19.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.checkout.html#.requestCheckout">hcap.checkout.requestCheckout()</a><br></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENT DETAILS
|
||||
-->
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
wbos.CssTools.MediaQueryFallBack.LoadCss('../css/screen.css', '../css/handheld.css', 660)
|
||||
codeview.classFilter.Init()
|
||||
</script>
|
||||
<script src="../javascript/highlighter/prettify.js"></script>
|
||||
<script>prettyPrint();</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -0,0 +1,699 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="JsDoc Toolkit" />
|
||||
<title>hcap.externalinput.ExternalInputType | JsDoc Reference</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<meta name="mobileoptimized" content="0" />
|
||||
|
||||
<link rel="stylesheet" href="../css/all.css" media="all" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="only screen and (max-width: 660px)" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="handheld" />
|
||||
<link rel="stylesheet" href="../css/screen.css" media="screen and (min-width: 661px)" />
|
||||
|
||||
<link rel="stylesheet" href="../javascript/highlighter/dessert.css" />
|
||||
|
||||
<script src="../javascript/all.js"></script>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="../javascript/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="index">
|
||||
<div class="menu">
|
||||
<div class="indexLinks">
|
||||
<a href="../index.html">Classes</a>
|
||||
<a href="../files.html">Files</a>
|
||||
</div>
|
||||
<table width=100% class=confidential><tr><td><b>LGE Confidential</b></td></tr></table>
|
||||
<h2 class="heading1">Library</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td align=left class=confidential><a href="../../js/hcap.js">·hcap.js (1.24.6.5901)</li></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="heading1">Classes</h2>
|
||||
|
||||
<input type="text" name="classFilter" class="classFilter" id="ClassFilter" placeholder="Filter"></input>
|
||||
|
||||
<nav>
|
||||
<ul class="classList" id="ClassList">
|
||||
|
||||
<li><a href="../symbols/_global_.html">_global_</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.html">hcap</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.application.html">hcap<span class='break'> </span>.<span class='break'> </span>application</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.beacon.html">hcap<span class='break'> </span>.<span class='break'> </span>beacon</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.audio.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth<span class='break'> </span>.<span class='break'> </span>audio</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.camera.html">hcap<span class='break'> </span>.<span class='break'> </span>camera</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.carousel.html">hcap<span class='break'> </span>.<span class='break'> </span>carousel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.html">hcap<span class='break'> </span>.<span class='break'> </span>channel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.AudioStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>AudioStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelStatus.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelStatus</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.InbandDataServiceType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>InbandDataServiceType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.IpBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>IpBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.Polarization.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>Polarization</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.RfBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>RfBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.VideoStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>VideoStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.checkout.html">hcap<span class='break'> </span>.<span class='break'> </span>checkout</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.ExternalInputType.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput<span class='break'> </span>.<span class='break'> </span>ExternalInputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.file.html">hcap<span class='break'> </span>.<span class='break'> </span>file</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.iot.html">hcap<span class='break'> </span>.<span class='break'> </span>iot</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.html">hcap<span class='break'> </span>.<span class='break'> </span>key</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.Code.html">hcap<span class='break'> </span>.<span class='break'> </span>key<span class='break'> </span>.<span class='break'> </span>Code</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.html">hcap<span class='break'> </span>.<span class='break'> </span>Media</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.SubtitleType.html">hcap<span class='break'> </span>.<span class='break'> </span>Media<span class='break'> </span>.<span class='break'> </span>SubtitleType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mode.html">hcap<span class='break'> </span>.<span class='break'> </span>mode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mouse.html">hcap<span class='break'> </span>.<span class='break'> </span>mouse</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mpi.html">hcap<span class='break'> </span>.<span class='break'> </span>mpi</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.html">hcap<span class='break'> </span>.<span class='break'> </span>network</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.DhcpState.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>DhcpState</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkEventType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkEventType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WifiSecurityType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WifiSecurityType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WirelessMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WirelessMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.html">hcap<span class='break'> </span>.<span class='break'> </span>power</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.PowerMode.html">hcap<span class='break'> </span>.<span class='break'> </span>power<span class='break'> </span>.<span class='break'> </span>PowerMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.preloadedApplication.html">hcap<span class='break'> </span>.<span class='break'> </span>preloadedApplication</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.html">hcap<span class='break'> </span>.<span class='break'> </span>property</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.InstallerMenuItem.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>InstallerMenuItem</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PictureMode.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PictureMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PicturePropertyKey.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PicturePropertyKey</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rms.html">hcap<span class='break'> </span>.<span class='break'> </span>rms</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.BaudRate.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>BaudRate</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.DataBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>DataBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.FlowControl.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>FlowControl</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.Parity.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>Parity</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.StopBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>StopBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.security.html">hcap<span class='break'> </span>.<span class='break'> </span>security</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.socket.html">hcap<span class='break'> </span>.<span class='break'> </span>socket</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.html">hcap<span class='break'> </span>.<span class='break'> </span>speech</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.HostType.html">hcap<span class='break'> </span>.<span class='break'> </span>speech<span class='break'> </span>.<span class='break'> </span>HostType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.html">hcap<span class='break'> </span>.<span class='break'> </span>system</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.SoundOutputType.html">hcap<span class='break'> </span>.<span class='break'> </span>system<span class='break'> </span>.<span class='break'> </span>SoundOutputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.time.html">hcap<span class='break'> </span>.<span class='break'> </span>time</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.video.html">hcap<span class='break'> </span>.<span class='break'> </span>video</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.volume.html">hcap<span class='break'> </span>.<span class='break'> </span>volume</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.webrtc.html">hcap<span class='break'> </span>.<span class='break'> </span>webrtc</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="fineprint" style="clear:both">
|
||||
<footer>
|
||||
|
||||
Documentation generator: <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0<br />
|
||||
Template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview</a> 1.2<br />
|
||||
Generated on:
|
||||
<time datetime='2021-8-13' pubdate>2021-8-13 18:29</time>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="index indexStatic"></div>
|
||||
|
||||
<div class="content">
|
||||
<div class="innerContent">
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="classTitle">
|
||||
|
||||
Namespace <span>hcap.externalinput.ExternalInputType</span>
|
||||
</h1>
|
||||
|
||||
<div class="intro">
|
||||
<p class="description summary">
|
||||
hcap.externalinput.ExternalInputType
|
||||
</p>
|
||||
|
||||
|
||||
<ul class="summary">
|
||||
|
||||
|
||||
|
||||
<li>Defined in: <a href="../symbols/src/js_hcap-1.24.6.5901.js.html">hcap-1.24.6.5901.js</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class hcap.externalinput.ExternalInputType.">
|
||||
<caption class="sectionTitle">Namespace Summary</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Constructor Attributes</th>
|
||||
<th scope="col">Constructor Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="attributes"> </td>
|
||||
<td class="nameDescription" >
|
||||
<div class="fixedFont">
|
||||
<b><a href="../symbols/hcap.externalinput.ExternalInputType.html#constructor">hcap.externalinput.ExternalInputType</a></b>
|
||||
</div>
|
||||
<div class="description"></div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
|
||||
<nav>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the fields documented in the class hcap.externalinput.ExternalInputType.">
|
||||
<caption class="sectionTitle">Field Summary</caption>
|
||||
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Field Attributes</th>
|
||||
<th scope="col">Field Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.externalinput.ExternalInputType.<b><a href="../symbols/hcap.externalinput.ExternalInputType.html#.COMPONENT">COMPONENT</a></b>
|
||||
</div>
|
||||
<div class="description">External Input Type List Component</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.externalinput.ExternalInputType.<b><a href="../symbols/hcap.externalinput.ExternalInputType.html#.COMPOSITE">COMPOSITE</a></b>
|
||||
</div>
|
||||
<div class="description">External Input Type List Composite</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.externalinput.ExternalInputType.<b><a href="../symbols/hcap.externalinput.ExternalInputType.html#.HDMI">HDMI</a></b>
|
||||
</div>
|
||||
<div class="description">External Input Type List HDMI</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.externalinput.ExternalInputType.<b><a href="../symbols/hcap.externalinput.ExternalInputType.html#.OTHERS">OTHERS</a></b>
|
||||
</div>
|
||||
<div class="description">External Input Type List Others</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.externalinput.ExternalInputType.<b><a href="../symbols/hcap.externalinput.ExternalInputType.html#.RGB">RGB</a></b>
|
||||
</div>
|
||||
<div class="description">External Input Type List RGB</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.externalinput.ExternalInputType.<b><a href="../symbols/hcap.externalinput.ExternalInputType.html#.SCART">SCART</a></b>
|
||||
</div>
|
||||
<div class="description">External Input Type List SCART</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.externalinput.ExternalInputType.<b><a href="../symbols/hcap.externalinput.ExternalInputType.html#.SVIDEO">SVIDEO</a></b>
|
||||
</div>
|
||||
<div class="description">External Input Type List S-Video</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.externalinput.ExternalInputType.<b><a href="../symbols/hcap.externalinput.ExternalInputType.html#.TV">TV</a></b>
|
||||
</div>
|
||||
<div class="description">External Input Type List TV</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHODS SUMMARY
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENTS SUMMARY
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### CONSTRUCTOR DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle" id="constructor">
|
||||
Namespace Detail
|
||||
</h2>
|
||||
|
||||
<div class="fixedFont">
|
||||
<b>hcap.externalinput.ExternalInputType</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### FIELD DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle">
|
||||
Field Detail
|
||||
</h2>
|
||||
|
||||
|
||||
<div class="fixedFont heading" id=".COMPONENT">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.externalinput.ExternalInputType.</span><b>COMPONENT</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
External Input Type List Component
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".COMPOSITE">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.externalinput.ExternalInputType.</span><b>COMPOSITE</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
External Input Type List Composite
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".HDMI">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.externalinput.ExternalInputType.</span><b>HDMI</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
External Input Type List HDMI
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".OTHERS">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.externalinput.ExternalInputType.</span><b>OTHERS</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
External Input Type List Others
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".RGB">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.externalinput.ExternalInputType.</span><b>RGB</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
External Input Type List RGB
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".SCART">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.externalinput.ExternalInputType.</span><b>SCART</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
External Input Type List SCART
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".SVIDEO">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.externalinput.ExternalInputType.</span><b>SVIDEO</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
External Input Type List S-Video
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".TV">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.externalinput.ExternalInputType.</span><b>TV</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
External Input Type List TV
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHOD DETAILS
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENT DETAILS
|
||||
-->
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
wbos.CssTools.MediaQueryFallBack.LoadCss('../css/screen.css', '../css/handheld.css', 660)
|
||||
codeview.classFilter.Init()
|
||||
</script>
|
||||
<script src="../javascript/highlighter/prettify.js"></script>
|
||||
<script>prettyPrint();</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -0,0 +1,876 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="JsDoc Toolkit" />
|
||||
<title>hcap.externalinput | JsDoc Reference</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<meta name="mobileoptimized" content="0" />
|
||||
|
||||
<link rel="stylesheet" href="../css/all.css" media="all" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="only screen and (max-width: 660px)" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="handheld" />
|
||||
<link rel="stylesheet" href="../css/screen.css" media="screen and (min-width: 661px)" />
|
||||
|
||||
<link rel="stylesheet" href="../javascript/highlighter/dessert.css" />
|
||||
|
||||
<script src="../javascript/all.js"></script>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="../javascript/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="index">
|
||||
<div class="menu">
|
||||
<div class="indexLinks">
|
||||
<a href="../index.html">Classes</a>
|
||||
<a href="../files.html">Files</a>
|
||||
</div>
|
||||
<table width=100% class=confidential><tr><td><b>LGE Confidential</b></td></tr></table>
|
||||
<h2 class="heading1">Library</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td align=left class=confidential><a href="../../js/hcap.js">·hcap.js (1.24.6.5901)</li></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="heading1">Classes</h2>
|
||||
|
||||
<input type="text" name="classFilter" class="classFilter" id="ClassFilter" placeholder="Filter"></input>
|
||||
|
||||
<nav>
|
||||
<ul class="classList" id="ClassList">
|
||||
|
||||
<li><a href="../symbols/_global_.html">_global_</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.html">hcap</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.application.html">hcap<span class='break'> </span>.<span class='break'> </span>application</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.beacon.html">hcap<span class='break'> </span>.<span class='break'> </span>beacon</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.audio.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth<span class='break'> </span>.<span class='break'> </span>audio</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.camera.html">hcap<span class='break'> </span>.<span class='break'> </span>camera</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.carousel.html">hcap<span class='break'> </span>.<span class='break'> </span>carousel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.html">hcap<span class='break'> </span>.<span class='break'> </span>channel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.AudioStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>AudioStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelStatus.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelStatus</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.InbandDataServiceType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>InbandDataServiceType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.IpBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>IpBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.Polarization.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>Polarization</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.RfBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>RfBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.VideoStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>VideoStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.checkout.html">hcap<span class='break'> </span>.<span class='break'> </span>checkout</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.ExternalInputType.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput<span class='break'> </span>.<span class='break'> </span>ExternalInputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.file.html">hcap<span class='break'> </span>.<span class='break'> </span>file</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.iot.html">hcap<span class='break'> </span>.<span class='break'> </span>iot</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.html">hcap<span class='break'> </span>.<span class='break'> </span>key</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.Code.html">hcap<span class='break'> </span>.<span class='break'> </span>key<span class='break'> </span>.<span class='break'> </span>Code</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.html">hcap<span class='break'> </span>.<span class='break'> </span>Media</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.SubtitleType.html">hcap<span class='break'> </span>.<span class='break'> </span>Media<span class='break'> </span>.<span class='break'> </span>SubtitleType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mode.html">hcap<span class='break'> </span>.<span class='break'> </span>mode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mouse.html">hcap<span class='break'> </span>.<span class='break'> </span>mouse</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mpi.html">hcap<span class='break'> </span>.<span class='break'> </span>mpi</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.html">hcap<span class='break'> </span>.<span class='break'> </span>network</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.DhcpState.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>DhcpState</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkEventType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkEventType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WifiSecurityType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WifiSecurityType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WirelessMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WirelessMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.html">hcap<span class='break'> </span>.<span class='break'> </span>power</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.PowerMode.html">hcap<span class='break'> </span>.<span class='break'> </span>power<span class='break'> </span>.<span class='break'> </span>PowerMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.preloadedApplication.html">hcap<span class='break'> </span>.<span class='break'> </span>preloadedApplication</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.html">hcap<span class='break'> </span>.<span class='break'> </span>property</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.InstallerMenuItem.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>InstallerMenuItem</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PictureMode.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PictureMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PicturePropertyKey.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PicturePropertyKey</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rms.html">hcap<span class='break'> </span>.<span class='break'> </span>rms</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.BaudRate.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>BaudRate</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.DataBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>DataBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.FlowControl.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>FlowControl</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.Parity.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>Parity</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.StopBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>StopBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.security.html">hcap<span class='break'> </span>.<span class='break'> </span>security</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.socket.html">hcap<span class='break'> </span>.<span class='break'> </span>socket</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.html">hcap<span class='break'> </span>.<span class='break'> </span>speech</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.HostType.html">hcap<span class='break'> </span>.<span class='break'> </span>speech<span class='break'> </span>.<span class='break'> </span>HostType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.html">hcap<span class='break'> </span>.<span class='break'> </span>system</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.SoundOutputType.html">hcap<span class='break'> </span>.<span class='break'> </span>system<span class='break'> </span>.<span class='break'> </span>SoundOutputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.time.html">hcap<span class='break'> </span>.<span class='break'> </span>time</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.video.html">hcap<span class='break'> </span>.<span class='break'> </span>video</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.volume.html">hcap<span class='break'> </span>.<span class='break'> </span>volume</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.webrtc.html">hcap<span class='break'> </span>.<span class='break'> </span>webrtc</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="fineprint" style="clear:both">
|
||||
<footer>
|
||||
|
||||
Documentation generator: <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0<br />
|
||||
Template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview</a> 1.2<br />
|
||||
Generated on:
|
||||
<time datetime='2021-8-13' pubdate>2021-8-13 18:29</time>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="index indexStatic"></div>
|
||||
|
||||
<div class="content">
|
||||
<div class="innerContent">
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="classTitle">
|
||||
|
||||
Namespace <span>hcap.externalinput</span>
|
||||
</h1>
|
||||
|
||||
<div class="intro">
|
||||
<p class="description summary">
|
||||
hcap.externalinput
|
||||
</p>
|
||||
|
||||
|
||||
<ul class="summary">
|
||||
|
||||
|
||||
|
||||
<li>Defined in: <a href="../symbols/src/js_hcap-1.24.6.5901.js.html">hcap-1.24.6.5901.js</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class hcap.externalinput.">
|
||||
<caption class="sectionTitle">Namespace Summary</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Constructor Attributes</th>
|
||||
<th scope="col">Constructor Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="attributes"> </td>
|
||||
<td class="nameDescription" >
|
||||
<div class="fixedFont">
|
||||
<b><a href="../symbols/hcap.externalinput.html#constructor">hcap.externalinput</a></b>
|
||||
</div>
|
||||
<div class="description"></div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHODS SUMMARY
|
||||
-->
|
||||
|
||||
<section>
|
||||
|
||||
|
||||
<div class="props">
|
||||
<h2 class="sectionTitle">Method Summary</h2>
|
||||
|
||||
|
||||
<nav>
|
||||
<table class="summaryTable" id="MethodsList" cellspacing="0" summary="A summary of the methods documented in the class hcap.externalinput.">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Method Attributes</th>
|
||||
<th scope="col">Method Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
|
||||
|
||||
<tr
|
||||
class='item0'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.externalinput.<b><a href="../symbols/hcap.externalinput.html#.getCurrentExternalInput">getCurrentExternalInput</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Gets the current Audio/Video source type and index.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr
|
||||
class='item1'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.externalinput.<b><a href="../symbols/hcap.externalinput.html#.getExternalInputList">getExternalInputList</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Gets the physically supported external input list.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr
|
||||
class='item2'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.externalinput.<b><a href="../symbols/hcap.externalinput.html#.isExternalInputConnected">isExternalInputConnected</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Checks if the Audio/Video input signal is connected to RGB or HDMI, or if the cable is connected to other input sources.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr
|
||||
class='item3'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.externalinput.<b><a href="../symbols/hcap.externalinput.html#.setCurrentExternalInput">setCurrentExternalInput</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Changes the current Audio & Video source type and index.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENTS SUMMARY
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### CONSTRUCTOR DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle" id="constructor">
|
||||
Namespace Detail
|
||||
</h2>
|
||||
|
||||
<div class="fixedFont">
|
||||
<b>hcap.externalinput</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### FIELD DETAILS
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### METHOD DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle">
|
||||
Method Detail
|
||||
</h2>
|
||||
|
||||
<ul class="methodDetail" id="MethodDetail">
|
||||
|
||||
|
||||
<li
|
||||
class='item0'
|
||||
>
|
||||
<div class="fixedFont heading" id=".getCurrentExternalInput">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.externalinput.</span><b>getCurrentExternalInput</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Gets the current Audio/Video source type and index. Types and indexes of input sources depend on the H/W Spec.
|
||||
Following table specifies Audio & Video source type.<br>
|
||||
|
||||
<div align=center id=".EXTERNAL_INPUT_TYPE_LIST">
|
||||
<table class="hcap_spec" width=600>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Source Type</th>
|
||||
<th>Value</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="odd"><td>TV </td><td class="left"><a href="hcap.externalinput.ExternalInputType.html#.TV">hcap.externalinput.ExternalInputType.TV</a></td></tr>
|
||||
<tr ><td>Composite</td><td class="left"><a href="hcap.externalinput.ExternalInputType.html#.COMPOSITE">hcap.externalinput.ExternalInputType.COMPOSITE</a></td></tr>
|
||||
<tr class="odd"><td>S-Video </td><td class="left"><a href="hcap.externalinput.ExternalInputType.html#.SVIDEO">hcap.externalinput.ExternalInputType.SVIDEO</a></td></tr>
|
||||
<tr ><td>Component</td><td class="left"><a href="hcap.externalinput.ExternalInputType.html#.COMPONENT">hcap.externalinput.ExternalInputType.COMPONENT</a></td></tr>
|
||||
<tr class="odd"><td>RGB </td><td class="left"><a href="hcap.externalinput.ExternalInputType.html#.RGB">hcap.externalinput.ExternalInputType.RGB</a></td></tr>
|
||||
<tr ><td>HDMI </td><td class="left"><a href="hcap.externalinput.ExternalInputType.html#.HDMI">hcap.externalinput.ExternalInputType.HDMI</a></td></tr>
|
||||
<tr class="odd"><td>SCART </td><td class="left"><a href="hcap.externalinput.ExternalInputType.html#.SCART">hcap.externalinput.ExternalInputType.SCART</a></td></tr>
|
||||
<tr ><td>OTHERS </td><td class="left"><a href="hcap.externalinput.ExternalInputType.html#.OTHERS">hcap.externalinput.ExternalInputType.OTHERS</a></td></tr>
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<tr><th colspan="2">External Input Type List List</td></tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
Following table shows the multiple index for the same type of Audio & Video source.<br>
|
||||
<div align=center>
|
||||
<table class="hcap_spec" width=600>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Device Input</th>
|
||||
<th>External Input Type List</th>
|
||||
<th>Source Index</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="odd"><td>1st HDMI </td><td><a href="hcap.externalinput.ExternalInputType.html#.HDMI">hcap.externalinput.ExternalInputType.HDMI</a></td><td>0</td></tr>
|
||||
<tr> <td>2nd HDMI </td><td><a href="hcap.externalinput.ExternalInputType.html#.HDMI">hcap.externalinput.ExternalInputType.HDMI</a></td><td>1</td></tr>
|
||||
<tr class="odd"><td>1st S-Video</td><td><a href="hcap.externalinput.ExternalInputType.html#.SVIDEO">hcap.externalinput.ExternalInputType.SVIDEO</a><td>0</td></tr>
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<tr><th colspan="3">Example of Multiple Index</td></tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.externalinput.getCurrentExternalInput({
|
||||
"onSuccess" : function(s) {
|
||||
console.log("onSuccess :" +
|
||||
"\n type = " + s.type +
|
||||
"\n index = " + s.index);
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function (param) {
|
||||
// {Number} param.type - external Input Type List.
|
||||
// {Number} param.index - index of source. Index value starts with 0.
|
||||
// Max value of source index depends on the H/W Spec
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="_global_.html#event:external_input_changed">{Event} external_input_changed</a><br>
|
||||
<a href="hcap.externalinput.html#.setCurrentExternalInput">hcap.externalinput.setCurrentExternalInput()</a><br>
|
||||
<a href="hcap.externalinput.html#.isExternalInputConnected">hcap.externalinput.isExternalInputConnected()</a><br>
|
||||
<a href="hcap.externalinput.html#.getExternalInputList">hcap.externalinput.getExternalInputList()</a><br>
|
||||
<a href="hcap.externalinput.ExternalInputType.html#.TV">hcap.externalinput.ExternalInputType.TV</a><br>
|
||||
<a href="hcap.externalinput.ExternalInputType.html#.COMPOSITE">hcap.externalinput.ExternalInputType.COMPOSITE</a><br>
|
||||
<a href="hcap.externalinput.ExternalInputType.html#.SVIDEO">hcap.externalinput.ExternalInputType.SVIDEO</a><br>
|
||||
<a href="hcap.externalinput.ExternalInputType.html#.COMPONENT">hcap.externalinput.ExternalInputType.COMPONENT</a><br>
|
||||
<a href="hcap.externalinput.ExternalInputType.html#.RGB">hcap.externalinput.ExternalInputType.RGB</a><br>
|
||||
<a href="hcap.externalinput.ExternalInputType.html#.HDMI">hcap.externalinput.ExternalInputType.HDMI</a><br>
|
||||
<a href="hcap.externalinput.ExternalInputType.html#.SCART">hcap.externalinput.ExternalInputType.SCART</a><br>
|
||||
<a href="hcap.externalinput.ExternalInputType.html#.OTHERS">hcap.externalinput.ExternalInputType.OTHERS</a><br></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
<div class="hr"></div>
|
||||
</li>
|
||||
|
||||
<li
|
||||
class='item1'
|
||||
>
|
||||
<div class="fixedFont heading" id=".getExternalInputList">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.externalinput.</span><b>getExternalInputList</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Gets the physically supported external input list.<br>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.externalinput.getExternalInputList({
|
||||
"onSuccess" : function(s) {
|
||||
console.log("onSuccess : list length = " + s.list.length);
|
||||
for (var i = 0; i < s.list.length; i++) {
|
||||
console.log("(" + s.list[i].type + "," + s.list[i].index + "," + s.list[i].name + ")");
|
||||
}
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function (param) {
|
||||
// {Array} param.list - external input list supported by TV
|
||||
// {Number} param.list[].type - external input type (refer to <a href="../symbols/hcap.externalinput.html#.EXTERNAL_INPUT_TYPE_LIST">external input type</a>)
|
||||
// {Number} param.list[].index - external input index in the external input type
|
||||
// {String} param.list[].name - OsdName of external input type (HDMI-CEC Only)
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.20</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="_global_.html#event:external_input_changed">{Event} external_input_changed</a><br>
|
||||
<a href="hcap.externalinput.html#.getCurrentExternalInput">hcap.externalinput.getCurrentExternalInput()</a><br>
|
||||
<a href="hcap.externalinput.html#.setCurrentExternalInput">hcap.externalinput.setCurrentExternalInput()</a><br>
|
||||
<a href="hcap.externalinput.ExternalInputType.html#.TV">hcap.externalinput.ExternalInputType.TV</a><br>
|
||||
<a href="hcap.externalinput.ExternalInputType.html#.COMPOSITE">hcap.externalinput.ExternalInputType.COMPOSITE</a><br>
|
||||
<a href="hcap.externalinput.ExternalInputType.html#.SVIDEO">hcap.externalinput.ExternalInputType.SVIDEO</a><br>
|
||||
<a href="hcap.externalinput.ExternalInputType.html#.COMPONENT">hcap.externalinput.ExternalInputType.COMPONENT</a><br>
|
||||
<a href="hcap.externalinput.ExternalInputType.html#.RGB">hcap.externalinput.ExternalInputType.RGB</a><br>
|
||||
<a href="hcap.externalinput.ExternalInputType.html#.HDMI">hcap.externalinput.ExternalInputType.HDMI</a><br>
|
||||
<a href="hcap.externalinput.ExternalInputType.html#.SCART">hcap.externalinput.ExternalInputType.SCART</a><br>
|
||||
<a href="hcap.externalinput.ExternalInputType.html#.OTHERS">hcap.externalinput.ExternalInputType.OTHERS</a><br></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
<div class="hr"></div>
|
||||
</li>
|
||||
|
||||
<li
|
||||
class='item2'
|
||||
>
|
||||
<div class="fixedFont heading" id=".isExternalInputConnected">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.externalinput.</span><b>isExternalInputConnected</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Checks if the Audio/Video input signal is connected to RGB or HDMI, or if the cable is connected to other input sources.<br>
|
||||
Types and indexes of input sources depend on the H/W Spec.<br><br>
|
||||
For the external input type list, refer to <a href="../symbols/hcap.externalinput.html#.EXTERNAL_INPUT_TYPE_LIST">{ external input type list }</a>.<br>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">// this examples shows how to check that the 1st RGB input is connected.
|
||||
hcap.externalinput.isExternalInputConnected({
|
||||
"type" : hcap.externalinput.ExternalInputType.RGB,
|
||||
"index" : 0,
|
||||
"onSuccess" : function(s) {
|
||||
console.log("onSuccess : isConnected = " + s.isConnected);
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Number} param.type [Required] - external input type.</li>
|
||||
<li>{Number} param.index [Required] - index of source type. Index value starts with 0.</li>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function (param) {
|
||||
// {Boolean} param.isConnected - true if the signal of RGB or HDMI was connected,
|
||||
// or the cable of other input sources was connected; otherwise false.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="_global_.html#event:external_input_changed">{Event} external_input_changed</a><br>
|
||||
<a href="hcap.externalinput.html#.getCurrentExternalInput">hcap.externalinput.getCurrentExternalInput()</a><br>
|
||||
<a href="hcap.externalinput.html#.setCurrentExternalInput">hcap.externalinput.setCurrentExternalInput()</a><br>
|
||||
<a href="hcap.externalinput.html#.getExternalInputList">hcap.externalinput.getExternalInputList()</a><br>
|
||||
<a href="hcap.externalinput.ExternalInputType.html#.TV">hcap.externalinput.ExternalInputType.TV</a><br>
|
||||
<a href="hcap.externalinput.ExternalInputType.html#.COMPOSITE">hcap.externalinput.ExternalInputType.COMPOSITE</a><br>
|
||||
<a href="hcap.externalinput.ExternalInputType.html#.SVIDEO">hcap.externalinput.ExternalInputType.SVIDEO</a><br>
|
||||
<a href="hcap.externalinput.ExternalInputType.html#.COMPONENT">hcap.externalinput.ExternalInputType.COMPONENT</a><br>
|
||||
<a href="hcap.externalinput.ExternalInputType.html#.RGB">hcap.externalinput.ExternalInputType.RGB</a><br>
|
||||
<a href="hcap.externalinput.ExternalInputType.html#.HDMI">hcap.externalinput.ExternalInputType.HDMI</a><br>
|
||||
<a href="hcap.externalinput.ExternalInputType.html#.SCART">hcap.externalinput.ExternalInputType.SCART</a><br>
|
||||
<a href="hcap.externalinput.ExternalInputType.html#.OTHERS">hcap.externalinput.ExternalInputType.OTHERS</a><br></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
<div class="hr"></div>
|
||||
</li>
|
||||
|
||||
<li
|
||||
class='item3'
|
||||
>
|
||||
<div class="fixedFont heading" id=".setCurrentExternalInput">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.externalinput.</span><b>setCurrentExternalInput</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Changes the current Audio & Video source type and index.<br>
|
||||
For the external input type list, refer to <a href="../symbols/hcap.externalinput.html#.EXTERNAL_INPUT_TYPE_LIST">{ external input type list }</a>.<br>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.externalinput.setCurrentExternalInput({
|
||||
"type" : hcap.externalinput.ExternalInputType.HDMI,
|
||||
"index" : 1,
|
||||
"onSuccess" : function() {
|
||||
console.log("onSuccess");
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Number} param.type [Required] - audio/Video source type.</li>
|
||||
<li>{Number} param.index [Required] - index of source type. Index value starts with 0.</li>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function() {
|
||||
// No parameter.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.<br>
|
||||
Setting to same audio/video source type and index will invoke this callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="_global_.html#event:external_input_changed">{Event} external_input_changed</a><br>
|
||||
<a href="hcap.externalinput.html#.getCurrentExternalInput">hcap.externalinput.getCurrentExternalInput()</a><br>
|
||||
<a href="hcap.externalinput.html#.isExternalInputConnected">hcap.externalinput.isExternalInputConnected()</a><br>
|
||||
<a href="hcap.externalinput.html#.getExternalInputList">hcap.externalinput.getExternalInputList()</a><br>
|
||||
<a href="hcap.externalinput.ExternalInputType.html#.TV">hcap.externalinput.ExternalInputType.TV</a><br>
|
||||
<a href="hcap.externalinput.ExternalInputType.html#.COMPOSITE">hcap.externalinput.ExternalInputType.COMPOSITE</a><br>
|
||||
<a href="hcap.externalinput.ExternalInputType.html#.SVIDEO">hcap.externalinput.ExternalInputType.SVIDEO</a><br>
|
||||
<a href="hcap.externalinput.ExternalInputType.html#.COMPONENT">hcap.externalinput.ExternalInputType.COMPONENT</a><br>
|
||||
<a href="hcap.externalinput.ExternalInputType.html#.RGB">hcap.externalinput.ExternalInputType.RGB</a><br>
|
||||
<a href="hcap.externalinput.ExternalInputType.html#.HDMI">hcap.externalinput.ExternalInputType.HDMI</a><br>
|
||||
<a href="hcap.externalinput.ExternalInputType.html#.SCART">hcap.externalinput.ExternalInputType.SCART</a><br>
|
||||
<a href="hcap.externalinput.ExternalInputType.html#.OTHERS">hcap.externalinput.ExternalInputType.OTHERS</a><br></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENT DETAILS
|
||||
-->
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
wbos.CssTools.MediaQueryFallBack.LoadCss('../css/screen.css', '../css/handheld.css', 660)
|
||||
codeview.classFilter.Init()
|
||||
</script>
|
||||
<script src="../javascript/highlighter/prettify.js"></script>
|
||||
<script>prettyPrint();</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -0,0 +1,816 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="JsDoc Toolkit" />
|
||||
<title>hcap.file | JsDoc Reference</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<meta name="mobileoptimized" content="0" />
|
||||
|
||||
<link rel="stylesheet" href="../css/all.css" media="all" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="only screen and (max-width: 660px)" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="handheld" />
|
||||
<link rel="stylesheet" href="../css/screen.css" media="screen and (min-width: 661px)" />
|
||||
|
||||
<link rel="stylesheet" href="../javascript/highlighter/dessert.css" />
|
||||
|
||||
<script src="../javascript/all.js"></script>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="../javascript/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="index">
|
||||
<div class="menu">
|
||||
<div class="indexLinks">
|
||||
<a href="../index.html">Classes</a>
|
||||
<a href="../files.html">Files</a>
|
||||
</div>
|
||||
<table width=100% class=confidential><tr><td><b>LGE Confidential</b></td></tr></table>
|
||||
<h2 class="heading1">Library</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td align=left class=confidential><a href="../../js/hcap.js">·hcap.js (1.24.6.5901)</li></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="heading1">Classes</h2>
|
||||
|
||||
<input type="text" name="classFilter" class="classFilter" id="ClassFilter" placeholder="Filter"></input>
|
||||
|
||||
<nav>
|
||||
<ul class="classList" id="ClassList">
|
||||
|
||||
<li><a href="../symbols/_global_.html">_global_</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.html">hcap</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.application.html">hcap<span class='break'> </span>.<span class='break'> </span>application</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.beacon.html">hcap<span class='break'> </span>.<span class='break'> </span>beacon</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.audio.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth<span class='break'> </span>.<span class='break'> </span>audio</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.camera.html">hcap<span class='break'> </span>.<span class='break'> </span>camera</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.carousel.html">hcap<span class='break'> </span>.<span class='break'> </span>carousel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.html">hcap<span class='break'> </span>.<span class='break'> </span>channel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.AudioStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>AudioStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelStatus.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelStatus</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.InbandDataServiceType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>InbandDataServiceType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.IpBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>IpBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.Polarization.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>Polarization</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.RfBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>RfBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.VideoStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>VideoStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.checkout.html">hcap<span class='break'> </span>.<span class='break'> </span>checkout</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.ExternalInputType.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput<span class='break'> </span>.<span class='break'> </span>ExternalInputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.file.html">hcap<span class='break'> </span>.<span class='break'> </span>file</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.iot.html">hcap<span class='break'> </span>.<span class='break'> </span>iot</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.html">hcap<span class='break'> </span>.<span class='break'> </span>key</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.Code.html">hcap<span class='break'> </span>.<span class='break'> </span>key<span class='break'> </span>.<span class='break'> </span>Code</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.html">hcap<span class='break'> </span>.<span class='break'> </span>Media</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.SubtitleType.html">hcap<span class='break'> </span>.<span class='break'> </span>Media<span class='break'> </span>.<span class='break'> </span>SubtitleType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mode.html">hcap<span class='break'> </span>.<span class='break'> </span>mode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mouse.html">hcap<span class='break'> </span>.<span class='break'> </span>mouse</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mpi.html">hcap<span class='break'> </span>.<span class='break'> </span>mpi</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.html">hcap<span class='break'> </span>.<span class='break'> </span>network</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.DhcpState.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>DhcpState</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkEventType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkEventType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WifiSecurityType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WifiSecurityType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WirelessMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WirelessMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.html">hcap<span class='break'> </span>.<span class='break'> </span>power</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.PowerMode.html">hcap<span class='break'> </span>.<span class='break'> </span>power<span class='break'> </span>.<span class='break'> </span>PowerMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.preloadedApplication.html">hcap<span class='break'> </span>.<span class='break'> </span>preloadedApplication</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.html">hcap<span class='break'> </span>.<span class='break'> </span>property</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.InstallerMenuItem.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>InstallerMenuItem</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PictureMode.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PictureMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PicturePropertyKey.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PicturePropertyKey</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rms.html">hcap<span class='break'> </span>.<span class='break'> </span>rms</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.BaudRate.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>BaudRate</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.DataBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>DataBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.FlowControl.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>FlowControl</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.Parity.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>Parity</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.StopBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>StopBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.security.html">hcap<span class='break'> </span>.<span class='break'> </span>security</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.socket.html">hcap<span class='break'> </span>.<span class='break'> </span>socket</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.html">hcap<span class='break'> </span>.<span class='break'> </span>speech</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.HostType.html">hcap<span class='break'> </span>.<span class='break'> </span>speech<span class='break'> </span>.<span class='break'> </span>HostType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.html">hcap<span class='break'> </span>.<span class='break'> </span>system</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.SoundOutputType.html">hcap<span class='break'> </span>.<span class='break'> </span>system<span class='break'> </span>.<span class='break'> </span>SoundOutputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.time.html">hcap<span class='break'> </span>.<span class='break'> </span>time</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.video.html">hcap<span class='break'> </span>.<span class='break'> </span>video</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.volume.html">hcap<span class='break'> </span>.<span class='break'> </span>volume</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.webrtc.html">hcap<span class='break'> </span>.<span class='break'> </span>webrtc</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="fineprint" style="clear:both">
|
||||
<footer>
|
||||
|
||||
Documentation generator: <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0<br />
|
||||
Template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview</a> 1.2<br />
|
||||
Generated on:
|
||||
<time datetime='2021-8-13' pubdate>2021-8-13 18:29</time>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="index indexStatic"></div>
|
||||
|
||||
<div class="content">
|
||||
<div class="innerContent">
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="classTitle">
|
||||
|
||||
Namespace <span>hcap.file</span>
|
||||
</h1>
|
||||
|
||||
<div class="intro">
|
||||
<p class="description summary">
|
||||
hcap.file
|
||||
</p>
|
||||
|
||||
|
||||
<ul class="summary">
|
||||
|
||||
|
||||
|
||||
<li>Defined in: <a href="../symbols/src/js_hcap-1.24.6.5901.js.html">hcap-1.24.6.5901.js</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class hcap.file.">
|
||||
<caption class="sectionTitle">Namespace Summary</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Constructor Attributes</th>
|
||||
<th scope="col">Constructor Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="attributes"> </td>
|
||||
<td class="nameDescription" >
|
||||
<div class="fixedFont">
|
||||
<b><a href="../symbols/hcap.file.html#constructor">hcap.file</a></b>
|
||||
</div>
|
||||
<div class="description"></div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<!--
|
||||
#### METHODS SUMMARY
|
||||
-->
|
||||
|
||||
<section>
|
||||
|
||||
|
||||
<div class="props">
|
||||
<h2 class="sectionTitle">Method Summary</h2>
|
||||
|
||||
|
||||
<nav>
|
||||
<table class="summaryTable" id="MethodsList" cellspacing="0" summary="A summary of the methods documented in the class hcap.file.">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Method Attributes</th>
|
||||
<th scope="col">Method Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
|
||||
|
||||
<tr
|
||||
class='item0'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.file.<b><a href="../symbols/hcap.file.html#.deleteUsbFile">deleteUsbFile</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Deletes the file or directory given by the path in the USB storage.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr
|
||||
class='item1'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.file.<b><a href="../symbols/hcap.file.html#.downloadFileToUsb">downloadFileToUsb</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Downloads the file given by uri to the path in the USB storage.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr
|
||||
class='item2'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.file.<b><a href="../symbols/hcap.file.html#.getUsbStorageFileList">getUsbStorageFileList</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Gets the file list for the given path in a USB storage.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr
|
||||
class='item3'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.file.<b><a href="../symbols/hcap.file.html#.getUsbStorageList">getUsbStorageList</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Gets the USB storage list.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENTS SUMMARY
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### CONSTRUCTOR DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle" id="constructor">
|
||||
Namespace Detail
|
||||
</h2>
|
||||
|
||||
<div class="fixedFont">
|
||||
<b>hcap.file</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### FIELD DETAILS
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### METHOD DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle">
|
||||
Method Detail
|
||||
</h2>
|
||||
|
||||
<ul class="methodDetail" id="MethodDetail">
|
||||
|
||||
|
||||
<li
|
||||
class='item0'
|
||||
>
|
||||
<div class="fixedFont heading" id=".deleteUsbFile">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.file.</span><b>deleteUsbFile</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Deletes the file or directory given by the path in the USB storage.<br>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.file.deleteUsbFile({
|
||||
"path" : "/tmp/usb/sda/sda1/download/a.mp4", // or a directory "/tmp/usb/sda/sda1/download"
|
||||
"onSuccess" : function() {
|
||||
console.log("onSuccess");
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{String} param.path [Required] - file path or directory path to delete in the USB storage. Only the file path or the directory path under a USB mount point path (except the root directory of a USB mount point path as a directory path) are allowed. The designated path will be deleted without any warning. (It is same as "rm -rf") And if the path doesn't exist, the success callback will be returned.</li>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function (param) {
|
||||
// No Parameter.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.18.3</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.file.html#.getUsbStorageList">hcap.file.getUsbStorageList()</a><br>
|
||||
<a href="hcap.file.html#.getUsbStorageFileList">hcap.file.getUsbStorageFileList()</a><br>
|
||||
<a href="hcap.file.html#.downloadFileToUsb">hcap.file.downloadFileToUsb()</a><br>
|
||||
<a href="_global_.html#event:usb_file_downloaded">{Event} usb_file_downloaded</a><br></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
<div class="hr"></div>
|
||||
</li>
|
||||
|
||||
<li
|
||||
class='item1'
|
||||
>
|
||||
<div class="fixedFont heading" id=".downloadFileToUsb">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.file.</span><b>downloadFileToUsb</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Downloads the file given by uri to the path in the USB storage.<br>
|
||||
|
||||
The result for the download can be obtained by registering the
|
||||
<a href="_global_.html#event:usb_file_downloaded">{Event} usb_file_downloaded</a><br><br>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.file.downloadFileToUsb({
|
||||
"uri" : "http://mycompany.com/resource/a.mp3",
|
||||
"path" : "/tmp/usb/sda/sda1/download/b.mp3",
|
||||
"onSuccess" : function() {
|
||||
console.log("onSuccess");
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{String} param.uri [Required] - URI for the file to download to the USB storage. Only "http" and "https" are allowed.</li>
|
||||
<li>{String} param.path [Required] - file path to download the file of uri. The file path should be equal to or lower than a USB mount point path. And if the directory doesn't exist, it will be created automatically.</li>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function (param) {
|
||||
// No Parameter.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.18.3</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.file.html#.getUsbStorageList">hcap.file.getUsbStorageList()</a><br>
|
||||
<a href="hcap.file.html#.getUsbStorageFileList">hcap.file.getUsbStorageFileList()</a><br>
|
||||
<a href="hcap.file.html#.deleteUsbFile">hcap.file.deleteUsbFile()</a><br>
|
||||
<a href="_global_.html#event:usb_file_downloaded">{Event} usb_file_downloaded</a><br></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
<div class="hr"></div>
|
||||
</li>
|
||||
|
||||
<li
|
||||
class='item2'
|
||||
>
|
||||
<div class="fixedFont heading" id=".getUsbStorageFileList">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.file.</span><b>getUsbStorageFileList</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Gets the file list for the given path in a USB storage.<br>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.file.getUsbStorageList({
|
||||
"onSuccess" : function(s) {
|
||||
hcap.file.getUsbStorageFileList({
|
||||
"path" : s[0].mountPoint,
|
||||
"onSuccess" : function (param) {
|
||||
console.log("file list length = " + param.list.length);
|
||||
for (var i = 0; i < param.list.length; i++) {
|
||||
console.log(
|
||||
"[" + i + "].name = " + param.list[i].name +
|
||||
"[" + i + "].type = " + param.list[i].type +
|
||||
"[" + i + "].length = " + param.list[i].length
|
||||
);
|
||||
}
|
||||
},
|
||||
"onFailure" : function(ff) {
|
||||
console.log("onFailure : errorMessage = " + ff.errorMessage);
|
||||
}
|
||||
});
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{String} param.path [Required] - directory path to get file list. Only the directory equal to or lower than a USB mount point path is allowed.</li>
|
||||
<li>{Number} param.position [Optional] - start position (starts with 0) where starts to make file list in the directory. Default <em>position</em> is 0.</li>
|
||||
<li>{Number} param.length [Optional] - at most the <em>length</em> number of files from the <em>position</em> will be listed up. Default <em>length</em> is 100.</li>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function (param) {
|
||||
// {Array} param.list - file list
|
||||
// {String} param.list[].name - file name
|
||||
// {String} param.list[].type - file type among "BLK"(block device), "CHR"(character device), "DIR"(directory), "FIFO"(named pipe), "LNK"(symbolic link), "REG"(regular file), "SOCK"(UNIX domain socket) and "UNKNOWN"(unknown)
|
||||
// {String} param.list[].length - file length
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.18.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.file.html#.getUsbStorageList">hcap.file.getUsbStorageList()</a><br>
|
||||
<a href="hcap.file.html#.downloadFileToUsb">hcap.file.downloadFileToUsb()</a><br>
|
||||
<a href="hcap.file.html#.deleteUsbFile">hcap.file.deleteUsbFile()</a><br>
|
||||
<a href="_global_.html#event:usb_file_downloaded">{Event} usb_file_downloaded</a><br></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
<div class="hr"></div>
|
||||
</li>
|
||||
|
||||
<li
|
||||
class='item3'
|
||||
>
|
||||
<div class="fixedFont heading" id=".getUsbStorageList">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.file.</span><b>getUsbStorageList</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Gets the USB storage list.<br>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.file.getUsbStorageList({
|
||||
"onSuccess" : function(s) {
|
||||
console.log("onSuccess : list length = " + s.list.length);
|
||||
for (var i = 0; i < s.list.length; i++) {
|
||||
console.log(
|
||||
"[" + i + "].name = " + s.list[i].name +
|
||||
"[" + i + "].displayName = " + s.list[i].displayName +
|
||||
"[" + i + "].mountPoint = " + s.list[i].mountPoint +
|
||||
"[" + i + "].status = " + s.list[i].status +
|
||||
"[" + i + "].filesystemStatus = " + s.list[i].filesystemStatus +
|
||||
"[" + i + "].totalSize = " + s.list[i].totalSize +
|
||||
"[" + i + "].freeSize = " + s.list[i].freeSize
|
||||
);
|
||||
}
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function (param) {
|
||||
// {Array} param.list - list for the USB storage devices connected to TV.
|
||||
// {String} param.list[].name - unique device name within the system
|
||||
// {String} param.list[].displayName - display name
|
||||
// {String} param.list[].mountPoint - mount point path
|
||||
// {String} param.list[].status - status among "INIT"(device is initializing), "AVAILABLE"(device is available), "BUSY"(device is unavailable for a while because device is busy in the other work) and "OFFLINE"(device is physically connected but is unavailable)
|
||||
// {String} param.list[].filesystemStatus - filesystem status among "READ_ONLY" and "READ_WRITE"
|
||||
// {String} param.list[].totalSize - total size in bytes
|
||||
// {String} param.list[].freeSize - free size in bytes
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.18.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.file.html#.getUsbStorageFileList">hcap.file.getUsbStorageFileList()</a><br>
|
||||
<a href="hcap.file.html#.downloadFileToUsb">hcap.file.downloadFileToUsb()</a><br>
|
||||
<a href="hcap.file.html#.deleteUsbFile">hcap.file.deleteUsbFile()</a><br>
|
||||
<a href="_global_.html#event:usb_file_downloaded">{Event} usb_file_downloaded</a><br></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENT DETAILS
|
||||
-->
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
wbos.CssTools.MediaQueryFallBack.LoadCss('../css/screen.css', '../css/handheld.css', 660)
|
||||
codeview.classFilter.Init()
|
||||
</script>
|
||||
<script src="../javascript/highlighter/prettify.js"></script>
|
||||
<script>prettyPrint();</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -0,0 +1,308 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="JsDoc Toolkit" />
|
||||
<title>hcap | JsDoc Reference</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<meta name="mobileoptimized" content="0" />
|
||||
|
||||
<link rel="stylesheet" href="../css/all.css" media="all" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="only screen and (max-width: 660px)" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="handheld" />
|
||||
<link rel="stylesheet" href="../css/screen.css" media="screen and (min-width: 661px)" />
|
||||
|
||||
<link rel="stylesheet" href="../javascript/highlighter/dessert.css" />
|
||||
|
||||
<script src="../javascript/all.js"></script>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="../javascript/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="index">
|
||||
<div class="menu">
|
||||
<div class="indexLinks">
|
||||
<a href="../index.html">Classes</a>
|
||||
<a href="../files.html">Files</a>
|
||||
</div>
|
||||
<table width=100% class=confidential><tr><td><b>LGE Confidential</b></td></tr></table>
|
||||
<h2 class="heading1">Library</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td align=left class=confidential><a href="../../js/hcap.js">·hcap.js (1.24.6.5901)</li></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="heading1">Classes</h2>
|
||||
|
||||
<input type="text" name="classFilter" class="classFilter" id="ClassFilter" placeholder="Filter"></input>
|
||||
|
||||
<nav>
|
||||
<ul class="classList" id="ClassList">
|
||||
|
||||
<li><a href="../symbols/_global_.html">_global_</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.html">hcap</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.application.html">hcap<span class='break'> </span>.<span class='break'> </span>application</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.beacon.html">hcap<span class='break'> </span>.<span class='break'> </span>beacon</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.audio.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth<span class='break'> </span>.<span class='break'> </span>audio</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.camera.html">hcap<span class='break'> </span>.<span class='break'> </span>camera</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.carousel.html">hcap<span class='break'> </span>.<span class='break'> </span>carousel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.html">hcap<span class='break'> </span>.<span class='break'> </span>channel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.AudioStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>AudioStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelStatus.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelStatus</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.InbandDataServiceType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>InbandDataServiceType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.IpBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>IpBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.Polarization.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>Polarization</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.RfBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>RfBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.VideoStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>VideoStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.checkout.html">hcap<span class='break'> </span>.<span class='break'> </span>checkout</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.ExternalInputType.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput<span class='break'> </span>.<span class='break'> </span>ExternalInputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.file.html">hcap<span class='break'> </span>.<span class='break'> </span>file</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.iot.html">hcap<span class='break'> </span>.<span class='break'> </span>iot</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.html">hcap<span class='break'> </span>.<span class='break'> </span>key</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.Code.html">hcap<span class='break'> </span>.<span class='break'> </span>key<span class='break'> </span>.<span class='break'> </span>Code</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.html">hcap<span class='break'> </span>.<span class='break'> </span>Media</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.SubtitleType.html">hcap<span class='break'> </span>.<span class='break'> </span>Media<span class='break'> </span>.<span class='break'> </span>SubtitleType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mode.html">hcap<span class='break'> </span>.<span class='break'> </span>mode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mouse.html">hcap<span class='break'> </span>.<span class='break'> </span>mouse</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mpi.html">hcap<span class='break'> </span>.<span class='break'> </span>mpi</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.html">hcap<span class='break'> </span>.<span class='break'> </span>network</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.DhcpState.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>DhcpState</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkEventType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkEventType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WifiSecurityType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WifiSecurityType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WirelessMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WirelessMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.html">hcap<span class='break'> </span>.<span class='break'> </span>power</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.PowerMode.html">hcap<span class='break'> </span>.<span class='break'> </span>power<span class='break'> </span>.<span class='break'> </span>PowerMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.preloadedApplication.html">hcap<span class='break'> </span>.<span class='break'> </span>preloadedApplication</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.html">hcap<span class='break'> </span>.<span class='break'> </span>property</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.InstallerMenuItem.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>InstallerMenuItem</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PictureMode.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PictureMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PicturePropertyKey.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PicturePropertyKey</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rms.html">hcap<span class='break'> </span>.<span class='break'> </span>rms</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.BaudRate.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>BaudRate</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.DataBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>DataBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.FlowControl.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>FlowControl</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.Parity.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>Parity</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.StopBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>StopBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.security.html">hcap<span class='break'> </span>.<span class='break'> </span>security</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.socket.html">hcap<span class='break'> </span>.<span class='break'> </span>socket</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.html">hcap<span class='break'> </span>.<span class='break'> </span>speech</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.HostType.html">hcap<span class='break'> </span>.<span class='break'> </span>speech<span class='break'> </span>.<span class='break'> </span>HostType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.html">hcap<span class='break'> </span>.<span class='break'> </span>system</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.SoundOutputType.html">hcap<span class='break'> </span>.<span class='break'> </span>system<span class='break'> </span>.<span class='break'> </span>SoundOutputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.time.html">hcap<span class='break'> </span>.<span class='break'> </span>time</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.video.html">hcap<span class='break'> </span>.<span class='break'> </span>video</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.volume.html">hcap<span class='break'> </span>.<span class='break'> </span>volume</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.webrtc.html">hcap<span class='break'> </span>.<span class='break'> </span>webrtc</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="fineprint" style="clear:both">
|
||||
<footer>
|
||||
|
||||
Documentation generator: <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0<br />
|
||||
Template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview</a> 1.2<br />
|
||||
Generated on:
|
||||
<time datetime='2021-8-13' pubdate>2021-8-13 18:29</time>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="index indexStatic"></div>
|
||||
|
||||
<div class="content">
|
||||
<div class="innerContent">
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="classTitle">
|
||||
|
||||
Class <span>hcap</span>
|
||||
</h1>
|
||||
|
||||
<div class="intro">
|
||||
<p class="description summary">
|
||||
|
||||
</p>
|
||||
|
||||
|
||||
<ul class="summary">
|
||||
|
||||
|
||||
|
||||
<li>Defined in: <a href="../symbols/src/js_hcap-1.24.6.5901.js.html">hcap-1.24.6.5901.js</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class hcap.">
|
||||
<caption class="sectionTitle">Class Summary</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Constructor Attributes</th>
|
||||
<th scope="col">Constructor Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="attributes"> </td>
|
||||
<td class="nameDescription" >
|
||||
<div class="fixedFont">
|
||||
<b><a href="../symbols/hcap.html#constructor">hcap</a></b>()
|
||||
</div>
|
||||
<div class="description"></div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHODS SUMMARY
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENTS SUMMARY
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### CONSTRUCTOR DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle" id="constructor">
|
||||
Class Detail
|
||||
</h2>
|
||||
|
||||
<div class="fixedFont">
|
||||
<b>hcap</b>()
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### FIELD DETAILS
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### METHOD DETAILS
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENT DETAILS
|
||||
-->
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
wbos.CssTools.MediaQueryFallBack.LoadCss('../css/screen.css', '../css/handheld.css', 660)
|
||||
codeview.classFilter.Init()
|
||||
</script>
|
||||
<script src="../javascript/highlighter/prettify.js"></script>
|
||||
<script>prettyPrint();</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,837 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="JsDoc Toolkit" />
|
||||
<title>hcap.key | JsDoc Reference</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<meta name="mobileoptimized" content="0" />
|
||||
|
||||
<link rel="stylesheet" href="../css/all.css" media="all" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="only screen and (max-width: 660px)" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="handheld" />
|
||||
<link rel="stylesheet" href="../css/screen.css" media="screen and (min-width: 661px)" />
|
||||
|
||||
<link rel="stylesheet" href="../javascript/highlighter/dessert.css" />
|
||||
|
||||
<script src="../javascript/all.js"></script>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="../javascript/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="index">
|
||||
<div class="menu">
|
||||
<div class="indexLinks">
|
||||
<a href="../index.html">Classes</a>
|
||||
<a href="../files.html">Files</a>
|
||||
</div>
|
||||
<table width=100% class=confidential><tr><td><b>LGE Confidential</b></td></tr></table>
|
||||
<h2 class="heading1">Library</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td align=left class=confidential><a href="../../js/hcap.js">·hcap.js (1.24.6.5901)</li></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="heading1">Classes</h2>
|
||||
|
||||
<input type="text" name="classFilter" class="classFilter" id="ClassFilter" placeholder="Filter"></input>
|
||||
|
||||
<nav>
|
||||
<ul class="classList" id="ClassList">
|
||||
|
||||
<li><a href="../symbols/_global_.html">_global_</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.html">hcap</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.application.html">hcap<span class='break'> </span>.<span class='break'> </span>application</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.beacon.html">hcap<span class='break'> </span>.<span class='break'> </span>beacon</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.audio.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth<span class='break'> </span>.<span class='break'> </span>audio</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.camera.html">hcap<span class='break'> </span>.<span class='break'> </span>camera</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.carousel.html">hcap<span class='break'> </span>.<span class='break'> </span>carousel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.html">hcap<span class='break'> </span>.<span class='break'> </span>channel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.AudioStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>AudioStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelStatus.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelStatus</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.InbandDataServiceType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>InbandDataServiceType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.IpBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>IpBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.Polarization.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>Polarization</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.RfBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>RfBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.VideoStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>VideoStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.checkout.html">hcap<span class='break'> </span>.<span class='break'> </span>checkout</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.ExternalInputType.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput<span class='break'> </span>.<span class='break'> </span>ExternalInputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.file.html">hcap<span class='break'> </span>.<span class='break'> </span>file</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.iot.html">hcap<span class='break'> </span>.<span class='break'> </span>iot</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.html">hcap<span class='break'> </span>.<span class='break'> </span>key</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.Code.html">hcap<span class='break'> </span>.<span class='break'> </span>key<span class='break'> </span>.<span class='break'> </span>Code</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.html">hcap<span class='break'> </span>.<span class='break'> </span>Media</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.SubtitleType.html">hcap<span class='break'> </span>.<span class='break'> </span>Media<span class='break'> </span>.<span class='break'> </span>SubtitleType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mode.html">hcap<span class='break'> </span>.<span class='break'> </span>mode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mouse.html">hcap<span class='break'> </span>.<span class='break'> </span>mouse</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mpi.html">hcap<span class='break'> </span>.<span class='break'> </span>mpi</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.html">hcap<span class='break'> </span>.<span class='break'> </span>network</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.DhcpState.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>DhcpState</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkEventType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkEventType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WifiSecurityType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WifiSecurityType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WirelessMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WirelessMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.html">hcap<span class='break'> </span>.<span class='break'> </span>power</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.PowerMode.html">hcap<span class='break'> </span>.<span class='break'> </span>power<span class='break'> </span>.<span class='break'> </span>PowerMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.preloadedApplication.html">hcap<span class='break'> </span>.<span class='break'> </span>preloadedApplication</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.html">hcap<span class='break'> </span>.<span class='break'> </span>property</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.InstallerMenuItem.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>InstallerMenuItem</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PictureMode.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PictureMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PicturePropertyKey.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PicturePropertyKey</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rms.html">hcap<span class='break'> </span>.<span class='break'> </span>rms</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.BaudRate.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>BaudRate</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.DataBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>DataBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.FlowControl.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>FlowControl</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.Parity.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>Parity</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.StopBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>StopBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.security.html">hcap<span class='break'> </span>.<span class='break'> </span>security</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.socket.html">hcap<span class='break'> </span>.<span class='break'> </span>socket</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.html">hcap<span class='break'> </span>.<span class='break'> </span>speech</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.HostType.html">hcap<span class='break'> </span>.<span class='break'> </span>speech<span class='break'> </span>.<span class='break'> </span>HostType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.html">hcap<span class='break'> </span>.<span class='break'> </span>system</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.SoundOutputType.html">hcap<span class='break'> </span>.<span class='break'> </span>system<span class='break'> </span>.<span class='break'> </span>SoundOutputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.time.html">hcap<span class='break'> </span>.<span class='break'> </span>time</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.video.html">hcap<span class='break'> </span>.<span class='break'> </span>video</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.volume.html">hcap<span class='break'> </span>.<span class='break'> </span>volume</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.webrtc.html">hcap<span class='break'> </span>.<span class='break'> </span>webrtc</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="fineprint" style="clear:both">
|
||||
<footer>
|
||||
|
||||
Documentation generator: <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0<br />
|
||||
Template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview</a> 1.2<br />
|
||||
Generated on:
|
||||
<time datetime='2021-8-13' pubdate>2021-8-13 18:29</time>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="index indexStatic"></div>
|
||||
|
||||
<div class="content">
|
||||
<div class="innerContent">
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="classTitle">
|
||||
|
||||
Namespace <span>hcap.key</span>
|
||||
</h1>
|
||||
|
||||
<div class="intro">
|
||||
<p class="description summary">
|
||||
hcap.key
|
||||
</p>
|
||||
|
||||
|
||||
<ul class="summary">
|
||||
|
||||
|
||||
|
||||
<li>Defined in: <a href="../symbols/src/js_hcap-1.24.6.5901.js.html">hcap-1.24.6.5901.js</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class hcap.key.">
|
||||
<caption class="sectionTitle">Namespace Summary</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Constructor Attributes</th>
|
||||
<th scope="col">Constructor Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="attributes"> </td>
|
||||
<td class="nameDescription" >
|
||||
<div class="fixedFont">
|
||||
<b><a href="../symbols/hcap.key.html#constructor">hcap.key</a></b>
|
||||
</div>
|
||||
<div class="description"></div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHODS SUMMARY
|
||||
-->
|
||||
|
||||
<section>
|
||||
|
||||
|
||||
<div class="props">
|
||||
<h2 class="sectionTitle">Method Summary</h2>
|
||||
|
||||
|
||||
<nav>
|
||||
<table class="summaryTable" id="MethodsList" cellspacing="0" summary="A summary of the methods documented in the class hcap.key.">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Method Attributes</th>
|
||||
<th scope="col">Method Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
|
||||
|
||||
<tr
|
||||
class='item0'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.key.<b><a href="../symbols/hcap.key.html#.addKeyItem">addKeyItem</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Add/Modify a key item in the key table.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr
|
||||
class='item1'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.key.<b><a href="../symbols/hcap.key.html#.clearKeyTable">clearKeyTable</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Clear the key table and restore it to the factory default.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr
|
||||
class='item2'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.key.<b><a href="../symbols/hcap.key.html#.removeKeyItem">removeKeyItem</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Remove a key item in the key table.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr
|
||||
class='item3'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.key.<b><a href="../symbols/hcap.key.html#.sendKey">sendKey</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Deliver a virtual keycode from application to TV.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENTS SUMMARY
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### CONSTRUCTOR DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle" id="constructor">
|
||||
Namespace Detail
|
||||
</h2>
|
||||
|
||||
<div class="fixedFont">
|
||||
<b>hcap.key</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### FIELD DETAILS
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### METHOD DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle">
|
||||
Method Detail
|
||||
</h2>
|
||||
|
||||
<ul class="methodDetail" id="MethodDetail">
|
||||
|
||||
|
||||
<li
|
||||
class='item0'
|
||||
>
|
||||
<div class="fixedFont heading" id=".addKeyItem">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.key.</span><b>addKeyItem</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Add/Modify a key item in the key table.<br>
|
||||
<ul>
|
||||
<li>Add : If keycode is not in the key table, the key item will be added to the key table.</li>
|
||||
<li>Modify : If keycode is in the key table, but its virtual_keycode or attribute is different, the key item in the key table will be modified.</li>
|
||||
</ul>
|
||||
Keycode with attribute 2 or 3 in the key table is delivered to application as its virtual_keycode, not keycode.<br>
|
||||
Keycode not in the key table is delivered to application as the keycode itself.
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">// add custom keycode as MENU with attribue 2 and change the attribute of LG GUIDE key to attribute 0
|
||||
hcap.key.addKeyItem({
|
||||
"keycode" : 0x12345678,
|
||||
"virtualKeycode" : hcap.key.Code.MENU,
|
||||
"attribute" : 2,
|
||||
"onSuccess" : function() {
|
||||
console.log("onSuccess");
|
||||
hcap.key.addKeyItem({
|
||||
"keycode" : 0,
|
||||
"virtualKeycode" : hcap.key.Code.GUIDE,
|
||||
"attribute" : 0,
|
||||
"onSuccess" : function() {
|
||||
console.log("onSuccess");
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Number} param.keycode [Required] - custom RCU raw data (4 bytes). 0x00000000 for all LG RCU reserved keycode.</li>
|
||||
<li>{Number} param.virtualKeycode [Required] - virtual keycode defined by LG in <a href="hcap.key.Code.html">hcap.key.Code</a>.</li>
|
||||
<li>{Number} param.attribute [Required] - attribute of the key item.<br>
|
||||
<div align=center>
|
||||
<table class="hcap_spec" width=600>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Attribute</th>
|
||||
<th>Action</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="odd"><td>0</td><td class="left">Processed by TV (LG firmware). For Portal key (hcap.key.Code.PORTAL) when its attribute is 0, TV will launch the initial HCAP page.</td></tr>
|
||||
<tr> <td>1</td><td class="left">Processed according to HCAP Mode defined in <a href="hcap.mode.html#.getHcapMode">hcap.mode.getHcapMode()</a>.</td></tr>
|
||||
<tr class="odd"><td>2</td><td class="left">Processed by application.</td></tr>
|
||||
<tr> <td>3</td><td class="left">Processed by browser and application on browser while browser is running. Otherwise, processed by TV (LG firmware).</td></tr>
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<tr><th colspan="6">HCAP Key Attribute & Action</td></tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
</div>
|
||||
</li>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.<br>
|
||||
Setting to the same setting as before will invoke this callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function() {
|
||||
// No parameter.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.key.html#.clearKeyTable">hcap.key.clearKeyTable()</a><br>
|
||||
<a href="hcap.key.html#.removeKeyItem">hcap.key.removeKeyItem()</a><br>
|
||||
<a href="hcap.key.html#.sendKey">hcap.key.sendKey()</a></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
<div class="hr"></div>
|
||||
</li>
|
||||
|
||||
<li
|
||||
class='item1'
|
||||
>
|
||||
<div class="fixedFont heading" id=".clearKeyTable">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.key.</span><b>clearKeyTable</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Clear the key table and restore it to the factory default.
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.key.clearKeyTable({
|
||||
"onSuccess" : function() {
|
||||
console.log("onSuccess");
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function() {
|
||||
// No parameter.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.key.html#.addKeyItem">hcap.key.addKeyItem()</a><br>
|
||||
<a href="hcap.key.html#.removeKeyItem">hcap.key.removeKeyItem()</a><br>
|
||||
<a href="hcap.key.html#.sendKey">hcap.key.sendKey()</a></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
<div class="hr"></div>
|
||||
</li>
|
||||
|
||||
<li
|
||||
class='item2'
|
||||
>
|
||||
<div class="fixedFont heading" id=".removeKeyItem">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.key.</span><b>removeKeyItem</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Remove a key item in the key table.
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.key.removeKeyItem({
|
||||
"keycode" : 0x12345678,
|
||||
"onSuccess" : function() {
|
||||
console.log("onSuccess");
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Number} param.keycode [Required] - custom RCU raw data (4 bytes) to remove. If the keycode is 0x00000000 (reserved keycode for LG RCU), param.onFailure is invoked.</li>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.<br>
|
||||
Remove for the keycode not in the key table will invoke this callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function() {
|
||||
// No parameter.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.key.html#.addKeyItem">hcap.key.addKeyItem()</a><br>
|
||||
<a href="hcap.key.html#.clearKeyTable">hcap.key.clearKeyTable()</a><br>
|
||||
<a href="hcap.key.html#.sendKey">hcap.key.sendKey()</a></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
<div class="hr"></div>
|
||||
</li>
|
||||
|
||||
<li
|
||||
class='item3'
|
||||
>
|
||||
<div class="fixedFont heading" id=".sendKey">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.key.</span><b>sendKey</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Deliver a virtual keycode from application to TV.<br>
|
||||
virtual_keycode is defined by LG and is processed like a key from LG RCU.<br>
|
||||
Therefore the delivered virtual_keycode is mapped to a key item [keycode = 0x00000000, virtual_keycode] in the key table.<br>
|
||||
Application should be cautious not to come into the infinite loop because the sent key to TV can come back to the application again according to the key table setting.<br>
|
||||
Also using modifers can combine keys
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.key.sendKey({
|
||||
"virtualKeycode" : hcap.key.Code.MENU,
|
||||
"onSuccess" : function() {
|
||||
console.log("onSuccess");
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});
|
||||
|
||||
hcap.key.sendKey({
|
||||
"virtualKeycode" : hcap.key.Code.NUM_1,
|
||||
"modifier" : hcap.key.Code.CS1,
|
||||
"onSuccess" : function() {
|
||||
console.log("onSuccess");
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Number} param.virtualKeycode [Required] - virtual keycode defined in <a href="hcap.key.Code.html">hcap.key.Code</a>.</li>
|
||||
<li>{Number} param.modifier [Required] - modifier key / virtual keycode defined in <a href="hcap.key.Code.html">hcap.key.Code</a>.</li>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function() {
|
||||
// No parameter.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.key.html#.addKeyItem">hcap.key.addKeyItem()</a><br>
|
||||
<a href="hcap.key.html#.clearKeyTable">hcap.key.clearKeyTable()</a><br>
|
||||
<a href="hcap.key.html#.removeKeyItem">hcap.key.removeKeyItem()</a></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENT DETAILS
|
||||
-->
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
wbos.CssTools.MediaQueryFallBack.LoadCss('../css/screen.css', '../css/handheld.css', 660)
|
||||
codeview.classFilter.Init()
|
||||
</script>
|
||||
<script src="../javascript/highlighter/prettify.js"></script>
|
||||
<script>prettyPrint();</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -0,0 +1,906 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="JsDoc Toolkit" />
|
||||
<title>hcap.mode | JsDoc Reference</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<meta name="mobileoptimized" content="0" />
|
||||
|
||||
<link rel="stylesheet" href="../css/all.css" media="all" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="only screen and (max-width: 660px)" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="handheld" />
|
||||
<link rel="stylesheet" href="../css/screen.css" media="screen and (min-width: 661px)" />
|
||||
|
||||
<link rel="stylesheet" href="../javascript/highlighter/dessert.css" />
|
||||
|
||||
<script src="../javascript/all.js"></script>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="../javascript/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="index">
|
||||
<div class="menu">
|
||||
<div class="indexLinks">
|
||||
<a href="../index.html">Classes</a>
|
||||
<a href="../files.html">Files</a>
|
||||
</div>
|
||||
<table width=100% class=confidential><tr><td><b>LGE Confidential</b></td></tr></table>
|
||||
<h2 class="heading1">Library</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td align=left class=confidential><a href="../../js/hcap.js">·hcap.js (1.24.6.5901)</li></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="heading1">Classes</h2>
|
||||
|
||||
<input type="text" name="classFilter" class="classFilter" id="ClassFilter" placeholder="Filter"></input>
|
||||
|
||||
<nav>
|
||||
<ul class="classList" id="ClassList">
|
||||
|
||||
<li><a href="../symbols/_global_.html">_global_</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.html">hcap</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.application.html">hcap<span class='break'> </span>.<span class='break'> </span>application</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.beacon.html">hcap<span class='break'> </span>.<span class='break'> </span>beacon</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.audio.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth<span class='break'> </span>.<span class='break'> </span>audio</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.camera.html">hcap<span class='break'> </span>.<span class='break'> </span>camera</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.carousel.html">hcap<span class='break'> </span>.<span class='break'> </span>carousel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.html">hcap<span class='break'> </span>.<span class='break'> </span>channel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.AudioStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>AudioStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelStatus.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelStatus</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.InbandDataServiceType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>InbandDataServiceType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.IpBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>IpBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.Polarization.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>Polarization</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.RfBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>RfBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.VideoStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>VideoStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.checkout.html">hcap<span class='break'> </span>.<span class='break'> </span>checkout</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.ExternalInputType.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput<span class='break'> </span>.<span class='break'> </span>ExternalInputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.file.html">hcap<span class='break'> </span>.<span class='break'> </span>file</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.iot.html">hcap<span class='break'> </span>.<span class='break'> </span>iot</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.html">hcap<span class='break'> </span>.<span class='break'> </span>key</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.Code.html">hcap<span class='break'> </span>.<span class='break'> </span>key<span class='break'> </span>.<span class='break'> </span>Code</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.html">hcap<span class='break'> </span>.<span class='break'> </span>Media</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.SubtitleType.html">hcap<span class='break'> </span>.<span class='break'> </span>Media<span class='break'> </span>.<span class='break'> </span>SubtitleType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mode.html">hcap<span class='break'> </span>.<span class='break'> </span>mode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mouse.html">hcap<span class='break'> </span>.<span class='break'> </span>mouse</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mpi.html">hcap<span class='break'> </span>.<span class='break'> </span>mpi</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.html">hcap<span class='break'> </span>.<span class='break'> </span>network</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.DhcpState.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>DhcpState</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkEventType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkEventType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WifiSecurityType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WifiSecurityType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WirelessMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WirelessMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.html">hcap<span class='break'> </span>.<span class='break'> </span>power</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.PowerMode.html">hcap<span class='break'> </span>.<span class='break'> </span>power<span class='break'> </span>.<span class='break'> </span>PowerMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.preloadedApplication.html">hcap<span class='break'> </span>.<span class='break'> </span>preloadedApplication</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.html">hcap<span class='break'> </span>.<span class='break'> </span>property</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.InstallerMenuItem.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>InstallerMenuItem</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PictureMode.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PictureMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PicturePropertyKey.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PicturePropertyKey</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rms.html">hcap<span class='break'> </span>.<span class='break'> </span>rms</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.BaudRate.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>BaudRate</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.DataBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>DataBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.FlowControl.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>FlowControl</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.Parity.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>Parity</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.StopBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>StopBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.security.html">hcap<span class='break'> </span>.<span class='break'> </span>security</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.socket.html">hcap<span class='break'> </span>.<span class='break'> </span>socket</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.html">hcap<span class='break'> </span>.<span class='break'> </span>speech</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.HostType.html">hcap<span class='break'> </span>.<span class='break'> </span>speech<span class='break'> </span>.<span class='break'> </span>HostType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.html">hcap<span class='break'> </span>.<span class='break'> </span>system</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.SoundOutputType.html">hcap<span class='break'> </span>.<span class='break'> </span>system<span class='break'> </span>.<span class='break'> </span>SoundOutputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.time.html">hcap<span class='break'> </span>.<span class='break'> </span>time</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.video.html">hcap<span class='break'> </span>.<span class='break'> </span>video</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.volume.html">hcap<span class='break'> </span>.<span class='break'> </span>volume</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.webrtc.html">hcap<span class='break'> </span>.<span class='break'> </span>webrtc</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="fineprint" style="clear:both">
|
||||
<footer>
|
||||
|
||||
Documentation generator: <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0<br />
|
||||
Template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview</a> 1.2<br />
|
||||
Generated on:
|
||||
<time datetime='2021-8-13' pubdate>2021-8-13 18:29</time>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="index indexStatic"></div>
|
||||
|
||||
<div class="content">
|
||||
<div class="innerContent">
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="classTitle">
|
||||
|
||||
Namespace <span>hcap.mode</span>
|
||||
</h1>
|
||||
|
||||
<div class="intro">
|
||||
<p class="description summary">
|
||||
hcap.mode
|
||||
</p>
|
||||
|
||||
|
||||
<ul class="summary">
|
||||
|
||||
|
||||
|
||||
<li>Defined in: <a href="../symbols/src/js_hcap-1.24.6.5901.js.html">hcap-1.24.6.5901.js</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class hcap.mode.">
|
||||
<caption class="sectionTitle">Namespace Summary</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Constructor Attributes</th>
|
||||
<th scope="col">Constructor Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="attributes"> </td>
|
||||
<td class="nameDescription" >
|
||||
<div class="fixedFont">
|
||||
<b><a href="../symbols/hcap.mode.html#constructor">hcap.mode</a></b>
|
||||
</div>
|
||||
<div class="description"></div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
|
||||
<nav>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the fields documented in the class hcap.mode.">
|
||||
<caption class="sectionTitle">Field Summary</caption>
|
||||
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Field Attributes</th>
|
||||
<th scope="col">Field Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.mode.<b><a href="../symbols/hcap.mode.html#.HCAP_MODE_0">HCAP_MODE_0</a></b>
|
||||
</div>
|
||||
<div class="description">HCAP mode 0</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.mode.<b><a href="../symbols/hcap.mode.html#.HCAP_MODE_1">HCAP_MODE_1</a></b>
|
||||
</div>
|
||||
<div class="description">HCAP mode 1</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.mode.<b><a href="../symbols/hcap.mode.html#.HCAP_MODE_2">HCAP_MODE_2</a></b>
|
||||
</div>
|
||||
<div class="description">HCAP mode 2</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.mode.<b><a href="../symbols/hcap.mode.html#.HCAP_MODE_3">HCAP_MODE_3</a></b>
|
||||
</div>
|
||||
<div class="description">HCAP mode 3</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.mode.<b><a href="../symbols/hcap.mode.html#.HCAP_MODE_4">HCAP_MODE_4</a></b>
|
||||
</div>
|
||||
<div class="description">HCAP mode 4</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHODS SUMMARY
|
||||
-->
|
||||
|
||||
<section>
|
||||
|
||||
|
||||
<div class="props">
|
||||
<h2 class="sectionTitle">Method Summary</h2>
|
||||
|
||||
|
||||
<nav>
|
||||
<table class="summaryTable" id="MethodsList" cellspacing="0" summary="A summary of the methods documented in the class hcap.mode.">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Method Attributes</th>
|
||||
<th scope="col">Method Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
|
||||
|
||||
<tr
|
||||
class='item0'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.mode.<b><a href="../symbols/hcap.mode.html#.getHcapMode">getHcapMode</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Gets the current HCAP mode.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr
|
||||
class='item1'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.mode.<b><a href="../symbols/hcap.mode.html#.setHcapMode">setHcapMode</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Sets the HCAP mode.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENTS SUMMARY
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### CONSTRUCTOR DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle" id="constructor">
|
||||
Namespace Detail
|
||||
</h2>
|
||||
|
||||
<div class="fixedFont">
|
||||
<b>hcap.mode</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### FIELD DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle">
|
||||
Field Detail
|
||||
</h2>
|
||||
|
||||
|
||||
<div class="fixedFont heading" id=".HCAP_MODE_0">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.mode.</span><b>HCAP_MODE_0</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
HCAP mode 0
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".HCAP_MODE_1">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.mode.</span><b>HCAP_MODE_1</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
HCAP mode 1
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".HCAP_MODE_2">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.mode.</span><b>HCAP_MODE_2</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
HCAP mode 2
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".HCAP_MODE_3">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.mode.</span><b>HCAP_MODE_3</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
HCAP mode 3
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".HCAP_MODE_4">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.mode.</span><b>HCAP_MODE_4</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
HCAP mode 4
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHOD DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle">
|
||||
Method Detail
|
||||
</h2>
|
||||
|
||||
<ul class="methodDetail" id="MethodDetail">
|
||||
|
||||
|
||||
<li
|
||||
class='item0'
|
||||
>
|
||||
<div class="fixedFont heading" id=".getHcapMode">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.mode.</span><b>getHcapMode</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Gets the current HCAP mode.<br><br>
|
||||
Hcap mode is related to the application visibility and the key control.<br><br>
|
||||
Following table specifies application visibility for each HCAP mode.<br>
|
||||
|
||||
<div align=center>
|
||||
<table class="hcap_spec" width=600>
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
<th><a href="hcap.mode.html#.HCAP_MODE_0">HCAP_MODE_0</a></th>
|
||||
<th><a href="hcap.mode.html#.HCAP_MODE_1">HCAP_MODE_1</a></th>
|
||||
<th><a href="hcap.mode.html#.HCAP_MODE_2">HCAP_MODE_2</a></th>
|
||||
<th><a href="hcap.mode.html#.HCAP_MODE_3">HCAP_MODE_3</a></th>
|
||||
<th><a href="hcap.mode.html#.HCAP_MODE_4">HCAP_MODE_4</a></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="odd">
|
||||
<td>Application Visibility</td>
|
||||
<td>X</td>
|
||||
<td>O</td>
|
||||
<td>O</td>
|
||||
<td>O</td>
|
||||
<td>O</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<tr><th colspan="6">HCAP Mode & Application Visibility (O : visible, X : invisible)</td></tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
</div>
|
||||
<br>
|
||||
Following table specifies whether key is delivered to application or not for each HCAP mode.<br>
|
||||
(O : key is delivered to application, X : key is not delivered to application)
|
||||
<div align=center>
|
||||
<table class="hcap_spec" width=600>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Key</th>
|
||||
<th><a href="hcap.mode.html#.HCAP_MODE_0">HCAP_MODE_0</a></th>
|
||||
<th><a href="hcap.mode.html#.HCAP_MODE_1">HCAP_MODE_1</a></th>
|
||||
<th><a href="hcap.mode.html#.HCAP_MODE_2">HCAP_MODE_2</a></th>
|
||||
<th><a href="hcap.mode.html#.HCAP_MODE_3">HCAP_MODE_3</a></th>
|
||||
<th><a href="hcap.mode.html#.HCAP_MODE_4">HCAP_MODE_4</a></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="odd"><td><a href="hcap.key.Code.html#.NUM_0"> NUM_0~NUM_9 </a></td><td>X</td><td>O</td><td>X</td><td>O</td><td>X</td></tr>
|
||||
<tr> <td><a href="hcap.key.Code.html#.MINUS"> MINUS </a></td><td>X</td><td>O</td><td>X</td><td>O</td><td>X</td></tr>
|
||||
<tr class="odd"><td><a href="hcap.key.Code.html#.CH_UP"> CH_UP </a></td><td>X</td><td>O</td><td>X</td><td>X</td><td>O</td></tr>
|
||||
<tr> <td><a href="hcap.key.Code.html#.CH_DOWN"> CH_DOWN </a></td><td>X</td><td>O</td><td>X</td><td>X</td><td>O</td></tr>
|
||||
<tr class="odd"><td><a href="hcap.key.Code.html#.GUIDE"> GUIDE </a></td><td>O</td><td>O</td><td>O</td><td>O</td><td>O</td></tr>
|
||||
<tr> <td><a href="hcap.key.Code.html#.INFO"> INFO </a></td><td>O</td><td>O</td><td>O</td><td>O</td><td>O</td></tr>
|
||||
<tr class="odd"><td><a href="hcap.key.Code.html#.LEFT"> LEFT </a></td><td>X</td><td>O</td><td>O</td><td>O</td><td>O</td></tr>
|
||||
<tr> <td><a href="hcap.key.Code.html#.UP"> UP </a></td><td>X</td><td>O</td><td>O</td><td>O</td><td>O</td></tr>
|
||||
<tr class="odd"><td><a href="hcap.key.Code.html#.RIGHT"> RIGHT </a></td><td>X</td><td>O</td><td>O</td><td>O</td><td>O</td></tr>
|
||||
<tr> <td><a href="hcap.key.Code.html#.DOWN"> DOWN </a></td><td>X</td><td>O</td><td>O</td><td>O</td><td>O</td></tr>
|
||||
<tr class="odd"><td><a href="hcap.key.Code.html#.ENTER"> ENTER </a></td><td>X</td><td>O</td><td>O</td><td>O</td><td>O</td></tr>
|
||||
<tr> <td><a href="hcap.key.Code.html#.BACK"> BACK </a></td><td>X</td><td>O</td><td>O</td><td>O</td><td>O</td></tr>
|
||||
<tr class="odd"><td><a href="hcap.key.Code.html#.EXIT"> EXIT </a></td><td>X</td><td>O</td><td>O</td><td>O</td><td>O</td></tr>
|
||||
<tr> <td><a href="hcap.key.Code.html#.RED"> RED </a></td><td>X</td><td>O</td><td>O</td><td>O</td><td>O</td></tr>
|
||||
<tr class="odd"><td><a href="hcap.key.Code.html#.GREEN"> GREEN </a></td><td>X</td><td>O</td><td>O</td><td>O</td><td>O</td></tr>
|
||||
<tr> <td><a href="hcap.key.Code.html#.YELLOW"> YELLOW </a></td><td>X</td><td>O</td><td>O</td><td>O</td><td>O</td></tr>
|
||||
<tr class="odd"><td><a href="hcap.key.Code.html#.BLUE"> BLUE </a></td><td>X</td><td>O</td><td>O</td><td>O</td><td>O</td></tr>
|
||||
<tr> <td><a href="hcap.key.Code.html#.STOP"> STOP </a></td><td>X</td><td>O</td><td>O</td><td>O</td><td>O</td></tr>
|
||||
<tr class="odd"><td><a href="hcap.key.Code.html#.PLAY"> PLAY </a></td><td>X</td><td>O</td><td>O</td><td>O</td><td>O</td></tr>
|
||||
<tr> <td><a href="hcap.key.Code.html#.PAUSE"> PAUSE </a></td><td>X</td><td>O</td><td>O</td><td>O</td><td>O</td></tr>
|
||||
<tr class="odd"><td><a href="hcap.key.Code.html#.REWIND"> REWIND </a></td><td>X</td><td>O</td><td>O</td><td>O</td><td>O</td></tr>
|
||||
<tr> <td><a href="hcap.key.Code.html#.FAST_FORWARD">FAST_FORWARD </a></td><td>X</td><td>O</td><td>O</td><td>O</td><td>O</td></tr>
|
||||
<tr class="odd"><td><a href="hcap.key.Code.html#.LAST_CH"> LAST_CH </a></td><td>X</td><td>O</td><td>X</td><td>X</td><td>O</td></tr>
|
||||
<tr> <td><a href="hcap.key.Code.html#.PORTAL"> PORTAL </a></td><td>O</td><td>O</td><td>O</td><td>O</td><td>O</td></tr>
|
||||
<tr class="odd"><td><a href="hcap.key.Code.html#.ORDER"> ORDER </a></td><td>X</td><td>O</td><td>O</td><td>O</td><td>O</td></tr>
|
||||
<tr> <td><a href="hcap.key.Code.html#.NETFLIX"> NETFLIX </a></td><td>O</td><td>O</td><td>O</td><td>O</td><td>O</td></tr>
|
||||
<tr class="odd"><td><a href="hcap.key.Code.html"> Keys not in list</a></td><td>X</td><td>X</td><td>X</td><td>X</td><td>X</td></tr>
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<tr><th colspan="6">HCAP Mode & Key Delivery</td></tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.mode.getHcapMode({
|
||||
"onSuccess" : function(s) {
|
||||
console.log("onSuccess : current hcap mode = " + s.mode);
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function (param) {
|
||||
// {Number} param.mode - HCAP mode.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.mode.html#.setHcapMode">hcap.mode.setHcapMode()</a><br>
|
||||
<a href="hcap.mode.html#.HCAP_MODE_0">HCAP_MODE_0</a><br>
|
||||
<a href="hcap.mode.html#.HCAP_MODE_1">HCAP_MODE_1</a><br>
|
||||
<a href="hcap.mode.html#.HCAP_MODE_2">HCAP_MODE_2</a><br>
|
||||
<a href="hcap.mode.html#.HCAP_MODE_3">HCAP_MODE_3</a><br>
|
||||
<a href="hcap.mode.html#.HCAP_MODE_4">HCAP_MODE_4</a></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
<div class="hr"></div>
|
||||
</li>
|
||||
|
||||
<li
|
||||
class='item1'
|
||||
>
|
||||
<div class="fixedFont heading" id=".setHcapMode">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.mode.</span><b>setHcapMode</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Sets the HCAP mode.<br>
|
||||
Please refer to <a href="hcap.mode.html#.getHcapMode">hcap.mode.getHcapMode()</a> for the detailed information regarding the HCAP mode.
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.mode.setHcapMode({
|
||||
"mode" : hcap.mode.HCAP_MODE_2,
|
||||
"onSuccess" : function() {
|
||||
console.log("onSuccess");
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Number} param.mode [Required] - HCAP mode.</li>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.<br>
|
||||
Setting to the same HCAP mode as before will invoke this callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function() {
|
||||
// No parameter.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.mode.html#.getHcapMode">hcap.mode.getHcapMode()</a><br>
|
||||
<a href="hcap.mode.html#.HCAP_MODE_0">HCAP_MODE_0</a><br>
|
||||
<a href="hcap.mode.html#.HCAP_MODE_1">HCAP_MODE_1</a><br>
|
||||
<a href="hcap.mode.html#.HCAP_MODE_2">HCAP_MODE_2</a><br>
|
||||
<a href="hcap.mode.html#.HCAP_MODE_3">HCAP_MODE_3</a><br>
|
||||
<a href="hcap.mode.html#.HCAP_MODE_4">HCAP_MODE_4</a></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENT DETAILS
|
||||
-->
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
wbos.CssTools.MediaQueryFallBack.LoadCss('../css/screen.css', '../css/handheld.css', 660)
|
||||
codeview.classFilter.Init()
|
||||
</script>
|
||||
<script src="../javascript/highlighter/prettify.js"></script>
|
||||
<script>prettyPrint();</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,568 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="JsDoc Toolkit" />
|
||||
<title>hcap.mpi | JsDoc Reference</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<meta name="mobileoptimized" content="0" />
|
||||
|
||||
<link rel="stylesheet" href="../css/all.css" media="all" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="only screen and (max-width: 660px)" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="handheld" />
|
||||
<link rel="stylesheet" href="../css/screen.css" media="screen and (min-width: 661px)" />
|
||||
|
||||
<link rel="stylesheet" href="../javascript/highlighter/dessert.css" />
|
||||
|
||||
<script src="../javascript/all.js"></script>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="../javascript/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="index">
|
||||
<div class="menu">
|
||||
<div class="indexLinks">
|
||||
<a href="../index.html">Classes</a>
|
||||
<a href="../files.html">Files</a>
|
||||
</div>
|
||||
<table width=100% class=confidential><tr><td><b>LGE Confidential</b></td></tr></table>
|
||||
<h2 class="heading1">Library</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td align=left class=confidential><a href="../../js/hcap.js">·hcap.js (1.24.6.5901)</li></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="heading1">Classes</h2>
|
||||
|
||||
<input type="text" name="classFilter" class="classFilter" id="ClassFilter" placeholder="Filter"></input>
|
||||
|
||||
<nav>
|
||||
<ul class="classList" id="ClassList">
|
||||
|
||||
<li><a href="../symbols/_global_.html">_global_</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.html">hcap</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.application.html">hcap<span class='break'> </span>.<span class='break'> </span>application</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.beacon.html">hcap<span class='break'> </span>.<span class='break'> </span>beacon</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.audio.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth<span class='break'> </span>.<span class='break'> </span>audio</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.camera.html">hcap<span class='break'> </span>.<span class='break'> </span>camera</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.carousel.html">hcap<span class='break'> </span>.<span class='break'> </span>carousel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.html">hcap<span class='break'> </span>.<span class='break'> </span>channel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.AudioStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>AudioStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelStatus.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelStatus</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.InbandDataServiceType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>InbandDataServiceType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.IpBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>IpBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.Polarization.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>Polarization</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.RfBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>RfBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.VideoStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>VideoStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.checkout.html">hcap<span class='break'> </span>.<span class='break'> </span>checkout</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.ExternalInputType.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput<span class='break'> </span>.<span class='break'> </span>ExternalInputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.file.html">hcap<span class='break'> </span>.<span class='break'> </span>file</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.iot.html">hcap<span class='break'> </span>.<span class='break'> </span>iot</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.html">hcap<span class='break'> </span>.<span class='break'> </span>key</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.Code.html">hcap<span class='break'> </span>.<span class='break'> </span>key<span class='break'> </span>.<span class='break'> </span>Code</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.html">hcap<span class='break'> </span>.<span class='break'> </span>Media</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.SubtitleType.html">hcap<span class='break'> </span>.<span class='break'> </span>Media<span class='break'> </span>.<span class='break'> </span>SubtitleType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mode.html">hcap<span class='break'> </span>.<span class='break'> </span>mode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mouse.html">hcap<span class='break'> </span>.<span class='break'> </span>mouse</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mpi.html">hcap<span class='break'> </span>.<span class='break'> </span>mpi</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.html">hcap<span class='break'> </span>.<span class='break'> </span>network</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.DhcpState.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>DhcpState</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkEventType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkEventType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WifiSecurityType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WifiSecurityType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WirelessMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WirelessMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.html">hcap<span class='break'> </span>.<span class='break'> </span>power</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.PowerMode.html">hcap<span class='break'> </span>.<span class='break'> </span>power<span class='break'> </span>.<span class='break'> </span>PowerMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.preloadedApplication.html">hcap<span class='break'> </span>.<span class='break'> </span>preloadedApplication</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.html">hcap<span class='break'> </span>.<span class='break'> </span>property</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.InstallerMenuItem.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>InstallerMenuItem</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PictureMode.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PictureMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PicturePropertyKey.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PicturePropertyKey</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rms.html">hcap<span class='break'> </span>.<span class='break'> </span>rms</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.BaudRate.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>BaudRate</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.DataBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>DataBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.FlowControl.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>FlowControl</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.Parity.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>Parity</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.StopBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>StopBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.security.html">hcap<span class='break'> </span>.<span class='break'> </span>security</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.socket.html">hcap<span class='break'> </span>.<span class='break'> </span>socket</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.html">hcap<span class='break'> </span>.<span class='break'> </span>speech</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.HostType.html">hcap<span class='break'> </span>.<span class='break'> </span>speech<span class='break'> </span>.<span class='break'> </span>HostType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.html">hcap<span class='break'> </span>.<span class='break'> </span>system</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.SoundOutputType.html">hcap<span class='break'> </span>.<span class='break'> </span>system<span class='break'> </span>.<span class='break'> </span>SoundOutputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.time.html">hcap<span class='break'> </span>.<span class='break'> </span>time</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.video.html">hcap<span class='break'> </span>.<span class='break'> </span>video</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.volume.html">hcap<span class='break'> </span>.<span class='break'> </span>volume</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.webrtc.html">hcap<span class='break'> </span>.<span class='break'> </span>webrtc</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="fineprint" style="clear:both">
|
||||
<footer>
|
||||
|
||||
Documentation generator: <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0<br />
|
||||
Template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview</a> 1.2<br />
|
||||
Generated on:
|
||||
<time datetime='2021-8-13' pubdate>2021-8-13 18:29</time>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="index indexStatic"></div>
|
||||
|
||||
<div class="content">
|
||||
<div class="innerContent">
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="classTitle">
|
||||
|
||||
Namespace <span>hcap.mpi</span>
|
||||
</h1>
|
||||
|
||||
<div class="intro">
|
||||
<p class="description summary">
|
||||
hcap.mpi
|
||||
</p>
|
||||
|
||||
|
||||
<ul class="summary">
|
||||
|
||||
|
||||
|
||||
<li>Defined in: <a href="../symbols/src/js_hcap-1.24.6.5901.js.html">hcap-1.24.6.5901.js</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class hcap.mpi.">
|
||||
<caption class="sectionTitle">Namespace Summary</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Constructor Attributes</th>
|
||||
<th scope="col">Constructor Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="attributes"> </td>
|
||||
<td class="nameDescription" >
|
||||
<div class="fixedFont">
|
||||
<b><a href="../symbols/hcap.mpi.html#constructor">hcap.mpi</a></b>
|
||||
</div>
|
||||
<div class="description"></div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<!--
|
||||
#### METHODS SUMMARY
|
||||
-->
|
||||
|
||||
<section>
|
||||
|
||||
|
||||
<div class="props">
|
||||
<h2 class="sectionTitle">Method Summary</h2>
|
||||
|
||||
|
||||
<nav>
|
||||
<table class="summaryTable" id="MethodsList" cellspacing="0" summary="A summary of the methods documented in the class hcap.mpi.">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Method Attributes</th>
|
||||
<th scope="col">Method Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
|
||||
|
||||
<tr
|
||||
class='item0'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.mpi.<b><a href="../symbols/hcap.mpi.html#.sendAndReceiveMpiData">sendAndReceiveMpiData</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Sends the vendor specific data using the MPI card and receives the reply data.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr
|
||||
class='item1'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.mpi.<b><a href="../symbols/hcap.mpi.html#.sendMpiData">sendMpiData</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Sends the vendor specific data to the MPI card<br>
|
||||
The MPI data will be received by <a href="_global_.html#event:mpi_data_received">{Event} mpi_data_received</a>.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENTS SUMMARY
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### CONSTRUCTOR DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle" id="constructor">
|
||||
Namespace Detail
|
||||
</h2>
|
||||
|
||||
<div class="fixedFont">
|
||||
<b>hcap.mpi</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### FIELD DETAILS
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### METHOD DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle">
|
||||
Method Detail
|
||||
</h2>
|
||||
|
||||
<ul class="methodDetail" id="MethodDetail">
|
||||
|
||||
|
||||
<li
|
||||
class='item0'
|
||||
>
|
||||
<div class="fixedFont heading" id=".sendAndReceiveMpiData">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.mpi.</span><b>sendAndReceiveMpiData</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Sends the vendor specific data using the MPI card and receives the reply data.
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.mpi.sendAndReceiveMpiData({
|
||||
"id" : 0,
|
||||
"sequence" : 0,
|
||||
"packet" : "ABC0x123",
|
||||
"onSuccess" : function(s) {
|
||||
console.log("onSuccess return packet " + s.packet);
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Number} param.id [Required] - request ID that is defined between application and headend. (0 ~ 255)</li>
|
||||
<li>{Number} param.sequence [Required] - sequence number of the packet. (0 ~ 255).</li>
|
||||
<li>{String} param.packet [Required] - packet data to the MPI card. (0 ~ 32).
|
||||
The packet format is character array. For example param.packet = "ABC0x123"; </li>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function (param) {
|
||||
// {String} param.packet - received packet data (length < 32) from MPI card.
|
||||
// If failed to get the data, then the packet will be empty string "".
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.mpi.html#.sendMpiData">hcap.mpi.sendMpiData()</a></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
<div class="hr"></div>
|
||||
</li>
|
||||
|
||||
<li
|
||||
class='item1'
|
||||
>
|
||||
<div class="fixedFont heading" id=".sendMpiData">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.mpi.</span><b>sendMpiData</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Sends the vendor specific data to the MPI card<br>
|
||||
The MPI data will be received by <a href="_global_.html#event:mpi_data_received">{Event} mpi_data_received</a>.
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.mpi.sendMpiData({
|
||||
"id" : 0,
|
||||
"sequence" : 0,
|
||||
"packet" : "ABC0x123",
|
||||
"onSuccess" : function() {
|
||||
console.log("onSuccess");
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Number} param.id [Required] - request ID that is defined between application and headend. (0 ~ 255)</li>
|
||||
<li>{Number} param.sequence [Required] - sequence number of the packet. (0 ~ 255).</li>
|
||||
<li>{String} param.packet [Required] - packet data to the MPI card. (0 ~ 32).
|
||||
The packet format is character array. For example param.packet = "ABC0x123"; </li>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function() {
|
||||
// No Parameter.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.mpi.html#.sendAndReceiveMpiData">hcap.mpi.sendAndReceiveMpiData()</a><br>
|
||||
<a href="_global_.html#event:mpi_data_received">{Event} mpi_data_received</a></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENT DETAILS
|
||||
-->
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
wbos.CssTools.MediaQueryFallBack.LoadCss('../css/screen.css', '../css/handheld.css', 660)
|
||||
codeview.classFilter.Init()
|
||||
</script>
|
||||
<script src="../javascript/highlighter/prettify.js"></script>
|
||||
<script>prettyPrint();</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -0,0 +1,744 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="JsDoc Toolkit" />
|
||||
<title>hcap.network.DhcpState | JsDoc Reference</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<meta name="mobileoptimized" content="0" />
|
||||
|
||||
<link rel="stylesheet" href="../css/all.css" media="all" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="only screen and (max-width: 660px)" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="handheld" />
|
||||
<link rel="stylesheet" href="../css/screen.css" media="screen and (min-width: 661px)" />
|
||||
|
||||
<link rel="stylesheet" href="../javascript/highlighter/dessert.css" />
|
||||
|
||||
<script src="../javascript/all.js"></script>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="../javascript/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="index">
|
||||
<div class="menu">
|
||||
<div class="indexLinks">
|
||||
<a href="../index.html">Classes</a>
|
||||
<a href="../files.html">Files</a>
|
||||
</div>
|
||||
<table width=100% class=confidential><tr><td><b>LGE Confidential</b></td></tr></table>
|
||||
<h2 class="heading1">Library</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td align=left class=confidential><a href="../../js/hcap.js">·hcap.js (1.24.6.5901)</li></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="heading1">Classes</h2>
|
||||
|
||||
<input type="text" name="classFilter" class="classFilter" id="ClassFilter" placeholder="Filter"></input>
|
||||
|
||||
<nav>
|
||||
<ul class="classList" id="ClassList">
|
||||
|
||||
<li><a href="../symbols/_global_.html">_global_</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.html">hcap</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.application.html">hcap<span class='break'> </span>.<span class='break'> </span>application</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.beacon.html">hcap<span class='break'> </span>.<span class='break'> </span>beacon</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.audio.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth<span class='break'> </span>.<span class='break'> </span>audio</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.camera.html">hcap<span class='break'> </span>.<span class='break'> </span>camera</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.carousel.html">hcap<span class='break'> </span>.<span class='break'> </span>carousel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.html">hcap<span class='break'> </span>.<span class='break'> </span>channel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.AudioStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>AudioStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelStatus.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelStatus</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.InbandDataServiceType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>InbandDataServiceType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.IpBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>IpBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.Polarization.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>Polarization</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.RfBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>RfBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.VideoStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>VideoStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.checkout.html">hcap<span class='break'> </span>.<span class='break'> </span>checkout</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.ExternalInputType.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput<span class='break'> </span>.<span class='break'> </span>ExternalInputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.file.html">hcap<span class='break'> </span>.<span class='break'> </span>file</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.iot.html">hcap<span class='break'> </span>.<span class='break'> </span>iot</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.html">hcap<span class='break'> </span>.<span class='break'> </span>key</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.Code.html">hcap<span class='break'> </span>.<span class='break'> </span>key<span class='break'> </span>.<span class='break'> </span>Code</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.html">hcap<span class='break'> </span>.<span class='break'> </span>Media</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.SubtitleType.html">hcap<span class='break'> </span>.<span class='break'> </span>Media<span class='break'> </span>.<span class='break'> </span>SubtitleType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mode.html">hcap<span class='break'> </span>.<span class='break'> </span>mode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mouse.html">hcap<span class='break'> </span>.<span class='break'> </span>mouse</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mpi.html">hcap<span class='break'> </span>.<span class='break'> </span>mpi</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.html">hcap<span class='break'> </span>.<span class='break'> </span>network</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.DhcpState.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>DhcpState</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkEventType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkEventType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WifiSecurityType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WifiSecurityType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WirelessMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WirelessMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.html">hcap<span class='break'> </span>.<span class='break'> </span>power</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.PowerMode.html">hcap<span class='break'> </span>.<span class='break'> </span>power<span class='break'> </span>.<span class='break'> </span>PowerMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.preloadedApplication.html">hcap<span class='break'> </span>.<span class='break'> </span>preloadedApplication</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.html">hcap<span class='break'> </span>.<span class='break'> </span>property</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.InstallerMenuItem.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>InstallerMenuItem</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PictureMode.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PictureMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PicturePropertyKey.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PicturePropertyKey</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rms.html">hcap<span class='break'> </span>.<span class='break'> </span>rms</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.BaudRate.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>BaudRate</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.DataBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>DataBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.FlowControl.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>FlowControl</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.Parity.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>Parity</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.StopBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>StopBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.security.html">hcap<span class='break'> </span>.<span class='break'> </span>security</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.socket.html">hcap<span class='break'> </span>.<span class='break'> </span>socket</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.html">hcap<span class='break'> </span>.<span class='break'> </span>speech</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.HostType.html">hcap<span class='break'> </span>.<span class='break'> </span>speech<span class='break'> </span>.<span class='break'> </span>HostType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.html">hcap<span class='break'> </span>.<span class='break'> </span>system</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.SoundOutputType.html">hcap<span class='break'> </span>.<span class='break'> </span>system<span class='break'> </span>.<span class='break'> </span>SoundOutputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.time.html">hcap<span class='break'> </span>.<span class='break'> </span>time</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.video.html">hcap<span class='break'> </span>.<span class='break'> </span>video</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.volume.html">hcap<span class='break'> </span>.<span class='break'> </span>volume</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.webrtc.html">hcap<span class='break'> </span>.<span class='break'> </span>webrtc</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="fineprint" style="clear:both">
|
||||
<footer>
|
||||
|
||||
Documentation generator: <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0<br />
|
||||
Template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview</a> 1.2<br />
|
||||
Generated on:
|
||||
<time datetime='2021-8-13' pubdate>2021-8-13 18:29</time>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="index indexStatic"></div>
|
||||
|
||||
<div class="content">
|
||||
<div class="innerContent">
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="classTitle">
|
||||
|
||||
Namespace <span>hcap.network.DhcpState</span>
|
||||
</h1>
|
||||
|
||||
<div class="intro">
|
||||
<p class="description summary">
|
||||
hcap.network.DhcpState
|
||||
</p>
|
||||
|
||||
|
||||
<ul class="summary">
|
||||
|
||||
|
||||
|
||||
<li>Defined in: <a href="../symbols/src/js_hcap-1.24.6.5901.js.html">hcap-1.24.6.5901.js</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class hcap.network.DhcpState.">
|
||||
<caption class="sectionTitle">Namespace Summary</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Constructor Attributes</th>
|
||||
<th scope="col">Constructor Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="attributes"> </td>
|
||||
<td class="nameDescription" >
|
||||
<div class="fixedFont">
|
||||
<b><a href="../symbols/hcap.network.DhcpState.html#constructor">hcap.network.DhcpState</a></b>
|
||||
</div>
|
||||
<div class="description"></div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
|
||||
<nav>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the fields documented in the class hcap.network.DhcpState.">
|
||||
<caption class="sectionTitle">Field Summary</caption>
|
||||
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Field Attributes</th>
|
||||
<th scope="col">Field Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.network.DhcpState.<b><a href="../symbols/hcap.network.DhcpState.html#.BOUND">BOUND</a></b>
|
||||
</div>
|
||||
<div class="description">Bound.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.network.DhcpState.<b><a href="../symbols/hcap.network.DhcpState.html#.INIT">INIT</a></b>
|
||||
</div>
|
||||
<div class="description">Init.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.network.DhcpState.<b><a href="../symbols/hcap.network.DhcpState.html#.INIT_REBOOT">INIT_REBOOT</a></b>
|
||||
</div>
|
||||
<div class="description">Init Reboot.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.network.DhcpState.<b><a href="../symbols/hcap.network.DhcpState.html#.REBINDING">REBINDING</a></b>
|
||||
</div>
|
||||
<div class="description">Rebinding.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.network.DhcpState.<b><a href="../symbols/hcap.network.DhcpState.html#.REBOOTING">REBOOTING</a></b>
|
||||
</div>
|
||||
<div class="description">Rebooting.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.network.DhcpState.<b><a href="../symbols/hcap.network.DhcpState.html#.RENEWING">RENEWING</a></b>
|
||||
</div>
|
||||
<div class="description">Renewing.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.network.DhcpState.<b><a href="../symbols/hcap.network.DhcpState.html#.REQUESTING">REQUESTING</a></b>
|
||||
</div>
|
||||
<div class="description">Requesting.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.network.DhcpState.<b><a href="../symbols/hcap.network.DhcpState.html#.SELECTING">SELECTING</a></b>
|
||||
</div>
|
||||
<div class="description">Selecting.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.network.DhcpState.<b><a href="../symbols/hcap.network.DhcpState.html#.UNKNOWN">UNKNOWN</a></b>
|
||||
</div>
|
||||
<div class="description">Unknown DHCP state.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHODS SUMMARY
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENTS SUMMARY
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### CONSTRUCTOR DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle" id="constructor">
|
||||
Namespace Detail
|
||||
</h2>
|
||||
|
||||
<div class="fixedFont">
|
||||
<b>hcap.network.DhcpState</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### FIELD DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle">
|
||||
Field Detail
|
||||
</h2>
|
||||
|
||||
|
||||
<div class="fixedFont heading" id=".BOUND">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.network.DhcpState.</span><b>BOUND</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Bound.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.6.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".INIT">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.network.DhcpState.</span><b>INIT</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Init.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.6.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".INIT_REBOOT">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.network.DhcpState.</span><b>INIT_REBOOT</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Init Reboot.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.6.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".REBINDING">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.network.DhcpState.</span><b>REBINDING</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Rebinding.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.6.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".REBOOTING">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.network.DhcpState.</span><b>REBOOTING</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Rebooting.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.6.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".RENEWING">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.network.DhcpState.</span><b>RENEWING</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Renewing.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.6.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".REQUESTING">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.network.DhcpState.</span><b>REQUESTING</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Requesting.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.6.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".SELECTING">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.network.DhcpState.</span><b>SELECTING</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Selecting.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.6.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".UNKNOWN">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.network.DhcpState.</span><b>UNKNOWN</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Unknown DHCP state.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.6.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHOD DETAILS
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENT DETAILS
|
||||
-->
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
wbos.CssTools.MediaQueryFallBack.LoadCss('../css/screen.css', '../css/handheld.css', 660)
|
||||
codeview.classFilter.Init()
|
||||
</script>
|
||||
<script src="../javascript/highlighter/prettify.js"></script>
|
||||
<script>prettyPrint();</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,519 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="JsDoc Toolkit" />
|
||||
<title>hcap.network.NetworkMode | JsDoc Reference</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<meta name="mobileoptimized" content="0" />
|
||||
|
||||
<link rel="stylesheet" href="../css/all.css" media="all" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="only screen and (max-width: 660px)" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="handheld" />
|
||||
<link rel="stylesheet" href="../css/screen.css" media="screen and (min-width: 661px)" />
|
||||
|
||||
<link rel="stylesheet" href="../javascript/highlighter/dessert.css" />
|
||||
|
||||
<script src="../javascript/all.js"></script>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="../javascript/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="index">
|
||||
<div class="menu">
|
||||
<div class="indexLinks">
|
||||
<a href="../index.html">Classes</a>
|
||||
<a href="../files.html">Files</a>
|
||||
</div>
|
||||
<table width=100% class=confidential><tr><td><b>LGE Confidential</b></td></tr></table>
|
||||
<h2 class="heading1">Library</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td align=left class=confidential><a href="../../js/hcap.js">·hcap.js (1.24.6.5901)</li></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="heading1">Classes</h2>
|
||||
|
||||
<input type="text" name="classFilter" class="classFilter" id="ClassFilter" placeholder="Filter"></input>
|
||||
|
||||
<nav>
|
||||
<ul class="classList" id="ClassList">
|
||||
|
||||
<li><a href="../symbols/_global_.html">_global_</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.html">hcap</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.application.html">hcap<span class='break'> </span>.<span class='break'> </span>application</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.beacon.html">hcap<span class='break'> </span>.<span class='break'> </span>beacon</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.audio.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth<span class='break'> </span>.<span class='break'> </span>audio</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.camera.html">hcap<span class='break'> </span>.<span class='break'> </span>camera</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.carousel.html">hcap<span class='break'> </span>.<span class='break'> </span>carousel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.html">hcap<span class='break'> </span>.<span class='break'> </span>channel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.AudioStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>AudioStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelStatus.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelStatus</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.InbandDataServiceType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>InbandDataServiceType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.IpBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>IpBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.Polarization.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>Polarization</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.RfBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>RfBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.VideoStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>VideoStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.checkout.html">hcap<span class='break'> </span>.<span class='break'> </span>checkout</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.ExternalInputType.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput<span class='break'> </span>.<span class='break'> </span>ExternalInputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.file.html">hcap<span class='break'> </span>.<span class='break'> </span>file</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.iot.html">hcap<span class='break'> </span>.<span class='break'> </span>iot</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.html">hcap<span class='break'> </span>.<span class='break'> </span>key</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.Code.html">hcap<span class='break'> </span>.<span class='break'> </span>key<span class='break'> </span>.<span class='break'> </span>Code</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.html">hcap<span class='break'> </span>.<span class='break'> </span>Media</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.SubtitleType.html">hcap<span class='break'> </span>.<span class='break'> </span>Media<span class='break'> </span>.<span class='break'> </span>SubtitleType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mode.html">hcap<span class='break'> </span>.<span class='break'> </span>mode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mouse.html">hcap<span class='break'> </span>.<span class='break'> </span>mouse</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mpi.html">hcap<span class='break'> </span>.<span class='break'> </span>mpi</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.html">hcap<span class='break'> </span>.<span class='break'> </span>network</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.DhcpState.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>DhcpState</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkEventType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkEventType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WifiSecurityType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WifiSecurityType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WirelessMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WirelessMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.html">hcap<span class='break'> </span>.<span class='break'> </span>power</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.PowerMode.html">hcap<span class='break'> </span>.<span class='break'> </span>power<span class='break'> </span>.<span class='break'> </span>PowerMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.preloadedApplication.html">hcap<span class='break'> </span>.<span class='break'> </span>preloadedApplication</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.html">hcap<span class='break'> </span>.<span class='break'> </span>property</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.InstallerMenuItem.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>InstallerMenuItem</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PictureMode.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PictureMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PicturePropertyKey.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PicturePropertyKey</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rms.html">hcap<span class='break'> </span>.<span class='break'> </span>rms</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.BaudRate.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>BaudRate</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.DataBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>DataBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.FlowControl.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>FlowControl</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.Parity.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>Parity</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.StopBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>StopBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.security.html">hcap<span class='break'> </span>.<span class='break'> </span>security</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.socket.html">hcap<span class='break'> </span>.<span class='break'> </span>socket</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.html">hcap<span class='break'> </span>.<span class='break'> </span>speech</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.HostType.html">hcap<span class='break'> </span>.<span class='break'> </span>speech<span class='break'> </span>.<span class='break'> </span>HostType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.html">hcap<span class='break'> </span>.<span class='break'> </span>system</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.SoundOutputType.html">hcap<span class='break'> </span>.<span class='break'> </span>system<span class='break'> </span>.<span class='break'> </span>SoundOutputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.time.html">hcap<span class='break'> </span>.<span class='break'> </span>time</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.video.html">hcap<span class='break'> </span>.<span class='break'> </span>video</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.volume.html">hcap<span class='break'> </span>.<span class='break'> </span>volume</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.webrtc.html">hcap<span class='break'> </span>.<span class='break'> </span>webrtc</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="fineprint" style="clear:both">
|
||||
<footer>
|
||||
|
||||
Documentation generator: <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0<br />
|
||||
Template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview</a> 1.2<br />
|
||||
Generated on:
|
||||
<time datetime='2021-8-13' pubdate>2021-8-13 18:29</time>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="index indexStatic"></div>
|
||||
|
||||
<div class="content">
|
||||
<div class="innerContent">
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="classTitle">
|
||||
|
||||
Namespace <span>hcap.network.NetworkMode</span>
|
||||
</h1>
|
||||
|
||||
<div class="intro">
|
||||
<p class="description summary">
|
||||
hcap.network.NetworkMode
|
||||
</p>
|
||||
|
||||
|
||||
<ul class="summary">
|
||||
|
||||
|
||||
|
||||
<li>Defined in: <a href="../symbols/src/js_hcap-1.24.6.5901.js.html">hcap-1.24.6.5901.js</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class hcap.network.NetworkMode.">
|
||||
<caption class="sectionTitle">Namespace Summary</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Constructor Attributes</th>
|
||||
<th scope="col">Constructor Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="attributes"> </td>
|
||||
<td class="nameDescription" >
|
||||
<div class="fixedFont">
|
||||
<b><a href="../symbols/hcap.network.NetworkMode.html#constructor">hcap.network.NetworkMode</a></b>
|
||||
</div>
|
||||
<div class="description"></div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
|
||||
<nav>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the fields documented in the class hcap.network.NetworkMode.">
|
||||
<caption class="sectionTitle">Field Summary</caption>
|
||||
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Field Attributes</th>
|
||||
<th scope="col">Field Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.network.NetworkMode.<b><a href="../symbols/hcap.network.NetworkMode.html#.NOT_REACHABLE">NOT_REACHABLE</a></b>
|
||||
</div>
|
||||
<div class="description">Network is not reachable.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.network.NetworkMode.<b><a href="../symbols/hcap.network.NetworkMode.html#.UNKNOWN">UNKNOWN</a></b>
|
||||
</div>
|
||||
<div class="description">Unknown network mode.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.network.NetworkMode.<b><a href="../symbols/hcap.network.NetworkMode.html#.WIRE">WIRE</a></b>
|
||||
</div>
|
||||
<div class="description">Wired network mode.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.network.NetworkMode.<b><a href="../symbols/hcap.network.NetworkMode.html#.WIRELESS">WIRELESS</a></b>
|
||||
</div>
|
||||
<div class="description">Wireless network mode.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHODS SUMMARY
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENTS SUMMARY
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### CONSTRUCTOR DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle" id="constructor">
|
||||
Namespace Detail
|
||||
</h2>
|
||||
|
||||
<div class="fixedFont">
|
||||
<b>hcap.network.NetworkMode</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### FIELD DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle">
|
||||
Field Detail
|
||||
</h2>
|
||||
|
||||
|
||||
<div class="fixedFont heading" id=".NOT_REACHABLE">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.network.NetworkMode.</span><b>NOT_REACHABLE</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Network is not reachable.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.6.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".UNKNOWN">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.network.NetworkMode.</span><b>UNKNOWN</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Unknown network mode.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.6.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".WIRE">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.network.NetworkMode.</span><b>WIRE</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Wired network mode.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.6.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".WIRELESS">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.network.NetworkMode.</span><b>WIRELESS</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Wireless network mode.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.6.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHOD DETAILS
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENT DETAILS
|
||||
-->
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
wbos.CssTools.MediaQueryFallBack.LoadCss('../css/screen.css', '../css/handheld.css', 660)
|
||||
codeview.classFilter.Init()
|
||||
</script>
|
||||
<script src="../javascript/highlighter/prettify.js"></script>
|
||||
<script>prettyPrint();</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -0,0 +1,699 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="JsDoc Toolkit" />
|
||||
<title>hcap.network.WifiSecurityType | JsDoc Reference</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<meta name="mobileoptimized" content="0" />
|
||||
|
||||
<link rel="stylesheet" href="../css/all.css" media="all" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="only screen and (max-width: 660px)" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="handheld" />
|
||||
<link rel="stylesheet" href="../css/screen.css" media="screen and (min-width: 661px)" />
|
||||
|
||||
<link rel="stylesheet" href="../javascript/highlighter/dessert.css" />
|
||||
|
||||
<script src="../javascript/all.js"></script>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="../javascript/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="index">
|
||||
<div class="menu">
|
||||
<div class="indexLinks">
|
||||
<a href="../index.html">Classes</a>
|
||||
<a href="../files.html">Files</a>
|
||||
</div>
|
||||
<table width=100% class=confidential><tr><td><b>LGE Confidential</b></td></tr></table>
|
||||
<h2 class="heading1">Library</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td align=left class=confidential><a href="../../js/hcap.js">·hcap.js (1.24.6.5901)</li></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="heading1">Classes</h2>
|
||||
|
||||
<input type="text" name="classFilter" class="classFilter" id="ClassFilter" placeholder="Filter"></input>
|
||||
|
||||
<nav>
|
||||
<ul class="classList" id="ClassList">
|
||||
|
||||
<li><a href="../symbols/_global_.html">_global_</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.html">hcap</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.application.html">hcap<span class='break'> </span>.<span class='break'> </span>application</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.beacon.html">hcap<span class='break'> </span>.<span class='break'> </span>beacon</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.audio.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth<span class='break'> </span>.<span class='break'> </span>audio</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.camera.html">hcap<span class='break'> </span>.<span class='break'> </span>camera</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.carousel.html">hcap<span class='break'> </span>.<span class='break'> </span>carousel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.html">hcap<span class='break'> </span>.<span class='break'> </span>channel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.AudioStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>AudioStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelStatus.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelStatus</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.InbandDataServiceType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>InbandDataServiceType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.IpBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>IpBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.Polarization.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>Polarization</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.RfBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>RfBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.VideoStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>VideoStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.checkout.html">hcap<span class='break'> </span>.<span class='break'> </span>checkout</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.ExternalInputType.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput<span class='break'> </span>.<span class='break'> </span>ExternalInputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.file.html">hcap<span class='break'> </span>.<span class='break'> </span>file</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.iot.html">hcap<span class='break'> </span>.<span class='break'> </span>iot</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.html">hcap<span class='break'> </span>.<span class='break'> </span>key</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.Code.html">hcap<span class='break'> </span>.<span class='break'> </span>key<span class='break'> </span>.<span class='break'> </span>Code</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.html">hcap<span class='break'> </span>.<span class='break'> </span>Media</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.SubtitleType.html">hcap<span class='break'> </span>.<span class='break'> </span>Media<span class='break'> </span>.<span class='break'> </span>SubtitleType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mode.html">hcap<span class='break'> </span>.<span class='break'> </span>mode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mouse.html">hcap<span class='break'> </span>.<span class='break'> </span>mouse</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mpi.html">hcap<span class='break'> </span>.<span class='break'> </span>mpi</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.html">hcap<span class='break'> </span>.<span class='break'> </span>network</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.DhcpState.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>DhcpState</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkEventType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkEventType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WifiSecurityType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WifiSecurityType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WirelessMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WirelessMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.html">hcap<span class='break'> </span>.<span class='break'> </span>power</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.PowerMode.html">hcap<span class='break'> </span>.<span class='break'> </span>power<span class='break'> </span>.<span class='break'> </span>PowerMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.preloadedApplication.html">hcap<span class='break'> </span>.<span class='break'> </span>preloadedApplication</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.html">hcap<span class='break'> </span>.<span class='break'> </span>property</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.InstallerMenuItem.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>InstallerMenuItem</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PictureMode.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PictureMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PicturePropertyKey.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PicturePropertyKey</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rms.html">hcap<span class='break'> </span>.<span class='break'> </span>rms</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.BaudRate.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>BaudRate</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.DataBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>DataBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.FlowControl.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>FlowControl</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.Parity.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>Parity</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.StopBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>StopBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.security.html">hcap<span class='break'> </span>.<span class='break'> </span>security</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.socket.html">hcap<span class='break'> </span>.<span class='break'> </span>socket</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.html">hcap<span class='break'> </span>.<span class='break'> </span>speech</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.HostType.html">hcap<span class='break'> </span>.<span class='break'> </span>speech<span class='break'> </span>.<span class='break'> </span>HostType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.html">hcap<span class='break'> </span>.<span class='break'> </span>system</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.SoundOutputType.html">hcap<span class='break'> </span>.<span class='break'> </span>system<span class='break'> </span>.<span class='break'> </span>SoundOutputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.time.html">hcap<span class='break'> </span>.<span class='break'> </span>time</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.video.html">hcap<span class='break'> </span>.<span class='break'> </span>video</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.volume.html">hcap<span class='break'> </span>.<span class='break'> </span>volume</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.webrtc.html">hcap<span class='break'> </span>.<span class='break'> </span>webrtc</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="fineprint" style="clear:both">
|
||||
<footer>
|
||||
|
||||
Documentation generator: <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0<br />
|
||||
Template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview</a> 1.2<br />
|
||||
Generated on:
|
||||
<time datetime='2021-8-13' pubdate>2021-8-13 18:29</time>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="index indexStatic"></div>
|
||||
|
||||
<div class="content">
|
||||
<div class="innerContent">
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="classTitle">
|
||||
|
||||
Namespace <span>hcap.network.WifiSecurityType</span>
|
||||
</h1>
|
||||
|
||||
<div class="intro">
|
||||
<p class="description summary">
|
||||
hcap.network.WifiSecurityType
|
||||
</p>
|
||||
|
||||
|
||||
<ul class="summary">
|
||||
|
||||
|
||||
|
||||
<li>Defined in: <a href="../symbols/src/js_hcap-1.24.6.5901.js.html">hcap-1.24.6.5901.js</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class hcap.network.WifiSecurityType.">
|
||||
<caption class="sectionTitle">Namespace Summary</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Constructor Attributes</th>
|
||||
<th scope="col">Constructor Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="attributes"> </td>
|
||||
<td class="nameDescription" >
|
||||
<div class="fixedFont">
|
||||
<b><a href="../symbols/hcap.network.WifiSecurityType.html#constructor">hcap.network.WifiSecurityType</a></b>
|
||||
</div>
|
||||
<div class="description"></div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
|
||||
<nav>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the fields documented in the class hcap.network.WifiSecurityType.">
|
||||
<caption class="sectionTitle">Field Summary</caption>
|
||||
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Field Attributes</th>
|
||||
<th scope="col">Field Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.network.WifiSecurityType.<b><a href="../symbols/hcap.network.WifiSecurityType.html#.OPEN">OPEN</a></b>
|
||||
</div>
|
||||
<div class="description">Open.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.network.WifiSecurityType.<b><a href="../symbols/hcap.network.WifiSecurityType.html#.UNKNOWN">UNKNOWN</a></b>
|
||||
</div>
|
||||
<div class="description">Unknown security type.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.network.WifiSecurityType.<b><a href="../symbols/hcap.network.WifiSecurityType.html#.WEP">WEP</a></b>
|
||||
</div>
|
||||
<div class="description">WEP.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.network.WifiSecurityType.<b><a href="../symbols/hcap.network.WifiSecurityType.html#.WPA12_PSK_AES_TKIPAES">WPA12_PSK_AES_TKIPAES</a></b>
|
||||
</div>
|
||||
<div class="description">WPA12_PSK_AES_TKIPAES.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.network.WifiSecurityType.<b><a href="../symbols/hcap.network.WifiSecurityType.html#.WPA2_PSK_AES">WPA2_PSK_AES</a></b>
|
||||
</div>
|
||||
<div class="description">WPA2_PSK_AES.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.network.WifiSecurityType.<b><a href="../symbols/hcap.network.WifiSecurityType.html#.WPA2_PSK_TKIP">WPA2_PSK_TKIP</a></b>
|
||||
</div>
|
||||
<div class="description">WPA2_PSK_TKIP.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.network.WifiSecurityType.<b><a href="../symbols/hcap.network.WifiSecurityType.html#.WPA_PSK_AES">WPA_PSK_AES</a></b>
|
||||
</div>
|
||||
<div class="description">WPA_PSK_AES.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.network.WifiSecurityType.<b><a href="../symbols/hcap.network.WifiSecurityType.html#.WPA_PSK_TKIP">WPA_PSK_TKIP</a></b>
|
||||
</div>
|
||||
<div class="description">WPA_PSK_TKIP.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHODS SUMMARY
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENTS SUMMARY
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### CONSTRUCTOR DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle" id="constructor">
|
||||
Namespace Detail
|
||||
</h2>
|
||||
|
||||
<div class="fixedFont">
|
||||
<b>hcap.network.WifiSecurityType</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### FIELD DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle">
|
||||
Field Detail
|
||||
</h2>
|
||||
|
||||
|
||||
<div class="fixedFont heading" id=".OPEN">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.network.WifiSecurityType.</span><b>OPEN</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Open.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.6.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".UNKNOWN">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.network.WifiSecurityType.</span><b>UNKNOWN</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Unknown security type.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.6.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".WEP">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.network.WifiSecurityType.</span><b>WEP</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
WEP.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.6.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".WPA12_PSK_AES_TKIPAES">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.network.WifiSecurityType.</span><b>WPA12_PSK_AES_TKIPAES</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
WPA12_PSK_AES_TKIPAES.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.6.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".WPA2_PSK_AES">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.network.WifiSecurityType.</span><b>WPA2_PSK_AES</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
WPA2_PSK_AES.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.6.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".WPA2_PSK_TKIP">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.network.WifiSecurityType.</span><b>WPA2_PSK_TKIP</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
WPA2_PSK_TKIP.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.6.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".WPA_PSK_AES">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.network.WifiSecurityType.</span><b>WPA_PSK_AES</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
WPA_PSK_AES.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.6.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".WPA_PSK_TKIP">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.network.WifiSecurityType.</span><b>WPA_PSK_TKIP</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
WPA_PSK_TKIP.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.6.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHOD DETAILS
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENT DETAILS
|
||||
-->
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
wbos.CssTools.MediaQueryFallBack.LoadCss('../css/screen.css', '../css/handheld.css', 660)
|
||||
codeview.classFilter.Init()
|
||||
</script>
|
||||
<script src="../javascript/highlighter/prettify.js"></script>
|
||||
<script>prettyPrint();</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -0,0 +1,474 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="JsDoc Toolkit" />
|
||||
<title>hcap.network.WirelessMode | JsDoc Reference</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<meta name="mobileoptimized" content="0" />
|
||||
|
||||
<link rel="stylesheet" href="../css/all.css" media="all" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="only screen and (max-width: 660px)" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="handheld" />
|
||||
<link rel="stylesheet" href="../css/screen.css" media="screen and (min-width: 661px)" />
|
||||
|
||||
<link rel="stylesheet" href="../javascript/highlighter/dessert.css" />
|
||||
|
||||
<script src="../javascript/all.js"></script>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="../javascript/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="index">
|
||||
<div class="menu">
|
||||
<div class="indexLinks">
|
||||
<a href="../index.html">Classes</a>
|
||||
<a href="../files.html">Files</a>
|
||||
</div>
|
||||
<table width=100% class=confidential><tr><td><b>LGE Confidential</b></td></tr></table>
|
||||
<h2 class="heading1">Library</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td align=left class=confidential><a href="../../js/hcap.js">·hcap.js (1.24.6.5901)</li></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="heading1">Classes</h2>
|
||||
|
||||
<input type="text" name="classFilter" class="classFilter" id="ClassFilter" placeholder="Filter"></input>
|
||||
|
||||
<nav>
|
||||
<ul class="classList" id="ClassList">
|
||||
|
||||
<li><a href="../symbols/_global_.html">_global_</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.html">hcap</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.application.html">hcap<span class='break'> </span>.<span class='break'> </span>application</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.beacon.html">hcap<span class='break'> </span>.<span class='break'> </span>beacon</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.audio.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth<span class='break'> </span>.<span class='break'> </span>audio</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.camera.html">hcap<span class='break'> </span>.<span class='break'> </span>camera</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.carousel.html">hcap<span class='break'> </span>.<span class='break'> </span>carousel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.html">hcap<span class='break'> </span>.<span class='break'> </span>channel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.AudioStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>AudioStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelStatus.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelStatus</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.InbandDataServiceType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>InbandDataServiceType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.IpBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>IpBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.Polarization.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>Polarization</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.RfBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>RfBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.VideoStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>VideoStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.checkout.html">hcap<span class='break'> </span>.<span class='break'> </span>checkout</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.ExternalInputType.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput<span class='break'> </span>.<span class='break'> </span>ExternalInputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.file.html">hcap<span class='break'> </span>.<span class='break'> </span>file</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.iot.html">hcap<span class='break'> </span>.<span class='break'> </span>iot</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.html">hcap<span class='break'> </span>.<span class='break'> </span>key</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.Code.html">hcap<span class='break'> </span>.<span class='break'> </span>key<span class='break'> </span>.<span class='break'> </span>Code</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.html">hcap<span class='break'> </span>.<span class='break'> </span>Media</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.SubtitleType.html">hcap<span class='break'> </span>.<span class='break'> </span>Media<span class='break'> </span>.<span class='break'> </span>SubtitleType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mode.html">hcap<span class='break'> </span>.<span class='break'> </span>mode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mouse.html">hcap<span class='break'> </span>.<span class='break'> </span>mouse</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mpi.html">hcap<span class='break'> </span>.<span class='break'> </span>mpi</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.html">hcap<span class='break'> </span>.<span class='break'> </span>network</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.DhcpState.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>DhcpState</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkEventType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkEventType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WifiSecurityType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WifiSecurityType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WirelessMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WirelessMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.html">hcap<span class='break'> </span>.<span class='break'> </span>power</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.PowerMode.html">hcap<span class='break'> </span>.<span class='break'> </span>power<span class='break'> </span>.<span class='break'> </span>PowerMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.preloadedApplication.html">hcap<span class='break'> </span>.<span class='break'> </span>preloadedApplication</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.html">hcap<span class='break'> </span>.<span class='break'> </span>property</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.InstallerMenuItem.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>InstallerMenuItem</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PictureMode.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PictureMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PicturePropertyKey.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PicturePropertyKey</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rms.html">hcap<span class='break'> </span>.<span class='break'> </span>rms</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.BaudRate.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>BaudRate</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.DataBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>DataBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.FlowControl.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>FlowControl</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.Parity.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>Parity</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.StopBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>StopBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.security.html">hcap<span class='break'> </span>.<span class='break'> </span>security</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.socket.html">hcap<span class='break'> </span>.<span class='break'> </span>socket</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.html">hcap<span class='break'> </span>.<span class='break'> </span>speech</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.HostType.html">hcap<span class='break'> </span>.<span class='break'> </span>speech<span class='break'> </span>.<span class='break'> </span>HostType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.html">hcap<span class='break'> </span>.<span class='break'> </span>system</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.SoundOutputType.html">hcap<span class='break'> </span>.<span class='break'> </span>system<span class='break'> </span>.<span class='break'> </span>SoundOutputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.time.html">hcap<span class='break'> </span>.<span class='break'> </span>time</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.video.html">hcap<span class='break'> </span>.<span class='break'> </span>video</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.volume.html">hcap<span class='break'> </span>.<span class='break'> </span>volume</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.webrtc.html">hcap<span class='break'> </span>.<span class='break'> </span>webrtc</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="fineprint" style="clear:both">
|
||||
<footer>
|
||||
|
||||
Documentation generator: <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0<br />
|
||||
Template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview</a> 1.2<br />
|
||||
Generated on:
|
||||
<time datetime='2021-8-13' pubdate>2021-8-13 18:29</time>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="index indexStatic"></div>
|
||||
|
||||
<div class="content">
|
||||
<div class="innerContent">
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="classTitle">
|
||||
|
||||
Namespace <span>hcap.network.WirelessMode</span>
|
||||
</h1>
|
||||
|
||||
<div class="intro">
|
||||
<p class="description summary">
|
||||
hcap.network.WirelessMode
|
||||
</p>
|
||||
|
||||
|
||||
<ul class="summary">
|
||||
|
||||
|
||||
|
||||
<li>Defined in: <a href="../symbols/src/js_hcap-1.24.6.5901.js.html">hcap-1.24.6.5901.js</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class hcap.network.WirelessMode.">
|
||||
<caption class="sectionTitle">Namespace Summary</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Constructor Attributes</th>
|
||||
<th scope="col">Constructor Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="attributes"> </td>
|
||||
<td class="nameDescription" >
|
||||
<div class="fixedFont">
|
||||
<b><a href="../symbols/hcap.network.WirelessMode.html#constructor">hcap.network.WirelessMode</a></b>
|
||||
</div>
|
||||
<div class="description"></div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
|
||||
<nav>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the fields documented in the class hcap.network.WirelessMode.">
|
||||
<caption class="sectionTitle">Field Summary</caption>
|
||||
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Field Attributes</th>
|
||||
<th scope="col">Field Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.network.WirelessMode.<b><a href="../symbols/hcap.network.WirelessMode.html#.ADHOC">ADHOC</a></b>
|
||||
</div>
|
||||
<div class="description">Ad-hoc wireless mode.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.network.WirelessMode.<b><a href="../symbols/hcap.network.WirelessMode.html#.INFRA">INFRA</a></b>
|
||||
</div>
|
||||
<div class="description">Infra wireless mode.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.network.WirelessMode.<b><a href="../symbols/hcap.network.WirelessMode.html#.UNKNOWN">UNKNOWN</a></b>
|
||||
</div>
|
||||
<div class="description">Unknown wireless mode.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHODS SUMMARY
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENTS SUMMARY
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### CONSTRUCTOR DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle" id="constructor">
|
||||
Namespace Detail
|
||||
</h2>
|
||||
|
||||
<div class="fixedFont">
|
||||
<b>hcap.network.WirelessMode</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### FIELD DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle">
|
||||
Field Detail
|
||||
</h2>
|
||||
|
||||
|
||||
<div class="fixedFont heading" id=".ADHOC">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.network.WirelessMode.</span><b>ADHOC</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Ad-hoc wireless mode.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.6.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".INFRA">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.network.WirelessMode.</span><b>INFRA</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Infra wireless mode.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.6.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".UNKNOWN">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.network.WirelessMode.</span><b>UNKNOWN</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Unknown wireless mode.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.6.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHOD DETAILS
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENT DETAILS
|
||||
-->
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
wbos.CssTools.MediaQueryFallBack.LoadCss('../css/screen.css', '../css/handheld.css', 660)
|
||||
codeview.classFilter.Init()
|
||||
</script>
|
||||
<script src="../javascript/highlighter/prettify.js"></script>
|
||||
<script>prettyPrint();</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,429 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="JsDoc Toolkit" />
|
||||
<title>hcap.power.PowerMode | JsDoc Reference</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<meta name="mobileoptimized" content="0" />
|
||||
|
||||
<link rel="stylesheet" href="../css/all.css" media="all" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="only screen and (max-width: 660px)" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="handheld" />
|
||||
<link rel="stylesheet" href="../css/screen.css" media="screen and (min-width: 661px)" />
|
||||
|
||||
<link rel="stylesheet" href="../javascript/highlighter/dessert.css" />
|
||||
|
||||
<script src="../javascript/all.js"></script>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="../javascript/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="index">
|
||||
<div class="menu">
|
||||
<div class="indexLinks">
|
||||
<a href="../index.html">Classes</a>
|
||||
<a href="../files.html">Files</a>
|
||||
</div>
|
||||
<table width=100% class=confidential><tr><td><b>LGE Confidential</b></td></tr></table>
|
||||
<h2 class="heading1">Library</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td align=left class=confidential><a href="../../js/hcap.js">·hcap.js (1.24.6.5901)</li></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="heading1">Classes</h2>
|
||||
|
||||
<input type="text" name="classFilter" class="classFilter" id="ClassFilter" placeholder="Filter"></input>
|
||||
|
||||
<nav>
|
||||
<ul class="classList" id="ClassList">
|
||||
|
||||
<li><a href="../symbols/_global_.html">_global_</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.html">hcap</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.application.html">hcap<span class='break'> </span>.<span class='break'> </span>application</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.beacon.html">hcap<span class='break'> </span>.<span class='break'> </span>beacon</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.audio.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth<span class='break'> </span>.<span class='break'> </span>audio</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.camera.html">hcap<span class='break'> </span>.<span class='break'> </span>camera</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.carousel.html">hcap<span class='break'> </span>.<span class='break'> </span>carousel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.html">hcap<span class='break'> </span>.<span class='break'> </span>channel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.AudioStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>AudioStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelStatus.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelStatus</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.InbandDataServiceType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>InbandDataServiceType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.IpBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>IpBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.Polarization.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>Polarization</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.RfBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>RfBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.VideoStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>VideoStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.checkout.html">hcap<span class='break'> </span>.<span class='break'> </span>checkout</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.ExternalInputType.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput<span class='break'> </span>.<span class='break'> </span>ExternalInputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.file.html">hcap<span class='break'> </span>.<span class='break'> </span>file</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.iot.html">hcap<span class='break'> </span>.<span class='break'> </span>iot</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.html">hcap<span class='break'> </span>.<span class='break'> </span>key</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.Code.html">hcap<span class='break'> </span>.<span class='break'> </span>key<span class='break'> </span>.<span class='break'> </span>Code</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.html">hcap<span class='break'> </span>.<span class='break'> </span>Media</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.SubtitleType.html">hcap<span class='break'> </span>.<span class='break'> </span>Media<span class='break'> </span>.<span class='break'> </span>SubtitleType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mode.html">hcap<span class='break'> </span>.<span class='break'> </span>mode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mouse.html">hcap<span class='break'> </span>.<span class='break'> </span>mouse</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mpi.html">hcap<span class='break'> </span>.<span class='break'> </span>mpi</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.html">hcap<span class='break'> </span>.<span class='break'> </span>network</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.DhcpState.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>DhcpState</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkEventType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkEventType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WifiSecurityType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WifiSecurityType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WirelessMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WirelessMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.html">hcap<span class='break'> </span>.<span class='break'> </span>power</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.PowerMode.html">hcap<span class='break'> </span>.<span class='break'> </span>power<span class='break'> </span>.<span class='break'> </span>PowerMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.preloadedApplication.html">hcap<span class='break'> </span>.<span class='break'> </span>preloadedApplication</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.html">hcap<span class='break'> </span>.<span class='break'> </span>property</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.InstallerMenuItem.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>InstallerMenuItem</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PictureMode.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PictureMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PicturePropertyKey.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PicturePropertyKey</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rms.html">hcap<span class='break'> </span>.<span class='break'> </span>rms</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.BaudRate.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>BaudRate</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.DataBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>DataBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.FlowControl.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>FlowControl</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.Parity.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>Parity</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.StopBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>StopBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.security.html">hcap<span class='break'> </span>.<span class='break'> </span>security</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.socket.html">hcap<span class='break'> </span>.<span class='break'> </span>socket</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.html">hcap<span class='break'> </span>.<span class='break'> </span>speech</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.HostType.html">hcap<span class='break'> </span>.<span class='break'> </span>speech<span class='break'> </span>.<span class='break'> </span>HostType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.html">hcap<span class='break'> </span>.<span class='break'> </span>system</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.SoundOutputType.html">hcap<span class='break'> </span>.<span class='break'> </span>system<span class='break'> </span>.<span class='break'> </span>SoundOutputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.time.html">hcap<span class='break'> </span>.<span class='break'> </span>time</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.video.html">hcap<span class='break'> </span>.<span class='break'> </span>video</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.volume.html">hcap<span class='break'> </span>.<span class='break'> </span>volume</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.webrtc.html">hcap<span class='break'> </span>.<span class='break'> </span>webrtc</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="fineprint" style="clear:both">
|
||||
<footer>
|
||||
|
||||
Documentation generator: <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0<br />
|
||||
Template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview</a> 1.2<br />
|
||||
Generated on:
|
||||
<time datetime='2021-8-13' pubdate>2021-8-13 18:29</time>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="index indexStatic"></div>
|
||||
|
||||
<div class="content">
|
||||
<div class="innerContent">
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="classTitle">
|
||||
|
||||
Namespace <span>hcap.power.PowerMode</span>
|
||||
</h1>
|
||||
|
||||
<div class="intro">
|
||||
<p class="description summary">
|
||||
hcap.power.PowerMode
|
||||
</p>
|
||||
|
||||
|
||||
<ul class="summary">
|
||||
|
||||
|
||||
|
||||
<li>Defined in: <a href="../symbols/src/js_hcap-1.24.6.5901.js.html">hcap-1.24.6.5901.js</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class hcap.power.PowerMode.">
|
||||
<caption class="sectionTitle">Namespace Summary</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Constructor Attributes</th>
|
||||
<th scope="col">Constructor Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="attributes"> </td>
|
||||
<td class="nameDescription" >
|
||||
<div class="fixedFont">
|
||||
<b><a href="../symbols/hcap.power.PowerMode.html#constructor">hcap.power.PowerMode</a></b>
|
||||
</div>
|
||||
<div class="description"></div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
|
||||
<nav>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the fields documented in the class hcap.power.PowerMode.">
|
||||
<caption class="sectionTitle">Field Summary</caption>
|
||||
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Field Attributes</th>
|
||||
<th scope="col">Field Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.power.PowerMode.<b><a href="../symbols/hcap.power.PowerMode.html#.NORMAL">NORMAL</a></b>
|
||||
</div>
|
||||
<div class="description">This is normal TV-on status to user(panel is on).</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.power.PowerMode.<b><a href="../symbols/hcap.power.PowerMode.html#.WARM">WARM</a></b>
|
||||
</div>
|
||||
<div class="description">TV seems to be turned off to user(panel is off), but both micom and chipset are on.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHODS SUMMARY
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENTS SUMMARY
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### CONSTRUCTOR DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle" id="constructor">
|
||||
Namespace Detail
|
||||
</h2>
|
||||
|
||||
<div class="fixedFont">
|
||||
<b>hcap.power.PowerMode</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### FIELD DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle">
|
||||
Field Detail
|
||||
</h2>
|
||||
|
||||
|
||||
<div class="fixedFont heading" id=".NORMAL">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.power.PowerMode.</span><b>NORMAL</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
This is normal TV-on status to user(panel is on). Both micom and chipset are on.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".WARM">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.power.PowerMode.</span><b>WARM</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
TV seems to be turned off to user(panel is off), but both micom and chipset are on.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHOD DETAILS
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENT DETAILS
|
||||
-->
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
wbos.CssTools.MediaQueryFallBack.LoadCss('../css/screen.css', '../css/handheld.css', 660)
|
||||
codeview.classFilter.Init()
|
||||
</script>
|
||||
<script src="../javascript/highlighter/prettify.js"></script>
|
||||
<script>prettyPrint();</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -0,0 +1,894 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="JsDoc Toolkit" />
|
||||
<title>hcap.power | JsDoc Reference</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<meta name="mobileoptimized" content="0" />
|
||||
|
||||
<link rel="stylesheet" href="../css/all.css" media="all" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="only screen and (max-width: 660px)" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="handheld" />
|
||||
<link rel="stylesheet" href="../css/screen.css" media="screen and (min-width: 661px)" />
|
||||
|
||||
<link rel="stylesheet" href="../javascript/highlighter/dessert.css" />
|
||||
|
||||
<script src="../javascript/all.js"></script>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="../javascript/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="index">
|
||||
<div class="menu">
|
||||
<div class="indexLinks">
|
||||
<a href="../index.html">Classes</a>
|
||||
<a href="../files.html">Files</a>
|
||||
</div>
|
||||
<table width=100% class=confidential><tr><td><b>LGE Confidential</b></td></tr></table>
|
||||
<h2 class="heading1">Library</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td align=left class=confidential><a href="../../js/hcap.js">·hcap.js (1.24.6.5901)</li></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="heading1">Classes</h2>
|
||||
|
||||
<input type="text" name="classFilter" class="classFilter" id="ClassFilter" placeholder="Filter"></input>
|
||||
|
||||
<nav>
|
||||
<ul class="classList" id="ClassList">
|
||||
|
||||
<li><a href="../symbols/_global_.html">_global_</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.html">hcap</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.application.html">hcap<span class='break'> </span>.<span class='break'> </span>application</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.beacon.html">hcap<span class='break'> </span>.<span class='break'> </span>beacon</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.audio.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth<span class='break'> </span>.<span class='break'> </span>audio</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.camera.html">hcap<span class='break'> </span>.<span class='break'> </span>camera</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.carousel.html">hcap<span class='break'> </span>.<span class='break'> </span>carousel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.html">hcap<span class='break'> </span>.<span class='break'> </span>channel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.AudioStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>AudioStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelStatus.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelStatus</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.InbandDataServiceType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>InbandDataServiceType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.IpBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>IpBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.Polarization.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>Polarization</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.RfBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>RfBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.VideoStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>VideoStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.checkout.html">hcap<span class='break'> </span>.<span class='break'> </span>checkout</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.ExternalInputType.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput<span class='break'> </span>.<span class='break'> </span>ExternalInputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.file.html">hcap<span class='break'> </span>.<span class='break'> </span>file</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.iot.html">hcap<span class='break'> </span>.<span class='break'> </span>iot</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.html">hcap<span class='break'> </span>.<span class='break'> </span>key</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.Code.html">hcap<span class='break'> </span>.<span class='break'> </span>key<span class='break'> </span>.<span class='break'> </span>Code</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.html">hcap<span class='break'> </span>.<span class='break'> </span>Media</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.SubtitleType.html">hcap<span class='break'> </span>.<span class='break'> </span>Media<span class='break'> </span>.<span class='break'> </span>SubtitleType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mode.html">hcap<span class='break'> </span>.<span class='break'> </span>mode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mouse.html">hcap<span class='break'> </span>.<span class='break'> </span>mouse</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mpi.html">hcap<span class='break'> </span>.<span class='break'> </span>mpi</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.html">hcap<span class='break'> </span>.<span class='break'> </span>network</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.DhcpState.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>DhcpState</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkEventType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkEventType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WifiSecurityType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WifiSecurityType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WirelessMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WirelessMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.html">hcap<span class='break'> </span>.<span class='break'> </span>power</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.PowerMode.html">hcap<span class='break'> </span>.<span class='break'> </span>power<span class='break'> </span>.<span class='break'> </span>PowerMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.preloadedApplication.html">hcap<span class='break'> </span>.<span class='break'> </span>preloadedApplication</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.html">hcap<span class='break'> </span>.<span class='break'> </span>property</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.InstallerMenuItem.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>InstallerMenuItem</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PictureMode.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PictureMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PicturePropertyKey.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PicturePropertyKey</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rms.html">hcap<span class='break'> </span>.<span class='break'> </span>rms</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.BaudRate.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>BaudRate</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.DataBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>DataBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.FlowControl.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>FlowControl</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.Parity.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>Parity</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.StopBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>StopBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.security.html">hcap<span class='break'> </span>.<span class='break'> </span>security</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.socket.html">hcap<span class='break'> </span>.<span class='break'> </span>socket</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.html">hcap<span class='break'> </span>.<span class='break'> </span>speech</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.HostType.html">hcap<span class='break'> </span>.<span class='break'> </span>speech<span class='break'> </span>.<span class='break'> </span>HostType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.html">hcap<span class='break'> </span>.<span class='break'> </span>system</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.SoundOutputType.html">hcap<span class='break'> </span>.<span class='break'> </span>system<span class='break'> </span>.<span class='break'> </span>SoundOutputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.time.html">hcap<span class='break'> </span>.<span class='break'> </span>time</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.video.html">hcap<span class='break'> </span>.<span class='break'> </span>video</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.volume.html">hcap<span class='break'> </span>.<span class='break'> </span>volume</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.webrtc.html">hcap<span class='break'> </span>.<span class='break'> </span>webrtc</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="fineprint" style="clear:both">
|
||||
<footer>
|
||||
|
||||
Documentation generator: <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0<br />
|
||||
Template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview</a> 1.2<br />
|
||||
Generated on:
|
||||
<time datetime='2021-8-13' pubdate>2021-8-13 18:29</time>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="index indexStatic"></div>
|
||||
|
||||
<div class="content">
|
||||
<div class="innerContent">
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="classTitle">
|
||||
|
||||
Namespace <span>hcap.power</span>
|
||||
</h1>
|
||||
|
||||
<div class="intro">
|
||||
<p class="description summary">
|
||||
hcap.power
|
||||
</p>
|
||||
|
||||
|
||||
<ul class="summary">
|
||||
|
||||
|
||||
|
||||
<li>Defined in: <a href="../symbols/src/js_hcap-1.24.6.5901.js.html">hcap-1.24.6.5901.js</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class hcap.power.">
|
||||
<caption class="sectionTitle">Namespace Summary</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Constructor Attributes</th>
|
||||
<th scope="col">Constructor Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="attributes"> </td>
|
||||
<td class="nameDescription" >
|
||||
<div class="fixedFont">
|
||||
<b><a href="../symbols/hcap.power.html#constructor">hcap.power</a></b>
|
||||
</div>
|
||||
<div class="description"></div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHODS SUMMARY
|
||||
-->
|
||||
|
||||
<section>
|
||||
|
||||
|
||||
<div class="props">
|
||||
<h2 class="sectionTitle">Method Summary</h2>
|
||||
|
||||
|
||||
<nav>
|
||||
<table class="summaryTable" id="MethodsList" cellspacing="0" summary="A summary of the methods documented in the class hcap.power.">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Method Attributes</th>
|
||||
<th scope="col">Method Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
|
||||
|
||||
<tr
|
||||
class='item0'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.power.<b><a href="../symbols/hcap.power.html#.getPowerMode">getPowerMode</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Gets the power mode of the TV.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr
|
||||
class='item1'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.power.<b><a href="../symbols/hcap.power.html#.isWarmUpdate">isWarmUpdate</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Gets whether TV power is in warm update or not.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr
|
||||
class='item2'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.power.<b><a href="../symbols/hcap.power.html#.powerOff">powerOff</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Turns off the TV.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr
|
||||
class='item3'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.power.<b><a href="../symbols/hcap.power.html#.reboot">reboot</a></b>(param)
|
||||
</div>
|
||||
<div class="description">power.reboots the TV.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr
|
||||
class='item4'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.power.<b><a href="../symbols/hcap.power.html#.setPowerMode">setPowerMode</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Sets the power mode of the TV.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENTS SUMMARY
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### CONSTRUCTOR DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle" id="constructor">
|
||||
Namespace Detail
|
||||
</h2>
|
||||
|
||||
<div class="fixedFont">
|
||||
<b>hcap.power</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### FIELD DETAILS
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### METHOD DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle">
|
||||
Method Detail
|
||||
</h2>
|
||||
|
||||
<ul class="methodDetail" id="MethodDetail">
|
||||
|
||||
|
||||
<li
|
||||
class='item0'
|
||||
>
|
||||
<div class="fixedFont heading" id=".getPowerMode">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.power.</span><b>getPowerMode</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Gets the power mode of the TV.
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.power.getPowerMode({
|
||||
"onSuccess" : function(s) {
|
||||
console.log("onSuccess power mode " + s.mode);
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function (param) {
|
||||
// {Number} param.mode - power mode of the TV.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.power.html#.setPowerMode">hcap.power.setPowerMode()</a><br>
|
||||
<a href="hcap.power.html#.isWarmUpdate">hcap.power.isWarmUpdate()</a><br>
|
||||
<a href="hcap.power.PowerMode.html#.WARM">hcap.power.PowerMode.WARM</a><br>
|
||||
<a href="hcap.power.PowerMode.html#.NORMAL">hcap.power.PowerMode.NORMAL</a></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
<div class="hr"></div>
|
||||
</li>
|
||||
|
||||
<li
|
||||
class='item1'
|
||||
>
|
||||
<div class="fixedFont heading" id=".isWarmUpdate">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.power.</span><b>isWarmUpdate</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Gets whether TV power is in warm update or not.<br>
|
||||
"warm update" means the duration from starting HCAP application upgrade and EZ-I upgrade in the power WARM state to the power STANDBY.
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.power.isWarmUpdate({
|
||||
"onSuccess":function(s) {
|
||||
console.log("onSuccess : is warm update = " + s.isWarmUpdate);
|
||||
},
|
||||
"onFailure":function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function(param) {
|
||||
// {Boolean} param.isWarmUpdate - true : TV power is in warm update, otherwise false.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function(param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.19.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.power.html#.getPowerMode">hcap.power.getPowerMode()</a><br>
|
||||
<a href="hcap.power.html#.setPowerMode">hcap.power.setPowerMode()</a><br>
|
||||
<a href="hcap.power.PowerMode.html#.WARM">hcap.power.PowerMode.WARM</a><br>
|
||||
<a href="hcap.power.PowerMode.html#.NORMAL">hcap.power.PowerMode.NORMAL</a></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
<div class="hr"></div>
|
||||
</li>
|
||||
|
||||
<li
|
||||
class='item2'
|
||||
>
|
||||
<div class="fixedFont heading" id=".powerOff">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.power.</span><b>powerOff</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Turns off the TV.
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.power.powerOff({
|
||||
"onSuccess" : function() {
|
||||
console.log("onSuccess");
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function() {
|
||||
// No Parameter.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.power.html#.reboot">hcap.power.reboot()</a></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
<div class="hr"></div>
|
||||
</li>
|
||||
|
||||
<li
|
||||
class='item3'
|
||||
>
|
||||
<div class="fixedFont heading" id=".reboot">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.power.</span><b>reboot</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
power.reboots the TV.
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.power.reboot({
|
||||
"onSuccess" : function() {
|
||||
console.log("onSuccess");
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function() {
|
||||
// No Parameter.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.power.html#.powerOff">power.powerOff()</a></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
<div class="hr"></div>
|
||||
</li>
|
||||
|
||||
<li
|
||||
class='item4'
|
||||
>
|
||||
<div class="fixedFont heading" id=".setPowerMode">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.power.</span><b>setPowerMode</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Sets the power mode of the TV.
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.power.setPowerMode({
|
||||
"mode" : hcap.power.PowerMode.WARM,
|
||||
"onSuccess" : function() {
|
||||
console.log("onSuccess");
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Number} param.mode [Required] - power mode to be set for TV. Possible values are followings.
|
||||
<div align=center>
|
||||
<table class="hcap_spec" width=600>
|
||||
<thead>
|
||||
<tr><th>mode</th><th>value</th><th>description</th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="odd"><th>Standby mode </th><td> - </td><td>TV is off</td></tr>
|
||||
<tr><th>Normal mode</th><td><a href="hcap.power.PowerMode.html#.NORMAL">hcap.power.PowerMode.NORMAL</td><td class="left">the board and the panel is on</td></tr>
|
||||
<tr><th>Warm mode</th><td><a href="hcap.power.PowerMode.html#.WARM">hcap.power.PowerMode.WARM</td><td class="left">the board is alive but the panel is off</td></tr>
|
||||
</tbody>
|
||||
<tfoot>
|
||||
<tr><th colspan="3">Power mode of TV</td></tr>
|
||||
</tfoot>
|
||||
</table>
|
||||
</div></li>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function() {
|
||||
// No Parameter.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.<br>
|
||||
Setting to the same power mode as before will invoke this callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.power.html#.getPowerMode">hcap.power.getPowerMode()</a><br>
|
||||
<a href="hcap.power.html#.isWarmUpdate">hcap.power.isWarmUpdate()</a><br>
|
||||
<a href="hcap.power.PowerMode.html#.WARM">hcap.power.PowerMode.WARM</a><br>
|
||||
<a href="hcap.power.PowerMode.html#.NORMAL">hcap.power.PowerMode.NORMAL</a></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENT DETAILS
|
||||
-->
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
wbos.CssTools.MediaQueryFallBack.LoadCss('../css/screen.css', '../css/handheld.css', 660)
|
||||
codeview.classFilter.Init()
|
||||
</script>
|
||||
<script src="../javascript/highlighter/prettify.js"></script>
|
||||
<script>prettyPrint();</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -0,0 +1,751 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="JsDoc Toolkit" />
|
||||
<title>hcap.preloadedApplication | JsDoc Reference</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<meta name="mobileoptimized" content="0" />
|
||||
|
||||
<link rel="stylesheet" href="../css/all.css" media="all" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="only screen and (max-width: 660px)" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="handheld" />
|
||||
<link rel="stylesheet" href="../css/screen.css" media="screen and (min-width: 661px)" />
|
||||
|
||||
<link rel="stylesheet" href="../javascript/highlighter/dessert.css" />
|
||||
|
||||
<script src="../javascript/all.js"></script>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="../javascript/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="index">
|
||||
<div class="menu">
|
||||
<div class="indexLinks">
|
||||
<a href="../index.html">Classes</a>
|
||||
<a href="../files.html">Files</a>
|
||||
</div>
|
||||
<table width=100% class=confidential><tr><td><b>LGE Confidential</b></td></tr></table>
|
||||
<h2 class="heading1">Library</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td align=left class=confidential><a href="../../js/hcap.js">·hcap.js (1.24.6.5901)</li></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="heading1">Classes</h2>
|
||||
|
||||
<input type="text" name="classFilter" class="classFilter" id="ClassFilter" placeholder="Filter"></input>
|
||||
|
||||
<nav>
|
||||
<ul class="classList" id="ClassList">
|
||||
|
||||
<li><a href="../symbols/_global_.html">_global_</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.html">hcap</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.application.html">hcap<span class='break'> </span>.<span class='break'> </span>application</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.beacon.html">hcap<span class='break'> </span>.<span class='break'> </span>beacon</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.audio.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth<span class='break'> </span>.<span class='break'> </span>audio</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.camera.html">hcap<span class='break'> </span>.<span class='break'> </span>camera</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.carousel.html">hcap<span class='break'> </span>.<span class='break'> </span>carousel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.html">hcap<span class='break'> </span>.<span class='break'> </span>channel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.AudioStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>AudioStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelStatus.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelStatus</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.InbandDataServiceType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>InbandDataServiceType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.IpBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>IpBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.Polarization.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>Polarization</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.RfBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>RfBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.VideoStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>VideoStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.checkout.html">hcap<span class='break'> </span>.<span class='break'> </span>checkout</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.ExternalInputType.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput<span class='break'> </span>.<span class='break'> </span>ExternalInputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.file.html">hcap<span class='break'> </span>.<span class='break'> </span>file</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.iot.html">hcap<span class='break'> </span>.<span class='break'> </span>iot</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.html">hcap<span class='break'> </span>.<span class='break'> </span>key</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.Code.html">hcap<span class='break'> </span>.<span class='break'> </span>key<span class='break'> </span>.<span class='break'> </span>Code</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.html">hcap<span class='break'> </span>.<span class='break'> </span>Media</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.SubtitleType.html">hcap<span class='break'> </span>.<span class='break'> </span>Media<span class='break'> </span>.<span class='break'> </span>SubtitleType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mode.html">hcap<span class='break'> </span>.<span class='break'> </span>mode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mouse.html">hcap<span class='break'> </span>.<span class='break'> </span>mouse</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mpi.html">hcap<span class='break'> </span>.<span class='break'> </span>mpi</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.html">hcap<span class='break'> </span>.<span class='break'> </span>network</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.DhcpState.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>DhcpState</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkEventType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkEventType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WifiSecurityType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WifiSecurityType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WirelessMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WirelessMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.html">hcap<span class='break'> </span>.<span class='break'> </span>power</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.PowerMode.html">hcap<span class='break'> </span>.<span class='break'> </span>power<span class='break'> </span>.<span class='break'> </span>PowerMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.preloadedApplication.html">hcap<span class='break'> </span>.<span class='break'> </span>preloadedApplication</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.html">hcap<span class='break'> </span>.<span class='break'> </span>property</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.InstallerMenuItem.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>InstallerMenuItem</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PictureMode.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PictureMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PicturePropertyKey.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PicturePropertyKey</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rms.html">hcap<span class='break'> </span>.<span class='break'> </span>rms</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.BaudRate.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>BaudRate</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.DataBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>DataBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.FlowControl.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>FlowControl</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.Parity.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>Parity</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.StopBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>StopBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.security.html">hcap<span class='break'> </span>.<span class='break'> </span>security</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.socket.html">hcap<span class='break'> </span>.<span class='break'> </span>socket</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.html">hcap<span class='break'> </span>.<span class='break'> </span>speech</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.HostType.html">hcap<span class='break'> </span>.<span class='break'> </span>speech<span class='break'> </span>.<span class='break'> </span>HostType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.html">hcap<span class='break'> </span>.<span class='break'> </span>system</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.SoundOutputType.html">hcap<span class='break'> </span>.<span class='break'> </span>system<span class='break'> </span>.<span class='break'> </span>SoundOutputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.time.html">hcap<span class='break'> </span>.<span class='break'> </span>time</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.video.html">hcap<span class='break'> </span>.<span class='break'> </span>video</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.volume.html">hcap<span class='break'> </span>.<span class='break'> </span>volume</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.webrtc.html">hcap<span class='break'> </span>.<span class='break'> </span>webrtc</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="fineprint" style="clear:both">
|
||||
<footer>
|
||||
|
||||
Documentation generator: <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0<br />
|
||||
Template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview</a> 1.2<br />
|
||||
Generated on:
|
||||
<time datetime='2021-8-13' pubdate>2021-8-13 18:29</time>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="index indexStatic"></div>
|
||||
|
||||
<div class="content">
|
||||
<div class="innerContent">
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="classTitle">
|
||||
|
||||
Namespace <span>hcap.preloadedApplication</span>
|
||||
</h1>
|
||||
|
||||
<div class="intro">
|
||||
<p class="description summary">
|
||||
hcap.preloadedApplication
|
||||
</p>
|
||||
|
||||
|
||||
<ul class="summary">
|
||||
|
||||
|
||||
|
||||
<li>Defined in: <a href="../symbols/src/js_hcap-1.24.6.5901.js.html">hcap-1.24.6.5901.js</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class hcap.preloadedApplication.">
|
||||
<caption class="sectionTitle">Namespace Summary</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Constructor Attributes</th>
|
||||
<th scope="col">Constructor Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="attributes"> </td>
|
||||
<td class="nameDescription" >
|
||||
<div class="fixedFont">
|
||||
<b><a href="../symbols/hcap.preloadedApplication.html#constructor">hcap.preloadedApplication</a></b>
|
||||
</div>
|
||||
<div class="description"></div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<!--
|
||||
#### METHODS SUMMARY
|
||||
-->
|
||||
|
||||
<section>
|
||||
|
||||
|
||||
<div class="props">
|
||||
<h2 class="sectionTitle">Method Summary</h2>
|
||||
|
||||
|
||||
<nav>
|
||||
<table class="summaryTable" id="MethodsList" cellspacing="0" summary="A summary of the methods documented in the class hcap.preloadedApplication.">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Method Attributes</th>
|
||||
<th scope="col">Method Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
|
||||
|
||||
<tr
|
||||
class='item0'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.preloadedApplication.<b><a href="../symbols/hcap.preloadedApplication.html#.destroyPreloadedApplication">destroyPreloadedApplication</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Terminates the preloaded application.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr
|
||||
class='item1'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.preloadedApplication.<b><a href="../symbols/hcap.preloadedApplication.html#.getPreloadedApplicationList">getPreloadedApplicationList</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Gets the preloaded application list.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr
|
||||
class='item2'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.preloadedApplication.<b><a href="../symbols/hcap.preloadedApplication.html#.launchPreloadedApplication">launchPreloadedApplication</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Launches a preloaded application.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENTS SUMMARY
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### CONSTRUCTOR DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle" id="constructor">
|
||||
Namespace Detail
|
||||
</h2>
|
||||
|
||||
<div class="fixedFont">
|
||||
<b>hcap.preloadedApplication</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### FIELD DETAILS
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### METHOD DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle">
|
||||
Method Detail
|
||||
</h2>
|
||||
|
||||
<ul class="methodDetail" id="MethodDetail">
|
||||
|
||||
|
||||
<li
|
||||
class='item0'
|
||||
>
|
||||
<div class="fixedFont heading" id=".destroyPreloadedApplication">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.preloadedApplication.</span><b>destroyPreloadedApplication</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Terminates the preloaded application.<br>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.preloadedApplication.destroyPreloadedApplication({
|
||||
"id" : "15265",
|
||||
"onSuccess" : function() {
|
||||
console.log("onSuccess");
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{String} param.id - preloaded application id to destroy (0 ~ 2^64 - 1).</li>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function()
|
||||
// No Parameter.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.19.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.preloadedApplication.html#.getPreloadedApplicationList">hcap.preloadedApplication.getPreloadedApplicationList()</a><br>
|
||||
<a href="hcap.preloadedApplication.html#.launchPreloadedApplication">hcap.preloadedApplication.launchPreloadedApplication()</a><br></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
<div class="hr"></div>
|
||||
</li>
|
||||
|
||||
<li
|
||||
class='item1'
|
||||
>
|
||||
<div class="fixedFont heading" id=".getPreloadedApplicationList">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.preloadedApplication.</span><b>getPreloadedApplicationList</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Gets the preloaded application list.<br>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.preloadedApplication.getPreloadedApplicationList({
|
||||
"onSuccess" : function(s) {
|
||||
console.log("onSuccess : list length = " + s.list.length);
|
||||
for (var i = 0; i < s.list.length; i++) {
|
||||
console.log(
|
||||
"list[" + i + "].id = " + s.list[i].id +
|
||||
"list[" + i + "].title = " + s.list[i].title +
|
||||
"list[" + i + "].iconFilePath = " + s.list[i].iconFilePath
|
||||
);
|
||||
}
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function (param)
|
||||
// {Array} param.list - preloaded application list supported by TV.
|
||||
// {String} param.list[].id - preloaded application id (0 ~ 2^64 - 1)
|
||||
// {String} param.list[].title - preloaded application title
|
||||
// {String} param.list[].iconFilePath - file path of icon for the preloaded application
|
||||
// param.list example -
|
||||
// "list" : [
|
||||
// { "id" : "13324", "title" : "YouTube", "iconFilePath" : "/icon/youtube.png" },
|
||||
// { "id" : "15265", "title" : "Facebook", "iconFilePath" : "/icon/facebook.png" }
|
||||
// ]
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.5.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.preloadedApplication.html#.launchPreloadedApplication">hcap.preloadedApplication.launchPreloadedApplication()</a><br>
|
||||
<a href="hcap.preloadedApplication.html#.destroyPreloadedApplication">hcap.preloadedApplication.destroyPreloadedApplication()</a><br></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
<div class="hr"></div>
|
||||
</li>
|
||||
|
||||
<li
|
||||
class='item2'
|
||||
>
|
||||
<div class="fixedFont heading" id=".launchPreloadedApplication">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.preloadedApplication.</span><b>launchPreloadedApplication</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Launches a preloaded application.<br>
|
||||
Following table specifies preloaded applications, their ids and parameters. (Supported preloaded applications are different according to TV model, but App IDs of preloaded applications should be same)<br>
|
||||
<table border=1 style="border: 1px;">
|
||||
<b><tr><th>Application</th><th>id</th><th>parameters</th></tr></b>
|
||||
<tr><td>3 Cats</td><td>244115188075859005</td><td></td></tr>
|
||||
<tr><td>AccuWeather</td><td>144115188075855876</td><td></td></tr>
|
||||
<tr><td>Amazon</td><td>144115188075859015</td><td></td></tr>
|
||||
<tr><td>Arirang TV</td><td>144115188075859001</td><td></td></tr>
|
||||
<tr><td>AR-Browser</td><td>201604201053010001</td><td>"{'params':{<br>
|
||||
'target':string, // launch url ex) 'http://url.com/adc3f'<br>
|
||||
'noiframe':string // This parameter is required when using 'target'. For security reasons, hotel TV is not allowed to use iframe. 'true': disable iframe, 'false': enable iframe<br>
|
||||
}, 'appDesc':{<br>
|
||||
'resolution':string, // ex) 'resolution':'1920x1080' or 'resolution':'1280x720'<br>
|
||||
'disableBackHistoryAPI':string, // 'true': The BACK key will be passed to CP App, 'false': The BACK key will be handled by webOS system browser for History Back operation<br>
|
||||
'vendorExtension':{'enableKeyboard':string} // 'true': The screen keyboard will be shown up when the input or textarea tag get focus, 'false': disable screen keyboard <br>
|
||||
}}"</td></tr>
|
||||
<tr><td>Balda</td><td>144115188075859004</td><td></td></tr>
|
||||
<tr><td>BBC-iPlayer</td><td>201604021129030008</td><td></td></tr>
|
||||
<tr><td>BBC-Sports</td><td>201609281937030001</td><td></td></tr>
|
||||
<tr><td>BBC-News</td><td>201609281937030002</td><td></td></tr>
|
||||
<tr><td>Bluetooth Sound Sync</td><td>244115188075859015</td><td></td></tr>
|
||||
<tr><td>Browser</td><td>144115188075855877</td><td>"{'params':{<br>
|
||||
'target':string, // url string. default is empty. ex) 'www.lge.com'<br>
|
||||
'fullMode':string, // full mode. default is 'false'. 'true' : full page mode, 'false' : general web browser mode<br>
|
||||
'newtab':string // default is 'true'. 'true' : new page is loaded on the new tab, 'false' : new page is loaded on the current tab.<br>
|
||||
}}"</td></tr>
|
||||
<tr><td>Color Bridge</td><td>244115188075859012</td><td></td></tr>
|
||||
<tr><td>Crackle</td><td>144115188075859014</td><td></td></tr>
|
||||
<tr><td>Cutter Pillars</td><td>244115188075859011</td><td></td></tr>
|
||||
<tr><td>External Connector</td><td>244115188075859007</td><td></td></tr>
|
||||
<tr><td>Facebook</td><td>144115188075855874</td><td></td></tr>
|
||||
<tr><td>Google Maps</td><td>144115188075855875</td><td></td></tr>
|
||||
<tr><td>Gravity Ball</td><td>244115188075859009</td><td></td></tr>
|
||||
<tr><td>Hulu</td><td>144115188075859017</td><td></td></tr>
|
||||
<tr><td>K-Browser</td><td>244115188075859021</td><td>"{'params':{<br>
|
||||
'target':string, // launch url ex) 'http://url.com/adc3f'<br>
|
||||
'noiframe':string // This parameter is required when using 'target'. For security reasons, hotel TV is not allowed to use iframe. 'true': disable iframe, 'false': enable iframe<br>
|
||||
}, 'appDesc':{<br>
|
||||
'resolution':string, // ex) 'resolution':'1920x1080' or 'resolution':'1280x720'<br>
|
||||
'disableBackHistoryAPI':string, // 'true': The BACK key will be passed to CP App, 'false': The BACK key will be handled by webOS system browser for History Back operation<br>
|
||||
'vendorExtension':{'enableKeyboard':string} // 'true': The screen keyboard will be shown up when the input or textarea tag get focus, 'false': disable screen keyboard <br>
|
||||
}}"</td></tr>
|
||||
<tr><td>Mainstream</td><td>244115188075859010</td><td></td></tr>
|
||||
<tr><td>Mobile Connector</td><td>244115188075859006</td><td></td></tr>
|
||||
<tr><td>Netflix</td><td>244115188075859013</td><td></td></tr>
|
||||
<tr><td>NK-Browser</td><td>244115188075859022</td><td>"{'params':{<br>
|
||||
'target':string, // launch url ex) 'http://url.com/adc3f'<br>
|
||||
'noiframe':string // This parameter is required when using 'target'. For security reasons, hotel TV is not allowed to use iframe. 'true': disable iframe, 'false': enable iframe<br>
|
||||
}, 'appDesc':{<br>
|
||||
'resolution':string, // ex) 'resolution':'1920x1080' or 'resolution':'1280x720'<br>
|
||||
'disableBackHistoryAPI':string, // 'true': The BACK key will be passed to CP App, 'false': The BACK key will be handled by webOS system browser for History Back operation<br>
|
||||
'vendorExtension':{'enableKeyboard':string} // 'true': The screen keyboard will be shown up when the input or textarea tag get focus, 'false': disable screen keyboard <br>
|
||||
}}"</td></tr>
|
||||
<tr><td>PC Connector</td><td>244115188075859008</td><td></td></tr>
|
||||
<tr><td>Picasa</td><td>144115188075859003</td><td></td></tr>
|
||||
<tr><td>Rhapsody</td><td>144115188075859018</td><td></td></tr>
|
||||
<tr><td>Screen Share</td><td>144115188075855880</td><td></td></tr>
|
||||
<tr><td>Skype</td><td>144115188075855878</td><td></td></tr>
|
||||
<tr><td>SmartShare</td><td>144115188075855882</td><td></td></tr>
|
||||
<tr><td>Tanks</td><td>144115188075859005</td><td></td></tr>
|
||||
<tr><td>The Associated Press</td><td>144115188075859011</td><td></td></tr>
|
||||
<tr><td>TV Hockey</td><td>244115188075859004</td><td></td></tr>
|
||||
<tr><td>Twitter</td><td>144115188075855873</td><td></td></tr>
|
||||
<tr><td>Ustream</td><td>144115188075859012</td><td></td></tr>
|
||||
<tr><td>vTuner</td><td>144115188075859000</td><td></td></tr>
|
||||
<tr><td>Wasu(TV)</td><td>244115188075859014</td><td></td></tr>
|
||||
<tr><td>Wasu(DRAMA)</td><td>244115188075859016</td><td></td></tr>
|
||||
<tr><td>Wasu(ENTERTAINMENT)</td><td>244115188075859017</td><td></td></tr>
|
||||
<tr><td>Wasu(HD)</td><td>244115188075859018</td><td></td></tr>
|
||||
<tr><td>Wasu(MOVIE)</td><td>244115188075859019</td><td></td></tr>
|
||||
<tr><td>Wasu(SPORTS)</td><td>244115188075859020</td><td></td></tr>
|
||||
<tr><td>YouTube</td><td>144115188075859002</td><td></td></tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.preloadedApplication.launchPreloadedApplication({
|
||||
"id" : "244115188075859022", // NK-Browser
|
||||
"parameters" : "{
|
||||
'target':'http://www.lge.com'
|
||||
}",
|
||||
"onSuccess" : function() {
|
||||
console.log("onSuccess");
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{String} param.id - preloaded application id to launch (0 ~ 2^64 - 1).</li>
|
||||
<li>{String} param.parameters [Optional] - parameters in JSON type string for the preloaded application to be launched.</li>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function()
|
||||
// No Parameter.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.5.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.preloadedApplication.html#.getPreloadedApplicationList">hcap.preloadedApplication.getPreloadedApplicationList()</a><br>
|
||||
<a href="hcap.preloadedApplication.html#.destroyPreloadedApplication">hcap.preloadedApplication.destroyPreloadedApplication()</a><br></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENT DETAILS
|
||||
-->
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
wbos.CssTools.MediaQueryFallBack.LoadCss('../css/screen.css', '../css/handheld.css', 660)
|
||||
codeview.classFilter.Init()
|
||||
</script>
|
||||
<script src="../javascript/highlighter/prettify.js"></script>
|
||||
<script>prettyPrint();</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,744 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="JsDoc Toolkit" />
|
||||
<title>hcap.property.PictureMode | JsDoc Reference</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<meta name="mobileoptimized" content="0" />
|
||||
|
||||
<link rel="stylesheet" href="../css/all.css" media="all" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="only screen and (max-width: 660px)" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="handheld" />
|
||||
<link rel="stylesheet" href="../css/screen.css" media="screen and (min-width: 661px)" />
|
||||
|
||||
<link rel="stylesheet" href="../javascript/highlighter/dessert.css" />
|
||||
|
||||
<script src="../javascript/all.js"></script>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="../javascript/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="index">
|
||||
<div class="menu">
|
||||
<div class="indexLinks">
|
||||
<a href="../index.html">Classes</a>
|
||||
<a href="../files.html">Files</a>
|
||||
</div>
|
||||
<table width=100% class=confidential><tr><td><b>LGE Confidential</b></td></tr></table>
|
||||
<h2 class="heading1">Library</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td align=left class=confidential><a href="../../js/hcap.js">·hcap.js (1.24.6.5901)</li></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="heading1">Classes</h2>
|
||||
|
||||
<input type="text" name="classFilter" class="classFilter" id="ClassFilter" placeholder="Filter"></input>
|
||||
|
||||
<nav>
|
||||
<ul class="classList" id="ClassList">
|
||||
|
||||
<li><a href="../symbols/_global_.html">_global_</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.html">hcap</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.application.html">hcap<span class='break'> </span>.<span class='break'> </span>application</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.beacon.html">hcap<span class='break'> </span>.<span class='break'> </span>beacon</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.audio.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth<span class='break'> </span>.<span class='break'> </span>audio</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.camera.html">hcap<span class='break'> </span>.<span class='break'> </span>camera</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.carousel.html">hcap<span class='break'> </span>.<span class='break'> </span>carousel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.html">hcap<span class='break'> </span>.<span class='break'> </span>channel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.AudioStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>AudioStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelStatus.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelStatus</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.InbandDataServiceType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>InbandDataServiceType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.IpBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>IpBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.Polarization.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>Polarization</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.RfBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>RfBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.VideoStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>VideoStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.checkout.html">hcap<span class='break'> </span>.<span class='break'> </span>checkout</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.ExternalInputType.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput<span class='break'> </span>.<span class='break'> </span>ExternalInputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.file.html">hcap<span class='break'> </span>.<span class='break'> </span>file</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.iot.html">hcap<span class='break'> </span>.<span class='break'> </span>iot</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.html">hcap<span class='break'> </span>.<span class='break'> </span>key</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.Code.html">hcap<span class='break'> </span>.<span class='break'> </span>key<span class='break'> </span>.<span class='break'> </span>Code</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.html">hcap<span class='break'> </span>.<span class='break'> </span>Media</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.SubtitleType.html">hcap<span class='break'> </span>.<span class='break'> </span>Media<span class='break'> </span>.<span class='break'> </span>SubtitleType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mode.html">hcap<span class='break'> </span>.<span class='break'> </span>mode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mouse.html">hcap<span class='break'> </span>.<span class='break'> </span>mouse</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mpi.html">hcap<span class='break'> </span>.<span class='break'> </span>mpi</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.html">hcap<span class='break'> </span>.<span class='break'> </span>network</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.DhcpState.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>DhcpState</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkEventType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkEventType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WifiSecurityType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WifiSecurityType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WirelessMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WirelessMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.html">hcap<span class='break'> </span>.<span class='break'> </span>power</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.PowerMode.html">hcap<span class='break'> </span>.<span class='break'> </span>power<span class='break'> </span>.<span class='break'> </span>PowerMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.preloadedApplication.html">hcap<span class='break'> </span>.<span class='break'> </span>preloadedApplication</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.html">hcap<span class='break'> </span>.<span class='break'> </span>property</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.InstallerMenuItem.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>InstallerMenuItem</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PictureMode.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PictureMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PicturePropertyKey.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PicturePropertyKey</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rms.html">hcap<span class='break'> </span>.<span class='break'> </span>rms</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.BaudRate.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>BaudRate</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.DataBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>DataBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.FlowControl.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>FlowControl</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.Parity.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>Parity</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.StopBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>StopBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.security.html">hcap<span class='break'> </span>.<span class='break'> </span>security</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.socket.html">hcap<span class='break'> </span>.<span class='break'> </span>socket</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.html">hcap<span class='break'> </span>.<span class='break'> </span>speech</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.HostType.html">hcap<span class='break'> </span>.<span class='break'> </span>speech<span class='break'> </span>.<span class='break'> </span>HostType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.html">hcap<span class='break'> </span>.<span class='break'> </span>system</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.SoundOutputType.html">hcap<span class='break'> </span>.<span class='break'> </span>system<span class='break'> </span>.<span class='break'> </span>SoundOutputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.time.html">hcap<span class='break'> </span>.<span class='break'> </span>time</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.video.html">hcap<span class='break'> </span>.<span class='break'> </span>video</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.volume.html">hcap<span class='break'> </span>.<span class='break'> </span>volume</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.webrtc.html">hcap<span class='break'> </span>.<span class='break'> </span>webrtc</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="fineprint" style="clear:both">
|
||||
<footer>
|
||||
|
||||
Documentation generator: <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0<br />
|
||||
Template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview</a> 1.2<br />
|
||||
Generated on:
|
||||
<time datetime='2021-8-13' pubdate>2021-8-13 18:29</time>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="index indexStatic"></div>
|
||||
|
||||
<div class="content">
|
||||
<div class="innerContent">
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="classTitle">
|
||||
|
||||
Namespace <span>hcap.property.PictureMode</span>
|
||||
</h1>
|
||||
|
||||
<div class="intro">
|
||||
<p class="description summary">
|
||||
hcap.property.PictureMode
|
||||
</p>
|
||||
|
||||
|
||||
<ul class="summary">
|
||||
|
||||
|
||||
|
||||
<li>Defined in: <a href="../symbols/src/js_hcap-1.24.6.5901.js.html">hcap-1.24.6.5901.js</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class hcap.property.PictureMode.">
|
||||
<caption class="sectionTitle">Namespace Summary</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Constructor Attributes</th>
|
||||
<th scope="col">Constructor Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="attributes"> </td>
|
||||
<td class="nameDescription" >
|
||||
<div class="fixedFont">
|
||||
<b><a href="../symbols/hcap.property.PictureMode.html#constructor">hcap.property.PictureMode</a></b>
|
||||
</div>
|
||||
<div class="description"></div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
|
||||
<nav>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the fields documented in the class hcap.property.PictureMode.">
|
||||
<caption class="sectionTitle">Field Summary</caption>
|
||||
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Field Attributes</th>
|
||||
<th scope="col">Field Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.property.PictureMode.<b><a href="../symbols/hcap.property.PictureMode.html#.CINEMA">CINEMA</a></b>
|
||||
</div>
|
||||
<div class="description">Picture Mode : Cinema</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.property.PictureMode.<b><a href="../symbols/hcap.property.PictureMode.html#.ECO">ECO</a></b>
|
||||
</div>
|
||||
<div class="description">Picture Mode : Eco</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.property.PictureMode.<b><a href="../symbols/hcap.property.PictureMode.html#.EXPERT_BRIGHT_ROOM">EXPERT_BRIGHT_ROOM</a></b>
|
||||
</div>
|
||||
<div class="description">Picture Mode : Expert (Bright Room)</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.property.PictureMode.<b><a href="../symbols/hcap.property.PictureMode.html#.EXPERT_DARK_ROOM">EXPERT_DARK_ROOM</a></b>
|
||||
</div>
|
||||
<div class="description">Picture Mode : Expert (Dark Room)</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.property.PictureMode.<b><a href="../symbols/hcap.property.PictureMode.html#.GAME">GAME</a></b>
|
||||
</div>
|
||||
<div class="description">Picture Mode : Game</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.property.PictureMode.<b><a href="../symbols/hcap.property.PictureMode.html#.PHOTO">PHOTO</a></b>
|
||||
</div>
|
||||
<div class="description">Picture Mode : Photo</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.property.PictureMode.<b><a href="../symbols/hcap.property.PictureMode.html#.SPORTS">SPORTS</a></b>
|
||||
</div>
|
||||
<div class="description">Picture Mode : Sports</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.property.PictureMode.<b><a href="../symbols/hcap.property.PictureMode.html#.STANDARD">STANDARD</a></b>
|
||||
</div>
|
||||
<div class="description">Picture Mode : Standard</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.property.PictureMode.<b><a href="../symbols/hcap.property.PictureMode.html#.VIVID">VIVID</a></b>
|
||||
</div>
|
||||
<div class="description">Picture Mode : Vivid</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHODS SUMMARY
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENTS SUMMARY
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### CONSTRUCTOR DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle" id="constructor">
|
||||
Namespace Detail
|
||||
</h2>
|
||||
|
||||
<div class="fixedFont">
|
||||
<b>hcap.property.PictureMode</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### FIELD DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle">
|
||||
Field Detail
|
||||
</h2>
|
||||
|
||||
|
||||
<div class="fixedFont heading" id=".CINEMA">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.property.PictureMode.</span><b>CINEMA</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Picture Mode : Cinema
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.20.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".ECO">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.property.PictureMode.</span><b>ECO</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Picture Mode : Eco
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.20.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".EXPERT_BRIGHT_ROOM">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.property.PictureMode.</span><b>EXPERT_BRIGHT_ROOM</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Picture Mode : Expert (Bright Room)
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.20.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".EXPERT_DARK_ROOM">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.property.PictureMode.</span><b>EXPERT_DARK_ROOM</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Picture Mode : Expert (Dark Room)
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.20.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".GAME">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.property.PictureMode.</span><b>GAME</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Picture Mode : Game
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.20.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".PHOTO">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.property.PictureMode.</span><b>PHOTO</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Picture Mode : Photo
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.20.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".SPORTS">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.property.PictureMode.</span><b>SPORTS</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Picture Mode : Sports
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.20.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".STANDARD">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.property.PictureMode.</span><b>STANDARD</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Picture Mode : Standard
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.20.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".VIVID">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.property.PictureMode.</span><b>VIVID</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Picture Mode : Vivid
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.20.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHOD DETAILS
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENT DETAILS
|
||||
-->
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
wbos.CssTools.MediaQueryFallBack.LoadCss('../css/screen.css', '../css/handheld.css', 660)
|
||||
codeview.classFilter.Init()
|
||||
</script>
|
||||
<script src="../javascript/highlighter/prettify.js"></script>
|
||||
<script>prettyPrint();</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -0,0 +1,709 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="JsDoc Toolkit" />
|
||||
<title>hcap.property.PicturePropertyKey | JsDoc Reference</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<meta name="mobileoptimized" content="0" />
|
||||
|
||||
<link rel="stylesheet" href="../css/all.css" media="all" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="only screen and (max-width: 660px)" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="handheld" />
|
||||
<link rel="stylesheet" href="../css/screen.css" media="screen and (min-width: 661px)" />
|
||||
|
||||
<link rel="stylesheet" href="../javascript/highlighter/dessert.css" />
|
||||
|
||||
<script src="../javascript/all.js"></script>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="../javascript/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="index">
|
||||
<div class="menu">
|
||||
<div class="indexLinks">
|
||||
<a href="../index.html">Classes</a>
|
||||
<a href="../files.html">Files</a>
|
||||
</div>
|
||||
<table width=100% class=confidential><tr><td><b>LGE Confidential</b></td></tr></table>
|
||||
<h2 class="heading1">Library</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td align=left class=confidential><a href="../../js/hcap.js">·hcap.js (1.24.6.5901)</li></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="heading1">Classes</h2>
|
||||
|
||||
<input type="text" name="classFilter" class="classFilter" id="ClassFilter" placeholder="Filter"></input>
|
||||
|
||||
<nav>
|
||||
<ul class="classList" id="ClassList">
|
||||
|
||||
<li><a href="../symbols/_global_.html">_global_</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.html">hcap</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.application.html">hcap<span class='break'> </span>.<span class='break'> </span>application</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.beacon.html">hcap<span class='break'> </span>.<span class='break'> </span>beacon</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.audio.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth<span class='break'> </span>.<span class='break'> </span>audio</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.camera.html">hcap<span class='break'> </span>.<span class='break'> </span>camera</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.carousel.html">hcap<span class='break'> </span>.<span class='break'> </span>carousel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.html">hcap<span class='break'> </span>.<span class='break'> </span>channel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.AudioStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>AudioStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelStatus.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelStatus</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.InbandDataServiceType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>InbandDataServiceType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.IpBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>IpBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.Polarization.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>Polarization</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.RfBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>RfBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.VideoStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>VideoStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.checkout.html">hcap<span class='break'> </span>.<span class='break'> </span>checkout</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.ExternalInputType.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput<span class='break'> </span>.<span class='break'> </span>ExternalInputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.file.html">hcap<span class='break'> </span>.<span class='break'> </span>file</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.iot.html">hcap<span class='break'> </span>.<span class='break'> </span>iot</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.html">hcap<span class='break'> </span>.<span class='break'> </span>key</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.Code.html">hcap<span class='break'> </span>.<span class='break'> </span>key<span class='break'> </span>.<span class='break'> </span>Code</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.html">hcap<span class='break'> </span>.<span class='break'> </span>Media</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.SubtitleType.html">hcap<span class='break'> </span>.<span class='break'> </span>Media<span class='break'> </span>.<span class='break'> </span>SubtitleType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mode.html">hcap<span class='break'> </span>.<span class='break'> </span>mode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mouse.html">hcap<span class='break'> </span>.<span class='break'> </span>mouse</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mpi.html">hcap<span class='break'> </span>.<span class='break'> </span>mpi</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.html">hcap<span class='break'> </span>.<span class='break'> </span>network</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.DhcpState.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>DhcpState</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkEventType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkEventType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WifiSecurityType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WifiSecurityType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WirelessMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WirelessMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.html">hcap<span class='break'> </span>.<span class='break'> </span>power</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.PowerMode.html">hcap<span class='break'> </span>.<span class='break'> </span>power<span class='break'> </span>.<span class='break'> </span>PowerMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.preloadedApplication.html">hcap<span class='break'> </span>.<span class='break'> </span>preloadedApplication</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.html">hcap<span class='break'> </span>.<span class='break'> </span>property</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.InstallerMenuItem.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>InstallerMenuItem</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PictureMode.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PictureMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PicturePropertyKey.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PicturePropertyKey</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rms.html">hcap<span class='break'> </span>.<span class='break'> </span>rms</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.BaudRate.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>BaudRate</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.DataBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>DataBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.FlowControl.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>FlowControl</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.Parity.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>Parity</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.StopBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>StopBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.security.html">hcap<span class='break'> </span>.<span class='break'> </span>security</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.socket.html">hcap<span class='break'> </span>.<span class='break'> </span>socket</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.html">hcap<span class='break'> </span>.<span class='break'> </span>speech</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.HostType.html">hcap<span class='break'> </span>.<span class='break'> </span>speech<span class='break'> </span>.<span class='break'> </span>HostType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.html">hcap<span class='break'> </span>.<span class='break'> </span>system</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.SoundOutputType.html">hcap<span class='break'> </span>.<span class='break'> </span>system<span class='break'> </span>.<span class='break'> </span>SoundOutputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.time.html">hcap<span class='break'> </span>.<span class='break'> </span>time</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.video.html">hcap<span class='break'> </span>.<span class='break'> </span>video</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.volume.html">hcap<span class='break'> </span>.<span class='break'> </span>volume</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.webrtc.html">hcap<span class='break'> </span>.<span class='break'> </span>webrtc</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="fineprint" style="clear:both">
|
||||
<footer>
|
||||
|
||||
Documentation generator: <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0<br />
|
||||
Template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview</a> 1.2<br />
|
||||
Generated on:
|
||||
<time datetime='2021-8-13' pubdate>2021-8-13 18:29</time>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="index indexStatic"></div>
|
||||
|
||||
<div class="content">
|
||||
<div class="innerContent">
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="classTitle">
|
||||
|
||||
Namespace <span>hcap.property.PicturePropertyKey</span>
|
||||
</h1>
|
||||
|
||||
<div class="intro">
|
||||
<p class="description summary">
|
||||
hcap.property.PicturePropertyKey
|
||||
</p>
|
||||
|
||||
|
||||
<ul class="summary">
|
||||
|
||||
|
||||
|
||||
<li>Defined in: <a href="../symbols/src/js_hcap-1.24.6.5901.js.html">hcap-1.24.6.5901.js</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class hcap.property.PicturePropertyKey.">
|
||||
<caption class="sectionTitle">Namespace Summary</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Constructor Attributes</th>
|
||||
<th scope="col">Constructor Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="attributes"> </td>
|
||||
<td class="nameDescription" >
|
||||
<div class="fixedFont">
|
||||
<b><a href="../symbols/hcap.property.PicturePropertyKey.html#constructor">hcap.property.PicturePropertyKey</a></b>
|
||||
</div>
|
||||
<div class="description"></div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
|
||||
<nav>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the fields documented in the class hcap.property.PicturePropertyKey.">
|
||||
<caption class="sectionTitle">Field Summary</caption>
|
||||
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Field Attributes</th>
|
||||
<th scope="col">Field Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.property.PicturePropertyKey.<b><a href="../symbols/hcap.property.PicturePropertyKey.html#.ASPECT_RATIO">ASPECT_RATIO</a></b>
|
||||
</div>
|
||||
<div class="description">Aspect Ratio.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.property.PicturePropertyKey.<b><a href="../symbols/hcap.property.PicturePropertyKey.html#.BACKLIGHT">BACKLIGHT</a></b>
|
||||
</div>
|
||||
<div class="description">Backlight (0 ~ 100)</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.property.PicturePropertyKey.<b><a href="../symbols/hcap.property.PicturePropertyKey.html#.BRIGHTNESS">BRIGHTNESS</a></b>
|
||||
</div>
|
||||
<div class="description">Brightness (0 ~ 100)</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.property.PicturePropertyKey.<b><a href="../symbols/hcap.property.PicturePropertyKey.html#.COLOR">COLOR</a></b>
|
||||
</div>
|
||||
<div class="description">Color (0 ~ 100), 0 : Black</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.property.PicturePropertyKey.<b><a href="../symbols/hcap.property.PicturePropertyKey.html#.COLOR_TEMPERATURE">COLOR_TEMPERATURE</a></b>
|
||||
</div>
|
||||
<div class="description">Color Temperature (0 ~ 100), 0 : Warm, 100 : Cold</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.property.PicturePropertyKey.<b><a href="../symbols/hcap.property.PicturePropertyKey.html#.CONTRAST">CONTRAST</a></b>
|
||||
</div>
|
||||
<div class="description">Contrast (0 ~ 100)</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.property.PicturePropertyKey.<b><a href="../symbols/hcap.property.PicturePropertyKey.html#.SHARPNESS">SHARPNESS</a></b>
|
||||
</div>
|
||||
<div class="description">Sharpness (0 ~ 100)</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.property.PicturePropertyKey.<b><a href="../symbols/hcap.property.PicturePropertyKey.html#.TINT">TINT</a></b>
|
||||
</div>
|
||||
<div class="description">Tint (0 ~ 100), 0 : Red, 100 : Green</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHODS SUMMARY
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENTS SUMMARY
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### CONSTRUCTOR DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle" id="constructor">
|
||||
Namespace Detail
|
||||
</h2>
|
||||
|
||||
<div class="fixedFont">
|
||||
<b>hcap.property.PicturePropertyKey</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### FIELD DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle">
|
||||
Field Detail
|
||||
</h2>
|
||||
|
||||
|
||||
<div class="fixedFont heading" id=".ASPECT_RATIO">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.property.PicturePropertyKey.</span><b>ASPECT_RATIO</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Aspect Ratio. Supported values depend on TV model.<br>
|
||||
<ul>
|
||||
<li>1 : Normal Screen (4:3), Resizes images to the previous standard 4:3.</li>
|
||||
<li>2 : Wide (16:9), Resizes images to fit the screen width.</li>
|
||||
<li>3 : Horizon (Spectacle), Full Wide, When TV receives the wide screen signal, it will let you adjust the picture horizontally or vertically, in a linear proportion, to fill the entire screen fully. 4:3 and 14:9 video are supported in full screen without any video distortion through DTV input. In Analog/DTV/AV/Scart mode, Full Wide is available.</li>
|
||||
<li>4 : Zoom, Resizes the image to fit the screen width. The top and bottom parts of the image may be cut off.</li>
|
||||
<li>6 : Original, Auto (Set by program), When your TV receives a wide screen signal, it will automatically change to the broadcasted picture format.</li>
|
||||
<li>7 : 14:9, You can see the picture format of 14:9 or the general TV program in the 14:9 mode. The 14:9 screen is displayed in the same way as in 4:3, but is moved up or down.</li>
|
||||
<li>9 : Just Scan, Displays video images in the original size without removing parts of the edge of the image.</li>
|
||||
<li>10 : Cinema Zoom1, Choose Cinema Zoom when you want to enlarge the picture incorrect proportion.</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.6.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".BACKLIGHT">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.property.PicturePropertyKey.</span><b>BACKLIGHT</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Backlight (0 ~ 100)
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.6.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".BRIGHTNESS">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.property.PicturePropertyKey.</span><b>BRIGHTNESS</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Brightness (0 ~ 100)
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.6.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".COLOR">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.property.PicturePropertyKey.</span><b>COLOR</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Color (0 ~ 100), 0 : Black
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.6.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".COLOR_TEMPERATURE">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.property.PicturePropertyKey.</span><b>COLOR_TEMPERATURE</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Color Temperature (0 ~ 100), 0 : Warm, 100 : Cold
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.6.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".CONTRAST">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.property.PicturePropertyKey.</span><b>CONTRAST</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Contrast (0 ~ 100)
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.6.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".SHARPNESS">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.property.PicturePropertyKey.</span><b>SHARPNESS</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Sharpness (0 ~ 100)
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.6.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".TINT">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.property.PicturePropertyKey.</span><b>TINT</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Tint (0 ~ 100), 0 : Red, 100 : Green
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.6.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHOD DETAILS
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENT DETAILS
|
||||
-->
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
wbos.CssTools.MediaQueryFallBack.LoadCss('../css/screen.css', '../css/handheld.css', 660)
|
||||
codeview.classFilter.Init()
|
||||
</script>
|
||||
<script src="../javascript/highlighter/prettify.js"></script>
|
||||
<script>prettyPrint();</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,451 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="JsDoc Toolkit" />
|
||||
<title>hcap.rms | JsDoc Reference</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<meta name="mobileoptimized" content="0" />
|
||||
|
||||
<link rel="stylesheet" href="../css/all.css" media="all" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="only screen and (max-width: 660px)" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="handheld" />
|
||||
<link rel="stylesheet" href="../css/screen.css" media="screen and (min-width: 661px)" />
|
||||
|
||||
<link rel="stylesheet" href="../javascript/highlighter/dessert.css" />
|
||||
|
||||
<script src="../javascript/all.js"></script>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="../javascript/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="index">
|
||||
<div class="menu">
|
||||
<div class="indexLinks">
|
||||
<a href="../index.html">Classes</a>
|
||||
<a href="../files.html">Files</a>
|
||||
</div>
|
||||
<table width=100% class=confidential><tr><td><b>LGE Confidential</b></td></tr></table>
|
||||
<h2 class="heading1">Library</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td align=left class=confidential><a href="../../js/hcap.js">·hcap.js (1.24.6.5901)</li></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="heading1">Classes</h2>
|
||||
|
||||
<input type="text" name="classFilter" class="classFilter" id="ClassFilter" placeholder="Filter"></input>
|
||||
|
||||
<nav>
|
||||
<ul class="classList" id="ClassList">
|
||||
|
||||
<li><a href="../symbols/_global_.html">_global_</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.html">hcap</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.application.html">hcap<span class='break'> </span>.<span class='break'> </span>application</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.beacon.html">hcap<span class='break'> </span>.<span class='break'> </span>beacon</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.audio.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth<span class='break'> </span>.<span class='break'> </span>audio</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.camera.html">hcap<span class='break'> </span>.<span class='break'> </span>camera</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.carousel.html">hcap<span class='break'> </span>.<span class='break'> </span>carousel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.html">hcap<span class='break'> </span>.<span class='break'> </span>channel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.AudioStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>AudioStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelStatus.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelStatus</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.InbandDataServiceType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>InbandDataServiceType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.IpBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>IpBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.Polarization.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>Polarization</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.RfBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>RfBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.VideoStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>VideoStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.checkout.html">hcap<span class='break'> </span>.<span class='break'> </span>checkout</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.ExternalInputType.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput<span class='break'> </span>.<span class='break'> </span>ExternalInputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.file.html">hcap<span class='break'> </span>.<span class='break'> </span>file</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.iot.html">hcap<span class='break'> </span>.<span class='break'> </span>iot</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.html">hcap<span class='break'> </span>.<span class='break'> </span>key</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.Code.html">hcap<span class='break'> </span>.<span class='break'> </span>key<span class='break'> </span>.<span class='break'> </span>Code</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.html">hcap<span class='break'> </span>.<span class='break'> </span>Media</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.SubtitleType.html">hcap<span class='break'> </span>.<span class='break'> </span>Media<span class='break'> </span>.<span class='break'> </span>SubtitleType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mode.html">hcap<span class='break'> </span>.<span class='break'> </span>mode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mouse.html">hcap<span class='break'> </span>.<span class='break'> </span>mouse</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mpi.html">hcap<span class='break'> </span>.<span class='break'> </span>mpi</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.html">hcap<span class='break'> </span>.<span class='break'> </span>network</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.DhcpState.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>DhcpState</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkEventType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkEventType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WifiSecurityType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WifiSecurityType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WirelessMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WirelessMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.html">hcap<span class='break'> </span>.<span class='break'> </span>power</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.PowerMode.html">hcap<span class='break'> </span>.<span class='break'> </span>power<span class='break'> </span>.<span class='break'> </span>PowerMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.preloadedApplication.html">hcap<span class='break'> </span>.<span class='break'> </span>preloadedApplication</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.html">hcap<span class='break'> </span>.<span class='break'> </span>property</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.InstallerMenuItem.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>InstallerMenuItem</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PictureMode.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PictureMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PicturePropertyKey.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PicturePropertyKey</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rms.html">hcap<span class='break'> </span>.<span class='break'> </span>rms</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.BaudRate.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>BaudRate</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.DataBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>DataBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.FlowControl.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>FlowControl</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.Parity.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>Parity</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.StopBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>StopBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.security.html">hcap<span class='break'> </span>.<span class='break'> </span>security</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.socket.html">hcap<span class='break'> </span>.<span class='break'> </span>socket</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.html">hcap<span class='break'> </span>.<span class='break'> </span>speech</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.HostType.html">hcap<span class='break'> </span>.<span class='break'> </span>speech<span class='break'> </span>.<span class='break'> </span>HostType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.html">hcap<span class='break'> </span>.<span class='break'> </span>system</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.SoundOutputType.html">hcap<span class='break'> </span>.<span class='break'> </span>system<span class='break'> </span>.<span class='break'> </span>SoundOutputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.time.html">hcap<span class='break'> </span>.<span class='break'> </span>time</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.video.html">hcap<span class='break'> </span>.<span class='break'> </span>video</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.volume.html">hcap<span class='break'> </span>.<span class='break'> </span>volume</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.webrtc.html">hcap<span class='break'> </span>.<span class='break'> </span>webrtc</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="fineprint" style="clear:both">
|
||||
<footer>
|
||||
|
||||
Documentation generator: <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0<br />
|
||||
Template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview</a> 1.2<br />
|
||||
Generated on:
|
||||
<time datetime='2021-8-13' pubdate>2021-8-13 18:29</time>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="index indexStatic"></div>
|
||||
|
||||
<div class="content">
|
||||
<div class="innerContent">
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="classTitle">
|
||||
|
||||
Namespace <span>hcap.rms</span>
|
||||
</h1>
|
||||
|
||||
<div class="intro">
|
||||
<p class="description summary">
|
||||
hcap.rms
|
||||
</p>
|
||||
|
||||
|
||||
<ul class="summary">
|
||||
|
||||
|
||||
|
||||
<li>Defined in: <a href="../symbols/src/js_hcap-1.24.6.5901.js.html">hcap-1.24.6.5901.js</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class hcap.rms.">
|
||||
<caption class="sectionTitle">Namespace Summary</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Constructor Attributes</th>
|
||||
<th scope="col">Constructor Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="attributes"> </td>
|
||||
<td class="nameDescription" >
|
||||
<div class="fixedFont">
|
||||
<b><a href="../symbols/hcap.rms.html#constructor">hcap.rms</a></b>
|
||||
</div>
|
||||
<div class="description"></div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<!--
|
||||
#### METHODS SUMMARY
|
||||
-->
|
||||
|
||||
<section>
|
||||
|
||||
|
||||
<div class="props">
|
||||
<h2 class="sectionTitle">Method Summary</h2>
|
||||
|
||||
|
||||
<nav>
|
||||
<table class="summaryTable" id="MethodsList" cellspacing="0" summary="A summary of the methods documented in the class hcap.rms.">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Method Attributes</th>
|
||||
<th scope="col">Method Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
|
||||
|
||||
<tr
|
||||
class='item0'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.rms.<b><a href="../symbols/hcap.rms.html#.requestRms">requestRms</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Request RMS (Remote Management System) command in XML format to RMS.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENTS SUMMARY
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### CONSTRUCTOR DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle" id="constructor">
|
||||
Namespace Detail
|
||||
</h2>
|
||||
|
||||
<div class="fixedFont">
|
||||
<b>hcap.rms</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### FIELD DETAILS
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### METHOD DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle">
|
||||
Method Detail
|
||||
</h2>
|
||||
|
||||
<ul class="methodDetail" id="MethodDetail">
|
||||
|
||||
|
||||
<li
|
||||
class='item0'
|
||||
>
|
||||
<div class="fixedFont heading" id=".requestRms">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.rms.</span><b>requestRms</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Request RMS (Remote Management System) command in XML format to RMS.<br>
|
||||
RMS XML protocol will be provided separately.<br>
|
||||
Response for this request will be received by the result of this API or by registering the <a href="_global_.html#event:rms_response_received">{Event} rms_response_received</a>. How to receive the response is different command by command.
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.rms.requestRms({
|
||||
"message" : "xxxxxxx",
|
||||
"onSuccess" : function(s) {
|
||||
console.log("onSuccess : response message = " + s.response);
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{String} param.message [Required] - RMS request message in XML.</li>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function (param) {
|
||||
// {String} param.response - response result for the request.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.6.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="_global_.html#event:rms_response_received">{Event} rms_response_received</a><br></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENT DETAILS
|
||||
-->
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
wbos.CssTools.MediaQueryFallBack.LoadCss('../css/screen.css', '../css/handheld.css', 660)
|
||||
codeview.classFilter.Init()
|
||||
</script>
|
||||
<script src="../javascript/highlighter/prettify.js"></script>
|
||||
<script>prettyPrint();</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,474 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="JsDoc Toolkit" />
|
||||
<title>hcap.rs232c.DataBit | JsDoc Reference</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<meta name="mobileoptimized" content="0" />
|
||||
|
||||
<link rel="stylesheet" href="../css/all.css" media="all" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="only screen and (max-width: 660px)" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="handheld" />
|
||||
<link rel="stylesheet" href="../css/screen.css" media="screen and (min-width: 661px)" />
|
||||
|
||||
<link rel="stylesheet" href="../javascript/highlighter/dessert.css" />
|
||||
|
||||
<script src="../javascript/all.js"></script>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="../javascript/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="index">
|
||||
<div class="menu">
|
||||
<div class="indexLinks">
|
||||
<a href="../index.html">Classes</a>
|
||||
<a href="../files.html">Files</a>
|
||||
</div>
|
||||
<table width=100% class=confidential><tr><td><b>LGE Confidential</b></td></tr></table>
|
||||
<h2 class="heading1">Library</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td align=left class=confidential><a href="../../js/hcap.js">·hcap.js (1.24.6.5901)</li></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="heading1">Classes</h2>
|
||||
|
||||
<input type="text" name="classFilter" class="classFilter" id="ClassFilter" placeholder="Filter"></input>
|
||||
|
||||
<nav>
|
||||
<ul class="classList" id="ClassList">
|
||||
|
||||
<li><a href="../symbols/_global_.html">_global_</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.html">hcap</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.application.html">hcap<span class='break'> </span>.<span class='break'> </span>application</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.beacon.html">hcap<span class='break'> </span>.<span class='break'> </span>beacon</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.audio.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth<span class='break'> </span>.<span class='break'> </span>audio</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.camera.html">hcap<span class='break'> </span>.<span class='break'> </span>camera</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.carousel.html">hcap<span class='break'> </span>.<span class='break'> </span>carousel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.html">hcap<span class='break'> </span>.<span class='break'> </span>channel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.AudioStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>AudioStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelStatus.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelStatus</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.InbandDataServiceType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>InbandDataServiceType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.IpBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>IpBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.Polarization.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>Polarization</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.RfBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>RfBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.VideoStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>VideoStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.checkout.html">hcap<span class='break'> </span>.<span class='break'> </span>checkout</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.ExternalInputType.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput<span class='break'> </span>.<span class='break'> </span>ExternalInputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.file.html">hcap<span class='break'> </span>.<span class='break'> </span>file</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.iot.html">hcap<span class='break'> </span>.<span class='break'> </span>iot</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.html">hcap<span class='break'> </span>.<span class='break'> </span>key</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.Code.html">hcap<span class='break'> </span>.<span class='break'> </span>key<span class='break'> </span>.<span class='break'> </span>Code</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.html">hcap<span class='break'> </span>.<span class='break'> </span>Media</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.SubtitleType.html">hcap<span class='break'> </span>.<span class='break'> </span>Media<span class='break'> </span>.<span class='break'> </span>SubtitleType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mode.html">hcap<span class='break'> </span>.<span class='break'> </span>mode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mouse.html">hcap<span class='break'> </span>.<span class='break'> </span>mouse</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mpi.html">hcap<span class='break'> </span>.<span class='break'> </span>mpi</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.html">hcap<span class='break'> </span>.<span class='break'> </span>network</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.DhcpState.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>DhcpState</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkEventType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkEventType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WifiSecurityType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WifiSecurityType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WirelessMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WirelessMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.html">hcap<span class='break'> </span>.<span class='break'> </span>power</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.PowerMode.html">hcap<span class='break'> </span>.<span class='break'> </span>power<span class='break'> </span>.<span class='break'> </span>PowerMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.preloadedApplication.html">hcap<span class='break'> </span>.<span class='break'> </span>preloadedApplication</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.html">hcap<span class='break'> </span>.<span class='break'> </span>property</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.InstallerMenuItem.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>InstallerMenuItem</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PictureMode.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PictureMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PicturePropertyKey.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PicturePropertyKey</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rms.html">hcap<span class='break'> </span>.<span class='break'> </span>rms</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.BaudRate.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>BaudRate</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.DataBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>DataBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.FlowControl.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>FlowControl</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.Parity.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>Parity</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.StopBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>StopBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.security.html">hcap<span class='break'> </span>.<span class='break'> </span>security</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.socket.html">hcap<span class='break'> </span>.<span class='break'> </span>socket</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.html">hcap<span class='break'> </span>.<span class='break'> </span>speech</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.HostType.html">hcap<span class='break'> </span>.<span class='break'> </span>speech<span class='break'> </span>.<span class='break'> </span>HostType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.html">hcap<span class='break'> </span>.<span class='break'> </span>system</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.SoundOutputType.html">hcap<span class='break'> </span>.<span class='break'> </span>system<span class='break'> </span>.<span class='break'> </span>SoundOutputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.time.html">hcap<span class='break'> </span>.<span class='break'> </span>time</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.video.html">hcap<span class='break'> </span>.<span class='break'> </span>video</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.volume.html">hcap<span class='break'> </span>.<span class='break'> </span>volume</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.webrtc.html">hcap<span class='break'> </span>.<span class='break'> </span>webrtc</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="fineprint" style="clear:both">
|
||||
<footer>
|
||||
|
||||
Documentation generator: <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0<br />
|
||||
Template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview</a> 1.2<br />
|
||||
Generated on:
|
||||
<time datetime='2021-8-13' pubdate>2021-8-13 18:29</time>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="index indexStatic"></div>
|
||||
|
||||
<div class="content">
|
||||
<div class="innerContent">
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="classTitle">
|
||||
|
||||
Namespace <span>hcap.rs232c.DataBit</span>
|
||||
</h1>
|
||||
|
||||
<div class="intro">
|
||||
<p class="description summary">
|
||||
hcap.rs232c.DataBit
|
||||
</p>
|
||||
|
||||
|
||||
<ul class="summary">
|
||||
|
||||
|
||||
|
||||
<li>Defined in: <a href="../symbols/src/js_hcap-1.24.6.5901.js.html">hcap-1.24.6.5901.js</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class hcap.rs232c.DataBit.">
|
||||
<caption class="sectionTitle">Namespace Summary</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Constructor Attributes</th>
|
||||
<th scope="col">Constructor Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="attributes"> </td>
|
||||
<td class="nameDescription" >
|
||||
<div class="fixedFont">
|
||||
<b><a href="../symbols/hcap.rs232c.DataBit.html#constructor">hcap.rs232c.DataBit</a></b>
|
||||
</div>
|
||||
<div class="description"></div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
|
||||
<nav>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the fields documented in the class hcap.rs232c.DataBit.">
|
||||
<caption class="sectionTitle">Field Summary</caption>
|
||||
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Field Attributes</th>
|
||||
<th scope="col">Field Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.rs232c.DataBit.<b><a href="../symbols/hcap.rs232c.DataBit.html#.BIT_7">BIT_7</a></b>
|
||||
</div>
|
||||
<div class="description">data bit 7 bit.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.rs232c.DataBit.<b><a href="../symbols/hcap.rs232c.DataBit.html#.BIT_8">BIT_8</a></b>
|
||||
</div>
|
||||
<div class="description">data bit 8 bit.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.rs232c.DataBit.<b><a href="../symbols/hcap.rs232c.DataBit.html#.BIT_UNKNOWN">BIT_UNKNOWN</a></b>
|
||||
</div>
|
||||
<div class="description">unknown value.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHODS SUMMARY
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENTS SUMMARY
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### CONSTRUCTOR DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle" id="constructor">
|
||||
Namespace Detail
|
||||
</h2>
|
||||
|
||||
<div class="fixedFont">
|
||||
<b>hcap.rs232c.DataBit</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### FIELD DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle">
|
||||
Field Detail
|
||||
</h2>
|
||||
|
||||
|
||||
<div class="fixedFont heading" id=".BIT_7">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.rs232c.DataBit.</span><b>BIT_7</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
data bit 7 bit.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.18.4</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".BIT_8">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.rs232c.DataBit.</span><b>BIT_8</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
data bit 8 bit.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.18.4</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".BIT_UNKNOWN">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.rs232c.DataBit.</span><b>BIT_UNKNOWN</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
unknown value.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.18.4</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHOD DETAILS
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENT DETAILS
|
||||
-->
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
wbos.CssTools.MediaQueryFallBack.LoadCss('../css/screen.css', '../css/handheld.css', 660)
|
||||
codeview.classFilter.Init()
|
||||
</script>
|
||||
<script src="../javascript/highlighter/prettify.js"></script>
|
||||
<script>prettyPrint();</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -0,0 +1,519 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="JsDoc Toolkit" />
|
||||
<title>hcap.rs232c.FlowControl | JsDoc Reference</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<meta name="mobileoptimized" content="0" />
|
||||
|
||||
<link rel="stylesheet" href="../css/all.css" media="all" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="only screen and (max-width: 660px)" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="handheld" />
|
||||
<link rel="stylesheet" href="../css/screen.css" media="screen and (min-width: 661px)" />
|
||||
|
||||
<link rel="stylesheet" href="../javascript/highlighter/dessert.css" />
|
||||
|
||||
<script src="../javascript/all.js"></script>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="../javascript/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="index">
|
||||
<div class="menu">
|
||||
<div class="indexLinks">
|
||||
<a href="../index.html">Classes</a>
|
||||
<a href="../files.html">Files</a>
|
||||
</div>
|
||||
<table width=100% class=confidential><tr><td><b>LGE Confidential</b></td></tr></table>
|
||||
<h2 class="heading1">Library</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td align=left class=confidential><a href="../../js/hcap.js">·hcap.js (1.24.6.5901)</li></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="heading1">Classes</h2>
|
||||
|
||||
<input type="text" name="classFilter" class="classFilter" id="ClassFilter" placeholder="Filter"></input>
|
||||
|
||||
<nav>
|
||||
<ul class="classList" id="ClassList">
|
||||
|
||||
<li><a href="../symbols/_global_.html">_global_</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.html">hcap</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.application.html">hcap<span class='break'> </span>.<span class='break'> </span>application</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.beacon.html">hcap<span class='break'> </span>.<span class='break'> </span>beacon</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.audio.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth<span class='break'> </span>.<span class='break'> </span>audio</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.camera.html">hcap<span class='break'> </span>.<span class='break'> </span>camera</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.carousel.html">hcap<span class='break'> </span>.<span class='break'> </span>carousel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.html">hcap<span class='break'> </span>.<span class='break'> </span>channel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.AudioStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>AudioStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelStatus.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelStatus</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.InbandDataServiceType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>InbandDataServiceType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.IpBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>IpBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.Polarization.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>Polarization</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.RfBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>RfBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.VideoStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>VideoStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.checkout.html">hcap<span class='break'> </span>.<span class='break'> </span>checkout</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.ExternalInputType.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput<span class='break'> </span>.<span class='break'> </span>ExternalInputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.file.html">hcap<span class='break'> </span>.<span class='break'> </span>file</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.iot.html">hcap<span class='break'> </span>.<span class='break'> </span>iot</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.html">hcap<span class='break'> </span>.<span class='break'> </span>key</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.Code.html">hcap<span class='break'> </span>.<span class='break'> </span>key<span class='break'> </span>.<span class='break'> </span>Code</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.html">hcap<span class='break'> </span>.<span class='break'> </span>Media</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.SubtitleType.html">hcap<span class='break'> </span>.<span class='break'> </span>Media<span class='break'> </span>.<span class='break'> </span>SubtitleType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mode.html">hcap<span class='break'> </span>.<span class='break'> </span>mode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mouse.html">hcap<span class='break'> </span>.<span class='break'> </span>mouse</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mpi.html">hcap<span class='break'> </span>.<span class='break'> </span>mpi</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.html">hcap<span class='break'> </span>.<span class='break'> </span>network</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.DhcpState.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>DhcpState</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkEventType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkEventType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WifiSecurityType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WifiSecurityType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WirelessMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WirelessMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.html">hcap<span class='break'> </span>.<span class='break'> </span>power</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.PowerMode.html">hcap<span class='break'> </span>.<span class='break'> </span>power<span class='break'> </span>.<span class='break'> </span>PowerMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.preloadedApplication.html">hcap<span class='break'> </span>.<span class='break'> </span>preloadedApplication</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.html">hcap<span class='break'> </span>.<span class='break'> </span>property</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.InstallerMenuItem.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>InstallerMenuItem</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PictureMode.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PictureMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PicturePropertyKey.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PicturePropertyKey</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rms.html">hcap<span class='break'> </span>.<span class='break'> </span>rms</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.BaudRate.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>BaudRate</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.DataBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>DataBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.FlowControl.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>FlowControl</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.Parity.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>Parity</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.StopBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>StopBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.security.html">hcap<span class='break'> </span>.<span class='break'> </span>security</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.socket.html">hcap<span class='break'> </span>.<span class='break'> </span>socket</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.html">hcap<span class='break'> </span>.<span class='break'> </span>speech</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.HostType.html">hcap<span class='break'> </span>.<span class='break'> </span>speech<span class='break'> </span>.<span class='break'> </span>HostType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.html">hcap<span class='break'> </span>.<span class='break'> </span>system</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.SoundOutputType.html">hcap<span class='break'> </span>.<span class='break'> </span>system<span class='break'> </span>.<span class='break'> </span>SoundOutputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.time.html">hcap<span class='break'> </span>.<span class='break'> </span>time</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.video.html">hcap<span class='break'> </span>.<span class='break'> </span>video</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.volume.html">hcap<span class='break'> </span>.<span class='break'> </span>volume</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.webrtc.html">hcap<span class='break'> </span>.<span class='break'> </span>webrtc</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="fineprint" style="clear:both">
|
||||
<footer>
|
||||
|
||||
Documentation generator: <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0<br />
|
||||
Template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview</a> 1.2<br />
|
||||
Generated on:
|
||||
<time datetime='2021-8-13' pubdate>2021-8-13 18:29</time>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="index indexStatic"></div>
|
||||
|
||||
<div class="content">
|
||||
<div class="innerContent">
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="classTitle">
|
||||
|
||||
Namespace <span>hcap.rs232c.FlowControl</span>
|
||||
</h1>
|
||||
|
||||
<div class="intro">
|
||||
<p class="description summary">
|
||||
hcap.rs232c.FlowControl
|
||||
</p>
|
||||
|
||||
|
||||
<ul class="summary">
|
||||
|
||||
|
||||
|
||||
<li>Defined in: <a href="../symbols/src/js_hcap-1.24.6.5901.js.html">hcap-1.24.6.5901.js</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class hcap.rs232c.FlowControl.">
|
||||
<caption class="sectionTitle">Namespace Summary</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Constructor Attributes</th>
|
||||
<th scope="col">Constructor Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="attributes"> </td>
|
||||
<td class="nameDescription" >
|
||||
<div class="fixedFont">
|
||||
<b><a href="../symbols/hcap.rs232c.FlowControl.html#constructor">hcap.rs232c.FlowControl</a></b>
|
||||
</div>
|
||||
<div class="description"></div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
|
||||
<nav>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the fields documented in the class hcap.rs232c.FlowControl.">
|
||||
<caption class="sectionTitle">Field Summary</caption>
|
||||
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Field Attributes</th>
|
||||
<th scope="col">Field Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.rs232c.FlowControl.<b><a href="../symbols/hcap.rs232c.FlowControl.html#.HARDWARE">HARDWARE</a></b>
|
||||
</div>
|
||||
<div class="description">flow control hardware.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.rs232c.FlowControl.<b><a href="../symbols/hcap.rs232c.FlowControl.html#.NONE">NONE</a></b>
|
||||
</div>
|
||||
<div class="description">flow control none.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.rs232c.FlowControl.<b><a href="../symbols/hcap.rs232c.FlowControl.html#.UNKNOWN">UNKNOWN</a></b>
|
||||
</div>
|
||||
<div class="description">unknown value.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.rs232c.FlowControl.<b><a href="../symbols/hcap.rs232c.FlowControl.html#.XON_XOFF">XON_XOFF</a></b>
|
||||
</div>
|
||||
<div class="description">flow control Xon/Xoff.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHODS SUMMARY
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENTS SUMMARY
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### CONSTRUCTOR DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle" id="constructor">
|
||||
Namespace Detail
|
||||
</h2>
|
||||
|
||||
<div class="fixedFont">
|
||||
<b>hcap.rs232c.FlowControl</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### FIELD DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle">
|
||||
Field Detail
|
||||
</h2>
|
||||
|
||||
|
||||
<div class="fixedFont heading" id=".HARDWARE">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.rs232c.FlowControl.</span><b>HARDWARE</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
flow control hardware.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.18.4</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".NONE">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.rs232c.FlowControl.</span><b>NONE</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
flow control none.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.18.4</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".UNKNOWN">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.rs232c.FlowControl.</span><b>UNKNOWN</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
unknown value.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.18.4</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".XON_XOFF">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.rs232c.FlowControl.</span><b>XON_XOFF</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
flow control Xon/Xoff.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.18.4</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHOD DETAILS
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENT DETAILS
|
||||
-->
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
wbos.CssTools.MediaQueryFallBack.LoadCss('../css/screen.css', '../css/handheld.css', 660)
|
||||
codeview.classFilter.Init()
|
||||
</script>
|
||||
<script src="../javascript/highlighter/prettify.js"></script>
|
||||
<script>prettyPrint();</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -0,0 +1,519 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="JsDoc Toolkit" />
|
||||
<title>hcap.rs232c.Parity | JsDoc Reference</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<meta name="mobileoptimized" content="0" />
|
||||
|
||||
<link rel="stylesheet" href="../css/all.css" media="all" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="only screen and (max-width: 660px)" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="handheld" />
|
||||
<link rel="stylesheet" href="../css/screen.css" media="screen and (min-width: 661px)" />
|
||||
|
||||
<link rel="stylesheet" href="../javascript/highlighter/dessert.css" />
|
||||
|
||||
<script src="../javascript/all.js"></script>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="../javascript/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="index">
|
||||
<div class="menu">
|
||||
<div class="indexLinks">
|
||||
<a href="../index.html">Classes</a>
|
||||
<a href="../files.html">Files</a>
|
||||
</div>
|
||||
<table width=100% class=confidential><tr><td><b>LGE Confidential</b></td></tr></table>
|
||||
<h2 class="heading1">Library</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td align=left class=confidential><a href="../../js/hcap.js">·hcap.js (1.24.6.5901)</li></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="heading1">Classes</h2>
|
||||
|
||||
<input type="text" name="classFilter" class="classFilter" id="ClassFilter" placeholder="Filter"></input>
|
||||
|
||||
<nav>
|
||||
<ul class="classList" id="ClassList">
|
||||
|
||||
<li><a href="../symbols/_global_.html">_global_</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.html">hcap</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.application.html">hcap<span class='break'> </span>.<span class='break'> </span>application</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.beacon.html">hcap<span class='break'> </span>.<span class='break'> </span>beacon</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.audio.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth<span class='break'> </span>.<span class='break'> </span>audio</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.camera.html">hcap<span class='break'> </span>.<span class='break'> </span>camera</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.carousel.html">hcap<span class='break'> </span>.<span class='break'> </span>carousel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.html">hcap<span class='break'> </span>.<span class='break'> </span>channel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.AudioStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>AudioStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelStatus.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelStatus</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.InbandDataServiceType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>InbandDataServiceType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.IpBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>IpBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.Polarization.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>Polarization</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.RfBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>RfBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.VideoStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>VideoStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.checkout.html">hcap<span class='break'> </span>.<span class='break'> </span>checkout</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.ExternalInputType.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput<span class='break'> </span>.<span class='break'> </span>ExternalInputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.file.html">hcap<span class='break'> </span>.<span class='break'> </span>file</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.iot.html">hcap<span class='break'> </span>.<span class='break'> </span>iot</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.html">hcap<span class='break'> </span>.<span class='break'> </span>key</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.Code.html">hcap<span class='break'> </span>.<span class='break'> </span>key<span class='break'> </span>.<span class='break'> </span>Code</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.html">hcap<span class='break'> </span>.<span class='break'> </span>Media</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.SubtitleType.html">hcap<span class='break'> </span>.<span class='break'> </span>Media<span class='break'> </span>.<span class='break'> </span>SubtitleType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mode.html">hcap<span class='break'> </span>.<span class='break'> </span>mode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mouse.html">hcap<span class='break'> </span>.<span class='break'> </span>mouse</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mpi.html">hcap<span class='break'> </span>.<span class='break'> </span>mpi</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.html">hcap<span class='break'> </span>.<span class='break'> </span>network</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.DhcpState.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>DhcpState</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkEventType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkEventType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WifiSecurityType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WifiSecurityType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WirelessMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WirelessMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.html">hcap<span class='break'> </span>.<span class='break'> </span>power</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.PowerMode.html">hcap<span class='break'> </span>.<span class='break'> </span>power<span class='break'> </span>.<span class='break'> </span>PowerMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.preloadedApplication.html">hcap<span class='break'> </span>.<span class='break'> </span>preloadedApplication</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.html">hcap<span class='break'> </span>.<span class='break'> </span>property</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.InstallerMenuItem.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>InstallerMenuItem</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PictureMode.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PictureMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PicturePropertyKey.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PicturePropertyKey</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rms.html">hcap<span class='break'> </span>.<span class='break'> </span>rms</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.BaudRate.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>BaudRate</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.DataBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>DataBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.FlowControl.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>FlowControl</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.Parity.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>Parity</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.StopBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>StopBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.security.html">hcap<span class='break'> </span>.<span class='break'> </span>security</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.socket.html">hcap<span class='break'> </span>.<span class='break'> </span>socket</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.html">hcap<span class='break'> </span>.<span class='break'> </span>speech</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.HostType.html">hcap<span class='break'> </span>.<span class='break'> </span>speech<span class='break'> </span>.<span class='break'> </span>HostType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.html">hcap<span class='break'> </span>.<span class='break'> </span>system</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.SoundOutputType.html">hcap<span class='break'> </span>.<span class='break'> </span>system<span class='break'> </span>.<span class='break'> </span>SoundOutputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.time.html">hcap<span class='break'> </span>.<span class='break'> </span>time</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.video.html">hcap<span class='break'> </span>.<span class='break'> </span>video</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.volume.html">hcap<span class='break'> </span>.<span class='break'> </span>volume</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.webrtc.html">hcap<span class='break'> </span>.<span class='break'> </span>webrtc</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="fineprint" style="clear:both">
|
||||
<footer>
|
||||
|
||||
Documentation generator: <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0<br />
|
||||
Template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview</a> 1.2<br />
|
||||
Generated on:
|
||||
<time datetime='2021-8-13' pubdate>2021-8-13 18:29</time>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="index indexStatic"></div>
|
||||
|
||||
<div class="content">
|
||||
<div class="innerContent">
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="classTitle">
|
||||
|
||||
Namespace <span>hcap.rs232c.Parity</span>
|
||||
</h1>
|
||||
|
||||
<div class="intro">
|
||||
<p class="description summary">
|
||||
hcap.rs232c.Parity
|
||||
</p>
|
||||
|
||||
|
||||
<ul class="summary">
|
||||
|
||||
|
||||
|
||||
<li>Defined in: <a href="../symbols/src/js_hcap-1.24.6.5901.js.html">hcap-1.24.6.5901.js</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class hcap.rs232c.Parity.">
|
||||
<caption class="sectionTitle">Namespace Summary</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Constructor Attributes</th>
|
||||
<th scope="col">Constructor Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="attributes"> </td>
|
||||
<td class="nameDescription" >
|
||||
<div class="fixedFont">
|
||||
<b><a href="../symbols/hcap.rs232c.Parity.html#constructor">hcap.rs232c.Parity</a></b>
|
||||
</div>
|
||||
<div class="description"></div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
|
||||
<nav>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the fields documented in the class hcap.rs232c.Parity.">
|
||||
<caption class="sectionTitle">Field Summary</caption>
|
||||
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Field Attributes</th>
|
||||
<th scope="col">Field Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.rs232c.Parity.<b><a href="../symbols/hcap.rs232c.Parity.html#.EVEN">EVEN</a></b>
|
||||
</div>
|
||||
<div class="description">parity even.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.rs232c.Parity.<b><a href="../symbols/hcap.rs232c.Parity.html#.NONE">NONE</a></b>
|
||||
</div>
|
||||
<div class="description">parity none.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.rs232c.Parity.<b><a href="../symbols/hcap.rs232c.Parity.html#.ODD">ODD</a></b>
|
||||
</div>
|
||||
<div class="description">parity odd.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.rs232c.Parity.<b><a href="../symbols/hcap.rs232c.Parity.html#.UNKNOWN">UNKNOWN</a></b>
|
||||
</div>
|
||||
<div class="description">unknown value.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHODS SUMMARY
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENTS SUMMARY
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### CONSTRUCTOR DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle" id="constructor">
|
||||
Namespace Detail
|
||||
</h2>
|
||||
|
||||
<div class="fixedFont">
|
||||
<b>hcap.rs232c.Parity</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### FIELD DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle">
|
||||
Field Detail
|
||||
</h2>
|
||||
|
||||
|
||||
<div class="fixedFont heading" id=".EVEN">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.rs232c.Parity.</span><b>EVEN</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
parity even.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.18.4</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".NONE">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.rs232c.Parity.</span><b>NONE</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
parity none.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.18.4</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".ODD">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.rs232c.Parity.</span><b>ODD</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
parity odd.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.18.4</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".UNKNOWN">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.rs232c.Parity.</span><b>UNKNOWN</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
unknown value.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.18.4</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHOD DETAILS
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENT DETAILS
|
||||
-->
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
wbos.CssTools.MediaQueryFallBack.LoadCss('../css/screen.css', '../css/handheld.css', 660)
|
||||
codeview.classFilter.Init()
|
||||
</script>
|
||||
<script src="../javascript/highlighter/prettify.js"></script>
|
||||
<script>prettyPrint();</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -0,0 +1,474 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="JsDoc Toolkit" />
|
||||
<title>hcap.rs232c.StopBit | JsDoc Reference</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<meta name="mobileoptimized" content="0" />
|
||||
|
||||
<link rel="stylesheet" href="../css/all.css" media="all" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="only screen and (max-width: 660px)" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="handheld" />
|
||||
<link rel="stylesheet" href="../css/screen.css" media="screen and (min-width: 661px)" />
|
||||
|
||||
<link rel="stylesheet" href="../javascript/highlighter/dessert.css" />
|
||||
|
||||
<script src="../javascript/all.js"></script>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="../javascript/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="index">
|
||||
<div class="menu">
|
||||
<div class="indexLinks">
|
||||
<a href="../index.html">Classes</a>
|
||||
<a href="../files.html">Files</a>
|
||||
</div>
|
||||
<table width=100% class=confidential><tr><td><b>LGE Confidential</b></td></tr></table>
|
||||
<h2 class="heading1">Library</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td align=left class=confidential><a href="../../js/hcap.js">·hcap.js (1.24.6.5901)</li></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="heading1">Classes</h2>
|
||||
|
||||
<input type="text" name="classFilter" class="classFilter" id="ClassFilter" placeholder="Filter"></input>
|
||||
|
||||
<nav>
|
||||
<ul class="classList" id="ClassList">
|
||||
|
||||
<li><a href="../symbols/_global_.html">_global_</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.html">hcap</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.application.html">hcap<span class='break'> </span>.<span class='break'> </span>application</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.beacon.html">hcap<span class='break'> </span>.<span class='break'> </span>beacon</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.audio.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth<span class='break'> </span>.<span class='break'> </span>audio</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.camera.html">hcap<span class='break'> </span>.<span class='break'> </span>camera</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.carousel.html">hcap<span class='break'> </span>.<span class='break'> </span>carousel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.html">hcap<span class='break'> </span>.<span class='break'> </span>channel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.AudioStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>AudioStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelStatus.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelStatus</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.InbandDataServiceType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>InbandDataServiceType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.IpBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>IpBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.Polarization.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>Polarization</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.RfBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>RfBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.VideoStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>VideoStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.checkout.html">hcap<span class='break'> </span>.<span class='break'> </span>checkout</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.ExternalInputType.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput<span class='break'> </span>.<span class='break'> </span>ExternalInputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.file.html">hcap<span class='break'> </span>.<span class='break'> </span>file</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.iot.html">hcap<span class='break'> </span>.<span class='break'> </span>iot</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.html">hcap<span class='break'> </span>.<span class='break'> </span>key</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.Code.html">hcap<span class='break'> </span>.<span class='break'> </span>key<span class='break'> </span>.<span class='break'> </span>Code</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.html">hcap<span class='break'> </span>.<span class='break'> </span>Media</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.SubtitleType.html">hcap<span class='break'> </span>.<span class='break'> </span>Media<span class='break'> </span>.<span class='break'> </span>SubtitleType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mode.html">hcap<span class='break'> </span>.<span class='break'> </span>mode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mouse.html">hcap<span class='break'> </span>.<span class='break'> </span>mouse</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mpi.html">hcap<span class='break'> </span>.<span class='break'> </span>mpi</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.html">hcap<span class='break'> </span>.<span class='break'> </span>network</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.DhcpState.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>DhcpState</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkEventType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkEventType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WifiSecurityType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WifiSecurityType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WirelessMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WirelessMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.html">hcap<span class='break'> </span>.<span class='break'> </span>power</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.PowerMode.html">hcap<span class='break'> </span>.<span class='break'> </span>power<span class='break'> </span>.<span class='break'> </span>PowerMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.preloadedApplication.html">hcap<span class='break'> </span>.<span class='break'> </span>preloadedApplication</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.html">hcap<span class='break'> </span>.<span class='break'> </span>property</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.InstallerMenuItem.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>InstallerMenuItem</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PictureMode.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PictureMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PicturePropertyKey.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PicturePropertyKey</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rms.html">hcap<span class='break'> </span>.<span class='break'> </span>rms</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.BaudRate.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>BaudRate</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.DataBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>DataBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.FlowControl.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>FlowControl</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.Parity.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>Parity</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.StopBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>StopBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.security.html">hcap<span class='break'> </span>.<span class='break'> </span>security</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.socket.html">hcap<span class='break'> </span>.<span class='break'> </span>socket</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.html">hcap<span class='break'> </span>.<span class='break'> </span>speech</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.HostType.html">hcap<span class='break'> </span>.<span class='break'> </span>speech<span class='break'> </span>.<span class='break'> </span>HostType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.html">hcap<span class='break'> </span>.<span class='break'> </span>system</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.SoundOutputType.html">hcap<span class='break'> </span>.<span class='break'> </span>system<span class='break'> </span>.<span class='break'> </span>SoundOutputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.time.html">hcap<span class='break'> </span>.<span class='break'> </span>time</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.video.html">hcap<span class='break'> </span>.<span class='break'> </span>video</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.volume.html">hcap<span class='break'> </span>.<span class='break'> </span>volume</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.webrtc.html">hcap<span class='break'> </span>.<span class='break'> </span>webrtc</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="fineprint" style="clear:both">
|
||||
<footer>
|
||||
|
||||
Documentation generator: <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0<br />
|
||||
Template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview</a> 1.2<br />
|
||||
Generated on:
|
||||
<time datetime='2021-8-13' pubdate>2021-8-13 18:29</time>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="index indexStatic"></div>
|
||||
|
||||
<div class="content">
|
||||
<div class="innerContent">
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="classTitle">
|
||||
|
||||
Namespace <span>hcap.rs232c.StopBit</span>
|
||||
</h1>
|
||||
|
||||
<div class="intro">
|
||||
<p class="description summary">
|
||||
hcap.rs232c.StopBit
|
||||
</p>
|
||||
|
||||
|
||||
<ul class="summary">
|
||||
|
||||
|
||||
|
||||
<li>Defined in: <a href="../symbols/src/js_hcap-1.24.6.5901.js.html">hcap-1.24.6.5901.js</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class hcap.rs232c.StopBit.">
|
||||
<caption class="sectionTitle">Namespace Summary</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Constructor Attributes</th>
|
||||
<th scope="col">Constructor Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="attributes"> </td>
|
||||
<td class="nameDescription" >
|
||||
<div class="fixedFont">
|
||||
<b><a href="../symbols/hcap.rs232c.StopBit.html#constructor">hcap.rs232c.StopBit</a></b>
|
||||
</div>
|
||||
<div class="description"></div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
|
||||
<nav>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the fields documented in the class hcap.rs232c.StopBit.">
|
||||
<caption class="sectionTitle">Field Summary</caption>
|
||||
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Field Attributes</th>
|
||||
<th scope="col">Field Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.rs232c.StopBit.<b><a href="../symbols/hcap.rs232c.StopBit.html#.BIT_1">BIT_1</a></b>
|
||||
</div>
|
||||
<div class="description">stop bit 1 bit.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.rs232c.StopBit.<b><a href="../symbols/hcap.rs232c.StopBit.html#.BIT_2">BIT_2</a></b>
|
||||
</div>
|
||||
<div class="description">stop bit 2 bit.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.rs232c.StopBit.<b><a href="../symbols/hcap.rs232c.StopBit.html#.UNKNOWN">UNKNOWN</a></b>
|
||||
</div>
|
||||
<div class="description">unknown value.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHODS SUMMARY
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENTS SUMMARY
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### CONSTRUCTOR DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle" id="constructor">
|
||||
Namespace Detail
|
||||
</h2>
|
||||
|
||||
<div class="fixedFont">
|
||||
<b>hcap.rs232c.StopBit</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### FIELD DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle">
|
||||
Field Detail
|
||||
</h2>
|
||||
|
||||
|
||||
<div class="fixedFont heading" id=".BIT_1">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.rs232c.StopBit.</span><b>BIT_1</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
stop bit 1 bit.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.18.4</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".BIT_2">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.rs232c.StopBit.</span><b>BIT_2</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
stop bit 2 bit.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.18.4</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".UNKNOWN">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.rs232c.StopBit.</span><b>UNKNOWN</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
unknown value.
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.18.4</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHOD DETAILS
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENT DETAILS
|
||||
-->
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
wbos.CssTools.MediaQueryFallBack.LoadCss('../css/screen.css', '../css/handheld.css', 660)
|
||||
codeview.classFilter.Init()
|
||||
</script>
|
||||
<script src="../javascript/highlighter/prettify.js"></script>
|
||||
<script>prettyPrint();</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -0,0 +1,923 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="JsDoc Toolkit" />
|
||||
<title>hcap.rs232c | JsDoc Reference</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<meta name="mobileoptimized" content="0" />
|
||||
|
||||
<link rel="stylesheet" href="../css/all.css" media="all" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="only screen and (max-width: 660px)" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="handheld" />
|
||||
<link rel="stylesheet" href="../css/screen.css" media="screen and (min-width: 661px)" />
|
||||
|
||||
<link rel="stylesheet" href="../javascript/highlighter/dessert.css" />
|
||||
|
||||
<script src="../javascript/all.js"></script>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="../javascript/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="index">
|
||||
<div class="menu">
|
||||
<div class="indexLinks">
|
||||
<a href="../index.html">Classes</a>
|
||||
<a href="../files.html">Files</a>
|
||||
</div>
|
||||
<table width=100% class=confidential><tr><td><b>LGE Confidential</b></td></tr></table>
|
||||
<h2 class="heading1">Library</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td align=left class=confidential><a href="../../js/hcap.js">·hcap.js (1.24.6.5901)</li></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="heading1">Classes</h2>
|
||||
|
||||
<input type="text" name="classFilter" class="classFilter" id="ClassFilter" placeholder="Filter"></input>
|
||||
|
||||
<nav>
|
||||
<ul class="classList" id="ClassList">
|
||||
|
||||
<li><a href="../symbols/_global_.html">_global_</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.html">hcap</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.application.html">hcap<span class='break'> </span>.<span class='break'> </span>application</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.beacon.html">hcap<span class='break'> </span>.<span class='break'> </span>beacon</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.audio.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth<span class='break'> </span>.<span class='break'> </span>audio</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.camera.html">hcap<span class='break'> </span>.<span class='break'> </span>camera</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.carousel.html">hcap<span class='break'> </span>.<span class='break'> </span>carousel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.html">hcap<span class='break'> </span>.<span class='break'> </span>channel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.AudioStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>AudioStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelStatus.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelStatus</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.InbandDataServiceType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>InbandDataServiceType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.IpBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>IpBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.Polarization.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>Polarization</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.RfBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>RfBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.VideoStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>VideoStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.checkout.html">hcap<span class='break'> </span>.<span class='break'> </span>checkout</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.ExternalInputType.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput<span class='break'> </span>.<span class='break'> </span>ExternalInputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.file.html">hcap<span class='break'> </span>.<span class='break'> </span>file</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.iot.html">hcap<span class='break'> </span>.<span class='break'> </span>iot</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.html">hcap<span class='break'> </span>.<span class='break'> </span>key</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.Code.html">hcap<span class='break'> </span>.<span class='break'> </span>key<span class='break'> </span>.<span class='break'> </span>Code</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.html">hcap<span class='break'> </span>.<span class='break'> </span>Media</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.SubtitleType.html">hcap<span class='break'> </span>.<span class='break'> </span>Media<span class='break'> </span>.<span class='break'> </span>SubtitleType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mode.html">hcap<span class='break'> </span>.<span class='break'> </span>mode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mouse.html">hcap<span class='break'> </span>.<span class='break'> </span>mouse</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mpi.html">hcap<span class='break'> </span>.<span class='break'> </span>mpi</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.html">hcap<span class='break'> </span>.<span class='break'> </span>network</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.DhcpState.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>DhcpState</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkEventType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkEventType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WifiSecurityType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WifiSecurityType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WirelessMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WirelessMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.html">hcap<span class='break'> </span>.<span class='break'> </span>power</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.PowerMode.html">hcap<span class='break'> </span>.<span class='break'> </span>power<span class='break'> </span>.<span class='break'> </span>PowerMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.preloadedApplication.html">hcap<span class='break'> </span>.<span class='break'> </span>preloadedApplication</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.html">hcap<span class='break'> </span>.<span class='break'> </span>property</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.InstallerMenuItem.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>InstallerMenuItem</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PictureMode.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PictureMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PicturePropertyKey.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PicturePropertyKey</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rms.html">hcap<span class='break'> </span>.<span class='break'> </span>rms</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.BaudRate.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>BaudRate</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.DataBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>DataBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.FlowControl.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>FlowControl</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.Parity.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>Parity</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.StopBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>StopBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.security.html">hcap<span class='break'> </span>.<span class='break'> </span>security</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.socket.html">hcap<span class='break'> </span>.<span class='break'> </span>socket</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.html">hcap<span class='break'> </span>.<span class='break'> </span>speech</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.HostType.html">hcap<span class='break'> </span>.<span class='break'> </span>speech<span class='break'> </span>.<span class='break'> </span>HostType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.html">hcap<span class='break'> </span>.<span class='break'> </span>system</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.SoundOutputType.html">hcap<span class='break'> </span>.<span class='break'> </span>system<span class='break'> </span>.<span class='break'> </span>SoundOutputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.time.html">hcap<span class='break'> </span>.<span class='break'> </span>time</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.video.html">hcap<span class='break'> </span>.<span class='break'> </span>video</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.volume.html">hcap<span class='break'> </span>.<span class='break'> </span>volume</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.webrtc.html">hcap<span class='break'> </span>.<span class='break'> </span>webrtc</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="fineprint" style="clear:both">
|
||||
<footer>
|
||||
|
||||
Documentation generator: <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0<br />
|
||||
Template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview</a> 1.2<br />
|
||||
Generated on:
|
||||
<time datetime='2021-8-13' pubdate>2021-8-13 18:29</time>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="index indexStatic"></div>
|
||||
|
||||
<div class="content">
|
||||
<div class="innerContent">
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="classTitle">
|
||||
|
||||
Namespace <span>hcap.rs232c</span>
|
||||
</h1>
|
||||
|
||||
<div class="intro">
|
||||
<p class="description summary">
|
||||
hcap.rs232c
|
||||
</p>
|
||||
|
||||
|
||||
<ul class="summary">
|
||||
|
||||
|
||||
|
||||
<li>Defined in: <a href="../symbols/src/js_hcap-1.24.6.5901.js.html">hcap-1.24.6.5901.js</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class hcap.rs232c.">
|
||||
<caption class="sectionTitle">Namespace Summary</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Constructor Attributes</th>
|
||||
<th scope="col">Constructor Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="attributes"> </td>
|
||||
<td class="nameDescription" >
|
||||
<div class="fixedFont">
|
||||
<b><a href="../symbols/hcap.rs232c.html#constructor">hcap.rs232c</a></b>
|
||||
</div>
|
||||
<div class="description"></div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHODS SUMMARY
|
||||
-->
|
||||
|
||||
<section>
|
||||
|
||||
|
||||
<div class="props">
|
||||
<h2 class="sectionTitle">Method Summary</h2>
|
||||
|
||||
|
||||
<nav>
|
||||
<table class="summaryTable" id="MethodsList" cellspacing="0" summary="A summary of the methods documented in the class hcap.rs232c.">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Method Attributes</th>
|
||||
<th scope="col">Method Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
|
||||
|
||||
<tr
|
||||
class='item0'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.rs232c.<b><a href="../symbols/hcap.rs232c.html#.clearStartupData">clearStartupData</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Clears startup command which is fired to RS232C when TV is turned on.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr
|
||||
class='item1'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.rs232c.<b><a href="../symbols/hcap.rs232c.html#.getConfiguration">getConfiguration</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Returns the current RS232C configuration.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr
|
||||
class='item2'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.rs232c.<b><a href="../symbols/hcap.rs232c.html#.sendData">sendData</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Sends RS232C data.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr
|
||||
class='item3'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.rs232c.<b><a href="../symbols/hcap.rs232c.html#.setConfiguration">setConfiguration</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Sets the RS232C configuration.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr
|
||||
class='item4'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.rs232c.<b><a href="../symbols/hcap.rs232c.html#.setStartupData">setStartupData</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Sets startup command which is fired to RS232C when TV is turned on.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENTS SUMMARY
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### CONSTRUCTOR DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle" id="constructor">
|
||||
Namespace Detail
|
||||
</h2>
|
||||
|
||||
<div class="fixedFont">
|
||||
<b>hcap.rs232c</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### FIELD DETAILS
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### METHOD DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle">
|
||||
Method Detail
|
||||
</h2>
|
||||
|
||||
<ul class="methodDetail" id="MethodDetail">
|
||||
|
||||
|
||||
<li
|
||||
class='item0'
|
||||
>
|
||||
<div class="fixedFont heading" id=".clearStartupData">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.rs232c.</span><b>clearStartupData</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Clears startup command which is fired to RS232C when TV is turned on. [since 1.24.0] EU model only.<br>
|
||||
This is worked only when the property "rs232c" is "1".<br>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.rs232c.clearStartupData({
|
||||
"onSuccess" : function() {
|
||||
console.log("onSuccess");
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function (param) {
|
||||
// No Parameter.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.18.4</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.rs232c.html#.getConfiguration">hcap.rs232c.getConfiguration()</a><br>
|
||||
<a href="hcap.rs232c.html#.setConfiguration">hcap.rs232c.setConfiguration()</a><br>
|
||||
<a href="hcap.rs232c.html#.sendData">hcap.rs232c.sendData()</a><br>
|
||||
<a href="hcap.rs232c.html#.setStartupData">hcap.rs232c.setStartupData()</a><br>
|
||||
<a href="_global_.html#event:rs232c_data_received">{Event} rs232c_data_received</a><br></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
<div class="hr"></div>
|
||||
</li>
|
||||
|
||||
<li
|
||||
class='item1'
|
||||
>
|
||||
<div class="fixedFont heading" id=".getConfiguration">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.rs232c.</span><b>getConfiguration</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Returns the current RS232C configuration.<br>
|
||||
This is worked only when the property "rs232c" is "1".<br>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.rs232c.getConfiguration({
|
||||
"onSuccess" : function(p) {
|
||||
console.log("onSuccess : port = " + p.port + ", baud rate = " + p.baudRate + ", data bit = " + p.dataBit + ", parity = " + p.parity + ", stop bit = " + p.stopBit + ", flow control = " + p.flowControl + ", Rx timeout (ms) = " + p.rxTimeoutInMs);
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function (param) {
|
||||
// {Number} param.port - COM port such as 1 for COM1 and 13 for COM13.
|
||||
// {Number} param.baudRate - baud rate (hcap.rs232c.BaudRate)
|
||||
// {Number} param.dataBit - data bit (hcap.rs232c.DataBit)
|
||||
// {Number} param.parity - parity (hcap.rs232c.Parity)
|
||||
// {Number} param.stopBit - stop bit (hcap.rs232c.StopBit)
|
||||
// {Number} param.flowControl - flow control (hcap.rs232c.FlowControl)
|
||||
// {Number} param.rxTimeoutInMs - Rx data timeout in ms which could be set from 0 to 1000(ms) by 10(ms). Max buffer size for Rx data is 80 bytes. For the Rx data bigger than 80 bytes, 80 bytes will be delivered to HCAP application first regardless of the timeout and the rest of the data will be sent in the next timeout.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.18.4</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.rs232c.html#.setConfiguration">hcap.rs232c.setConfiguration()</a><br>
|
||||
<a href="hcap.rs232c.html#.sendData">hcap.rs232c.sendData()</a><br>
|
||||
<a href="hcap.rs232c.html#.setStartupData">hcap.rs232c.setStartupData()</a><br>
|
||||
<a href="hcap.rs232c.html#.clearStartupData">hcap.rs232c.clearStartupData()</a><br>
|
||||
<a href="_global_.html#event:rs232c_data_received">{Event} rs232c_data_received</a><br></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
<div class="hr"></div>
|
||||
</li>
|
||||
|
||||
<li
|
||||
class='item2'
|
||||
>
|
||||
<div class="fixedFont heading" id=".sendData">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.rs232c.</span><b>sendData</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Sends RS232C data.<br>
|
||||
This is worked only when the property "rs232c" is "1".<br>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.rs232c.sendData({
|
||||
"data" : "3B1C42",
|
||||
"dataLength" : 3,
|
||||
"onSuccess" : function() {
|
||||
console.log("onSuccess");
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{String} param.data - rs232c data string converted from binary data to ascii data such as ascii "3B1C42" for binary 0x3B1C42 with param.dataLength 3 (3 bytes) and ascii "00" for binary null data (0x00) with param.dataLength 1 (1 byte).</li>
|
||||
<li>{Number} param.dataLength - received rs232c data length in bytes. Max length of EU model is 255 (bytes) and US model is 32 (bytes).</li>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function (param) {
|
||||
// No Parameter.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.18.4</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.rs232c.html#.getConfiguration">hcap.rs232c.getConfiguration()</a><br>
|
||||
<a href="hcap.rs232c.html#.setConfiguration">hcap.rs232c.setConfiguration()</a><br>
|
||||
<a href="hcap.rs232c.html#.setStartupData">hcap.rs232c.setStartupData()</a><br>
|
||||
<a href="hcap.rs232c.html#.clearStartupData">hcap.rs232c.clearStartupData()</a><br>
|
||||
<a href="_global_.html#event:rs232c_data_received">{Event} rs232c_data_received</a><br></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
<div class="hr"></div>
|
||||
</li>
|
||||
|
||||
<li
|
||||
class='item3'
|
||||
>
|
||||
<div class="fixedFont heading" id=".setConfiguration">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.rs232c.</span><b>setConfiguration</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Sets the RS232C configuration.<br>
|
||||
This is worked only when the property "rs232c" is "1".<br>
|
||||
Once RS232C is configured, it maintains its configuration unless the property "rs232c" is changed, TV is reset or other setting values are configured.<br>
|
||||
If given setting value is not supported in the platform, it will be failed.<br>
|
||||
Supported setting values are dependent on the platform or the model.<br>
|
||||
To set rs232c configuration, we recommend to get the current configuration, modify it for values you want to change and set.<br>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.rs232c.setConfiguration({
|
||||
"port" : 3,
|
||||
"baudRate" : hcap.rs232c.BaudRate.BR_115200,
|
||||
"dataBit" : hcap.rs232c.DataBit.BIT_7,
|
||||
"parity" : hcap.rs232c.Parity.NONE,
|
||||
"stopBit" : hcap.rs232c.StopBit.BIT_1,
|
||||
"flowControl" : hcap.rs232c.FlowControl.NONE,
|
||||
"rxTimeoutInMs" : 10,
|
||||
"onSuccess" : function() {
|
||||
console.log("onSuccess");
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Number} param.port [Required] - COM port such as 1 for COM1 and 13 for COM13.</li>
|
||||
<li>{Number} param.baudRate [Required] - baud rate (hcap.rs232c.BaudRate)</li>
|
||||
<li>{Number} param.dataBit [Required] - data bit (hcap.rs232c.DataBit)</li>
|
||||
<li>{Number} param.parity [Required] - parity (hcap.rs232c.Parity)</li>
|
||||
<li>{Number} param.stopBit [Required] - stop bit (hcap.rs232c.StopBit)</li>
|
||||
<li>{Number} param.flowControl [Required] - flow control (hcap.rs232c.FlowControl)</li>
|
||||
<li>{Number} param.rxTimeoutInMs [Required] - Rx data timeout in ms which could be set from 0 to 1000(ms) by 10(ms). Max buffer size for Rx data is 80 bytes. For the Rx data bigger than 80 bytes, 80 bytes will be delivered to HCAP application first regardless of the timeout and the rest of the data will be sent in the next timeout.</li>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function (param) {
|
||||
// No Parameter.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.18.4</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.rs232c.html#.getConfiguration">hcap.rs232c.getConfiguration()</a><br>
|
||||
<a href="hcap.rs232c.html#.sendData">hcap.rs232c.sendData()</a><br>
|
||||
<a href="hcap.rs232c.html#.setStartupData">hcap.rs232c.setStartupData()</a><br>
|
||||
<a href="hcap.rs232c.html#.clearStartupData">hcap.rs232c.clearStartupData()</a><br>
|
||||
<a href="_global_.html#event:rs232c_data_received">{Event} rs232c_data_received</a><br></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
<div class="hr"></div>
|
||||
</li>
|
||||
|
||||
<li
|
||||
class='item4'
|
||||
>
|
||||
<div class="fixedFont heading" id=".setStartupData">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.rs232c.</span><b>setStartupData</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Sets startup command which is fired to RS232C when TV is turned on. [since 1.24.0] EU model only.<br>
|
||||
This is worked only when the property "rs232c" is "1".<br>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.rs232c.setStartupData({
|
||||
"data" : "3B1C42",
|
||||
"dataLength" : 3,
|
||||
"onSuccess" : function() {
|
||||
console.log("onSuccess");
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{String} param.data - rs232c data string converted from binary data to ascii data such as ascii "3B1C42" for binary 0x3B1C42 with param.dataLength 3 (3 bytes) and ascii "00" for binary null data (0x00) with param.dataLength 1 (1 byte).</li>
|
||||
<li>{Number} param.dataLength - received rs232c data length in bytes. Max length of EU model is 255 (bytes) and US model is 32 (bytes).</li>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function (param) {
|
||||
// No Parameter.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.18.4</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.rs232c.html#.getConfiguration">hcap.rs232c.getConfiguration()</a><br>
|
||||
<a href="hcap.rs232c.html#.setConfiguration">hcap.rs232c.setConfiguration()</a><br>
|
||||
<a href="hcap.rs232c.html#.sendData">hcap.rs232c.sendData()</a><br>
|
||||
<a href="hcap.rs232c.html#.clearStartupData">hcap.rs232c.clearStartupData()</a><br>
|
||||
<a href="_global_.html#event:rs232c_data_received">{Event} rs232c_data_received</a><br></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENT DETAILS
|
||||
-->
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
wbos.CssTools.MediaQueryFallBack.LoadCss('../css/screen.css', '../css/handheld.css', 660)
|
||||
codeview.classFilter.Init()
|
||||
</script>
|
||||
<script src="../javascript/highlighter/prettify.js"></script>
|
||||
<script>prettyPrint();</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,885 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="JsDoc Toolkit" />
|
||||
<title>hcap.socket | JsDoc Reference</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<meta name="mobileoptimized" content="0" />
|
||||
|
||||
<link rel="stylesheet" href="../css/all.css" media="all" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="only screen and (max-width: 660px)" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="handheld" />
|
||||
<link rel="stylesheet" href="../css/screen.css" media="screen and (min-width: 661px)" />
|
||||
|
||||
<link rel="stylesheet" href="../javascript/highlighter/dessert.css" />
|
||||
|
||||
<script src="../javascript/all.js"></script>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="../javascript/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="index">
|
||||
<div class="menu">
|
||||
<div class="indexLinks">
|
||||
<a href="../index.html">Classes</a>
|
||||
<a href="../files.html">Files</a>
|
||||
</div>
|
||||
<table width=100% class=confidential><tr><td><b>LGE Confidential</b></td></tr></table>
|
||||
<h2 class="heading1">Library</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td align=left class=confidential><a href="../../js/hcap.js">·hcap.js (1.24.6.5901)</li></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="heading1">Classes</h2>
|
||||
|
||||
<input type="text" name="classFilter" class="classFilter" id="ClassFilter" placeholder="Filter"></input>
|
||||
|
||||
<nav>
|
||||
<ul class="classList" id="ClassList">
|
||||
|
||||
<li><a href="../symbols/_global_.html">_global_</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.html">hcap</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.application.html">hcap<span class='break'> </span>.<span class='break'> </span>application</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.beacon.html">hcap<span class='break'> </span>.<span class='break'> </span>beacon</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.audio.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth<span class='break'> </span>.<span class='break'> </span>audio</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.camera.html">hcap<span class='break'> </span>.<span class='break'> </span>camera</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.carousel.html">hcap<span class='break'> </span>.<span class='break'> </span>carousel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.html">hcap<span class='break'> </span>.<span class='break'> </span>channel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.AudioStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>AudioStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelStatus.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelStatus</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.InbandDataServiceType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>InbandDataServiceType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.IpBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>IpBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.Polarization.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>Polarization</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.RfBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>RfBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.VideoStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>VideoStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.checkout.html">hcap<span class='break'> </span>.<span class='break'> </span>checkout</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.ExternalInputType.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput<span class='break'> </span>.<span class='break'> </span>ExternalInputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.file.html">hcap<span class='break'> </span>.<span class='break'> </span>file</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.iot.html">hcap<span class='break'> </span>.<span class='break'> </span>iot</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.html">hcap<span class='break'> </span>.<span class='break'> </span>key</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.Code.html">hcap<span class='break'> </span>.<span class='break'> </span>key<span class='break'> </span>.<span class='break'> </span>Code</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.html">hcap<span class='break'> </span>.<span class='break'> </span>Media</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.SubtitleType.html">hcap<span class='break'> </span>.<span class='break'> </span>Media<span class='break'> </span>.<span class='break'> </span>SubtitleType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mode.html">hcap<span class='break'> </span>.<span class='break'> </span>mode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mouse.html">hcap<span class='break'> </span>.<span class='break'> </span>mouse</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mpi.html">hcap<span class='break'> </span>.<span class='break'> </span>mpi</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.html">hcap<span class='break'> </span>.<span class='break'> </span>network</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.DhcpState.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>DhcpState</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkEventType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkEventType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WifiSecurityType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WifiSecurityType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WirelessMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WirelessMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.html">hcap<span class='break'> </span>.<span class='break'> </span>power</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.PowerMode.html">hcap<span class='break'> </span>.<span class='break'> </span>power<span class='break'> </span>.<span class='break'> </span>PowerMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.preloadedApplication.html">hcap<span class='break'> </span>.<span class='break'> </span>preloadedApplication</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.html">hcap<span class='break'> </span>.<span class='break'> </span>property</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.InstallerMenuItem.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>InstallerMenuItem</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PictureMode.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PictureMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PicturePropertyKey.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PicturePropertyKey</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rms.html">hcap<span class='break'> </span>.<span class='break'> </span>rms</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.BaudRate.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>BaudRate</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.DataBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>DataBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.FlowControl.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>FlowControl</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.Parity.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>Parity</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.StopBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>StopBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.security.html">hcap<span class='break'> </span>.<span class='break'> </span>security</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.socket.html">hcap<span class='break'> </span>.<span class='break'> </span>socket</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.html">hcap<span class='break'> </span>.<span class='break'> </span>speech</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.HostType.html">hcap<span class='break'> </span>.<span class='break'> </span>speech<span class='break'> </span>.<span class='break'> </span>HostType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.html">hcap<span class='break'> </span>.<span class='break'> </span>system</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.SoundOutputType.html">hcap<span class='break'> </span>.<span class='break'> </span>system<span class='break'> </span>.<span class='break'> </span>SoundOutputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.time.html">hcap<span class='break'> </span>.<span class='break'> </span>time</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.video.html">hcap<span class='break'> </span>.<span class='break'> </span>video</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.volume.html">hcap<span class='break'> </span>.<span class='break'> </span>volume</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.webrtc.html">hcap<span class='break'> </span>.<span class='break'> </span>webrtc</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="fineprint" style="clear:both">
|
||||
<footer>
|
||||
|
||||
Documentation generator: <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0<br />
|
||||
Template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview</a> 1.2<br />
|
||||
Generated on:
|
||||
<time datetime='2021-8-13' pubdate>2021-8-13 18:29</time>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="index indexStatic"></div>
|
||||
|
||||
<div class="content">
|
||||
<div class="innerContent">
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="classTitle">
|
||||
|
||||
Namespace <span>hcap.socket</span>
|
||||
</h1>
|
||||
|
||||
<div class="intro">
|
||||
<p class="description summary">
|
||||
hcap.socket
|
||||
</p>
|
||||
|
||||
|
||||
<ul class="summary">
|
||||
|
||||
|
||||
|
||||
<li>Defined in: <a href="../symbols/src/js_hcap-1.24.6.5901.js.html">hcap-1.24.6.5901.js</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class hcap.socket.">
|
||||
<caption class="sectionTitle">Namespace Summary</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Constructor Attributes</th>
|
||||
<th scope="col">Constructor Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="attributes"> </td>
|
||||
<td class="nameDescription" >
|
||||
<div class="fixedFont">
|
||||
<b><a href="../symbols/hcap.socket.html#constructor">hcap.socket</a></b>
|
||||
</div>
|
||||
<div class="description"></div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<!--
|
||||
#### METHODS SUMMARY
|
||||
-->
|
||||
|
||||
<section>
|
||||
|
||||
|
||||
<div class="props">
|
||||
<h2 class="sectionTitle">Method Summary</h2>
|
||||
|
||||
|
||||
<nav>
|
||||
<table class="summaryTable" id="MethodsList" cellspacing="0" summary="A summary of the methods documented in the class hcap.socket.">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Method Attributes</th>
|
||||
<th scope="col">Method Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
|
||||
|
||||
<tr
|
||||
class='item0'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.socket.<b><a href="../symbols/hcap.socket.html#.closeTcpDaemon">closeTcpDaemon</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Close TCP socket daemon.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr
|
||||
class='item1'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.socket.<b><a href="../symbols/hcap.socket.html#.closeUdpDaemon">closeUdpDaemon</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Close UDP socket daemon.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr
|
||||
class='item2'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.socket.<b><a href="../symbols/hcap.socket.html#.openTcpDaemon">openTcpDaemon</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Open TCP socket daemon.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr
|
||||
class='item3'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.socket.<b><a href="../symbols/hcap.socket.html#.openUdpDaemon">openUdpDaemon</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Open UDP socket daemon.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr
|
||||
class='item4'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.socket.<b><a href="../symbols/hcap.socket.html#.sendUdpData">sendUdpData</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Send UDP packet data to remote UDP server.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENTS SUMMARY
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### CONSTRUCTOR DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle" id="constructor">
|
||||
Namespace Detail
|
||||
</h2>
|
||||
|
||||
<div class="fixedFont">
|
||||
<b>hcap.socket</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### FIELD DETAILS
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### METHOD DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle">
|
||||
Method Detail
|
||||
</h2>
|
||||
|
||||
<ul class="methodDetail" id="MethodDetail">
|
||||
|
||||
|
||||
<li
|
||||
class='item0'
|
||||
>
|
||||
<div class="fixedFont heading" id=".closeTcpDaemon">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.socket.</span><b>closeTcpDaemon</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Close TCP socket daemon.<br>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.socket.closeTcpDaemon({
|
||||
"port" : 9312,
|
||||
"onSuccess" : function() {
|
||||
console.log("onSuccess");
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Number} param.port [Required] - port number of TCP connection to close.</li>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function() {
|
||||
// No Parameter.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.10.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.socket.html#.openTcpDaemon">hcap.socket.openTcpDaemon()</a><br>
|
||||
<a href="_global_.html#event:tcp_data_received">{Event} tcp_data_received</a><br></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
<div class="hr"></div>
|
||||
</li>
|
||||
|
||||
<li
|
||||
class='item1'
|
||||
>
|
||||
<div class="fixedFont heading" id=".closeUdpDaemon">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.socket.</span><b>closeUdpDaemon</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Close UDP socket daemon.<br>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.socket.closeUdpDaemon({
|
||||
"port" : 9311,
|
||||
"onSuccess" : function() {
|
||||
console.log("onSuccess");
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Number} param.port [Required] - port number of UDP connection to close.</li>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function() {
|
||||
// No Parameter.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.6.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.socket.html#.openUdpDaemon">hcap.socket.openUdpDaemon()</a><br>
|
||||
<a href="_global_.html#event:udp_data_received">{Event} udp_data_received</a><br>
|
||||
<a href="hcap.socket.html#.sendUdpData">hcap.socket.sendUdpData()</a><br></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
<div class="hr"></div>
|
||||
</li>
|
||||
|
||||
<li
|
||||
class='item2'
|
||||
>
|
||||
<div class="fixedFont heading" id=".openTcpDaemon">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.socket.</span><b>openTcpDaemon</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Open TCP socket daemon.<br>
|
||||
To try opening TCP socket daemon with a port that has already been opened will be failed. In this case, please close the previous daemon and try it again.<br>
|
||||
And if the application is unloaded, all opened TCP socket daemons will be destroyed.<br>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.socket.openTcpDaemon({
|
||||
"port" : 9312,
|
||||
"onSuccess" : function() {
|
||||
console.log("onSuccess");
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Number} param.port [Required] - socket port number to open its TCP socket daemon.</li>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function() {
|
||||
// No Parameter.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.10.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.socket.html#.closeTcpDaemon">hcap.socket.closeTcpDaemon()</a><br>
|
||||
<a href="_global_.html#event:tcp_data_received">{Event} tcp_data_received</a><br></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
<div class="hr"></div>
|
||||
</li>
|
||||
|
||||
<li
|
||||
class='item3'
|
||||
>
|
||||
<div class="fixedFont heading" id=".openUdpDaemon">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.socket.</span><b>openUdpDaemon</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Open UDP socket daemon.<br>
|
||||
To try opening UDP socket daemon with a port that has already been opened will be failed. In this case, please close the previous daemon and try it again.<br>
|
||||
And if the application is unloaded, all opened UDP socket daemons will be destroyed.<br>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.socket.openUdpDaemon({
|
||||
"port" : 9311,
|
||||
"onSuccess" : function() {
|
||||
console.log("onSuccess");
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Number} param.port [Required] - socket port number to open its UDP socket daemon.</li>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function() {
|
||||
// No Parameter.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.6.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.socket.html#.closeUdpDaemon">hcap.socket.closeUdpDaemon()</a><br>
|
||||
<a href="_global_.html#event:udp_data_received">{Event} udp_data_received</a><br>
|
||||
<a href="hcap.socket.html#.sendUdpData">hcap.socket.sendUdpData()</a><br></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
<div class="hr"></div>
|
||||
</li>
|
||||
|
||||
<li
|
||||
class='item4'
|
||||
>
|
||||
<div class="fixedFont heading" id=".sendUdpData">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.socket.</span><b>sendUdpData</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Send UDP packet data to remote UDP server.<br>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.socket.sendUdpData({
|
||||
"ip" : "192.168.123.56",
|
||||
"port" : 7222,
|
||||
"udpData" : "UDP packet data to send",
|
||||
"onSuccess" : function() {
|
||||
console.log("onSuccess");
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{String} param.ip [Required] - IP address of remote UDP server to send UDP packet data.</li>
|
||||
<li>{Number} param.port [Required] - port number of remote UDP server.</li>
|
||||
<li>{String} param.udpData [Required] - UDP packet data.</li>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function() {
|
||||
// No Parameter.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.10.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.socket.html#.openUdpDaemon">hcap.socket.openUdpDaemon()</a><br>
|
||||
<a href="hcap.socket.html#.closeUdpDaemon">hcap.socket.closeUdpDaemon()</a><br>
|
||||
<a href="_global_.html#event:udp_data_received">{Event} udp_data_received</a><br></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENT DETAILS
|
||||
-->
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
wbos.CssTools.MediaQueryFallBack.LoadCss('../css/screen.css', '../css/handheld.css', 660)
|
||||
codeview.classFilter.Init()
|
||||
</script>
|
||||
<script src="../javascript/highlighter/prettify.js"></script>
|
||||
<script>prettyPrint();</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -0,0 +1,474 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="JsDoc Toolkit" />
|
||||
<title>hcap.speech.HostType | JsDoc Reference</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<meta name="mobileoptimized" content="0" />
|
||||
|
||||
<link rel="stylesheet" href="../css/all.css" media="all" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="only screen and (max-width: 660px)" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="handheld" />
|
||||
<link rel="stylesheet" href="../css/screen.css" media="screen and (min-width: 661px)" />
|
||||
|
||||
<link rel="stylesheet" href="../javascript/highlighter/dessert.css" />
|
||||
|
||||
<script src="../javascript/all.js"></script>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="../javascript/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="index">
|
||||
<div class="menu">
|
||||
<div class="indexLinks">
|
||||
<a href="../index.html">Classes</a>
|
||||
<a href="../files.html">Files</a>
|
||||
</div>
|
||||
<table width=100% class=confidential><tr><td><b>LGE Confidential</b></td></tr></table>
|
||||
<h2 class="heading1">Library</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td align=left class=confidential><a href="../../js/hcap.js">·hcap.js (1.24.6.5901)</li></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="heading1">Classes</h2>
|
||||
|
||||
<input type="text" name="classFilter" class="classFilter" id="ClassFilter" placeholder="Filter"></input>
|
||||
|
||||
<nav>
|
||||
<ul class="classList" id="ClassList">
|
||||
|
||||
<li><a href="../symbols/_global_.html">_global_</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.html">hcap</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.application.html">hcap<span class='break'> </span>.<span class='break'> </span>application</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.beacon.html">hcap<span class='break'> </span>.<span class='break'> </span>beacon</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.audio.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth<span class='break'> </span>.<span class='break'> </span>audio</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.camera.html">hcap<span class='break'> </span>.<span class='break'> </span>camera</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.carousel.html">hcap<span class='break'> </span>.<span class='break'> </span>carousel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.html">hcap<span class='break'> </span>.<span class='break'> </span>channel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.AudioStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>AudioStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelStatus.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelStatus</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.InbandDataServiceType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>InbandDataServiceType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.IpBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>IpBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.Polarization.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>Polarization</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.RfBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>RfBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.VideoStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>VideoStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.checkout.html">hcap<span class='break'> </span>.<span class='break'> </span>checkout</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.ExternalInputType.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput<span class='break'> </span>.<span class='break'> </span>ExternalInputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.file.html">hcap<span class='break'> </span>.<span class='break'> </span>file</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.iot.html">hcap<span class='break'> </span>.<span class='break'> </span>iot</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.html">hcap<span class='break'> </span>.<span class='break'> </span>key</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.Code.html">hcap<span class='break'> </span>.<span class='break'> </span>key<span class='break'> </span>.<span class='break'> </span>Code</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.html">hcap<span class='break'> </span>.<span class='break'> </span>Media</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.SubtitleType.html">hcap<span class='break'> </span>.<span class='break'> </span>Media<span class='break'> </span>.<span class='break'> </span>SubtitleType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mode.html">hcap<span class='break'> </span>.<span class='break'> </span>mode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mouse.html">hcap<span class='break'> </span>.<span class='break'> </span>mouse</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mpi.html">hcap<span class='break'> </span>.<span class='break'> </span>mpi</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.html">hcap<span class='break'> </span>.<span class='break'> </span>network</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.DhcpState.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>DhcpState</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkEventType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkEventType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WifiSecurityType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WifiSecurityType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WirelessMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WirelessMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.html">hcap<span class='break'> </span>.<span class='break'> </span>power</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.PowerMode.html">hcap<span class='break'> </span>.<span class='break'> </span>power<span class='break'> </span>.<span class='break'> </span>PowerMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.preloadedApplication.html">hcap<span class='break'> </span>.<span class='break'> </span>preloadedApplication</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.html">hcap<span class='break'> </span>.<span class='break'> </span>property</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.InstallerMenuItem.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>InstallerMenuItem</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PictureMode.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PictureMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PicturePropertyKey.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PicturePropertyKey</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rms.html">hcap<span class='break'> </span>.<span class='break'> </span>rms</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.BaudRate.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>BaudRate</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.DataBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>DataBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.FlowControl.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>FlowControl</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.Parity.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>Parity</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.StopBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>StopBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.security.html">hcap<span class='break'> </span>.<span class='break'> </span>security</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.socket.html">hcap<span class='break'> </span>.<span class='break'> </span>socket</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.html">hcap<span class='break'> </span>.<span class='break'> </span>speech</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.HostType.html">hcap<span class='break'> </span>.<span class='break'> </span>speech<span class='break'> </span>.<span class='break'> </span>HostType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.html">hcap<span class='break'> </span>.<span class='break'> </span>system</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.SoundOutputType.html">hcap<span class='break'> </span>.<span class='break'> </span>system<span class='break'> </span>.<span class='break'> </span>SoundOutputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.time.html">hcap<span class='break'> </span>.<span class='break'> </span>time</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.video.html">hcap<span class='break'> </span>.<span class='break'> </span>video</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.volume.html">hcap<span class='break'> </span>.<span class='break'> </span>volume</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.webrtc.html">hcap<span class='break'> </span>.<span class='break'> </span>webrtc</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="fineprint" style="clear:both">
|
||||
<footer>
|
||||
|
||||
Documentation generator: <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0<br />
|
||||
Template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview</a> 1.2<br />
|
||||
Generated on:
|
||||
<time datetime='2021-8-13' pubdate>2021-8-13 18:29</time>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="index indexStatic"></div>
|
||||
|
||||
<div class="content">
|
||||
<div class="innerContent">
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="classTitle">
|
||||
|
||||
Namespace <span>hcap.speech.HostType</span>
|
||||
</h1>
|
||||
|
||||
<div class="intro">
|
||||
<p class="description summary">
|
||||
hcap.speech.HostType
|
||||
</p>
|
||||
|
||||
|
||||
<ul class="summary">
|
||||
|
||||
|
||||
|
||||
<li>Defined in: <a href="../symbols/src/js_hcap-1.24.6.5901.js.html">hcap-1.24.6.5901.js</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class hcap.speech.HostType.">
|
||||
<caption class="sectionTitle">Namespace Summary</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Constructor Attributes</th>
|
||||
<th scope="col">Constructor Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="attributes"> </td>
|
||||
<td class="nameDescription" >
|
||||
<div class="fixedFont">
|
||||
<b><a href="../symbols/hcap.speech.HostType.html#constructor">hcap.speech.HostType</a></b>
|
||||
</div>
|
||||
<div class="description"></div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
|
||||
<nav>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the fields documented in the class hcap.speech.HostType.">
|
||||
<caption class="sectionTitle">Field Summary</caption>
|
||||
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Field Attributes</th>
|
||||
<th scope="col">Field Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.speech.HostType.<b><a href="../symbols/hcap.speech.HostType.html#.APPLICATION">APPLICATION</a></b>
|
||||
</div>
|
||||
<div class="description">HCAP Application is in charge of handling the speech recognition</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.speech.HostType.<b><a href="../symbols/hcap.speech.HostType.html#.NOT_SUPPORT">NOT_SUPPORT</a></b>
|
||||
</div>
|
||||
<div class="description">Not Support</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.speech.HostType.<b><a href="../symbols/hcap.speech.HostType.html#.TV">TV</a></b>
|
||||
</div>
|
||||
<div class="description">The Pro:Centric platform is in charge of handling the speech recognition</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHODS SUMMARY
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENTS SUMMARY
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### CONSTRUCTOR DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle" id="constructor">
|
||||
Namespace Detail
|
||||
</h2>
|
||||
|
||||
<div class="fixedFont">
|
||||
<b>hcap.speech.HostType</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### FIELD DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle">
|
||||
Field Detail
|
||||
</h2>
|
||||
|
||||
|
||||
<div class="fixedFont heading" id=".APPLICATION">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.speech.HostType.</span><b>APPLICATION</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
HCAP Application is in charge of handling the speech recognition
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.22.2</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".NOT_SUPPORT">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.speech.HostType.</span><b>NOT_SUPPORT</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Not Support
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.22.2</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".TV">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.speech.HostType.</span><b>TV</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
The Pro:Centric platform is in charge of handling the speech recognition
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.22.2</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHOD DETAILS
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENT DETAILS
|
||||
-->
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
wbos.CssTools.MediaQueryFallBack.LoadCss('../css/screen.css', '../css/handheld.css', 660)
|
||||
codeview.classFilter.Init()
|
||||
</script>
|
||||
<script src="../javascript/highlighter/prettify.js"></script>
|
||||
<script>prettyPrint();</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -0,0 +1,674 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="JsDoc Toolkit" />
|
||||
<title>hcap.speech | JsDoc Reference</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<meta name="mobileoptimized" content="0" />
|
||||
|
||||
<link rel="stylesheet" href="../css/all.css" media="all" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="only screen and (max-width: 660px)" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="handheld" />
|
||||
<link rel="stylesheet" href="../css/screen.css" media="screen and (min-width: 661px)" />
|
||||
|
||||
<link rel="stylesheet" href="../javascript/highlighter/dessert.css" />
|
||||
|
||||
<script src="../javascript/all.js"></script>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="../javascript/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="index">
|
||||
<div class="menu">
|
||||
<div class="indexLinks">
|
||||
<a href="../index.html">Classes</a>
|
||||
<a href="../files.html">Files</a>
|
||||
</div>
|
||||
<table width=100% class=confidential><tr><td><b>LGE Confidential</b></td></tr></table>
|
||||
<h2 class="heading1">Library</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td align=left class=confidential><a href="../../js/hcap.js">·hcap.js (1.24.6.5901)</li></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="heading1">Classes</h2>
|
||||
|
||||
<input type="text" name="classFilter" class="classFilter" id="ClassFilter" placeholder="Filter"></input>
|
||||
|
||||
<nav>
|
||||
<ul class="classList" id="ClassList">
|
||||
|
||||
<li><a href="../symbols/_global_.html">_global_</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.html">hcap</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.application.html">hcap<span class='break'> </span>.<span class='break'> </span>application</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.beacon.html">hcap<span class='break'> </span>.<span class='break'> </span>beacon</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.audio.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth<span class='break'> </span>.<span class='break'> </span>audio</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.camera.html">hcap<span class='break'> </span>.<span class='break'> </span>camera</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.carousel.html">hcap<span class='break'> </span>.<span class='break'> </span>carousel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.html">hcap<span class='break'> </span>.<span class='break'> </span>channel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.AudioStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>AudioStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelStatus.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelStatus</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.InbandDataServiceType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>InbandDataServiceType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.IpBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>IpBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.Polarization.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>Polarization</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.RfBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>RfBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.VideoStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>VideoStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.checkout.html">hcap<span class='break'> </span>.<span class='break'> </span>checkout</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.ExternalInputType.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput<span class='break'> </span>.<span class='break'> </span>ExternalInputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.file.html">hcap<span class='break'> </span>.<span class='break'> </span>file</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.iot.html">hcap<span class='break'> </span>.<span class='break'> </span>iot</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.html">hcap<span class='break'> </span>.<span class='break'> </span>key</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.Code.html">hcap<span class='break'> </span>.<span class='break'> </span>key<span class='break'> </span>.<span class='break'> </span>Code</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.html">hcap<span class='break'> </span>.<span class='break'> </span>Media</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.SubtitleType.html">hcap<span class='break'> </span>.<span class='break'> </span>Media<span class='break'> </span>.<span class='break'> </span>SubtitleType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mode.html">hcap<span class='break'> </span>.<span class='break'> </span>mode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mouse.html">hcap<span class='break'> </span>.<span class='break'> </span>mouse</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mpi.html">hcap<span class='break'> </span>.<span class='break'> </span>mpi</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.html">hcap<span class='break'> </span>.<span class='break'> </span>network</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.DhcpState.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>DhcpState</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkEventType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkEventType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WifiSecurityType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WifiSecurityType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WirelessMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WirelessMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.html">hcap<span class='break'> </span>.<span class='break'> </span>power</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.PowerMode.html">hcap<span class='break'> </span>.<span class='break'> </span>power<span class='break'> </span>.<span class='break'> </span>PowerMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.preloadedApplication.html">hcap<span class='break'> </span>.<span class='break'> </span>preloadedApplication</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.html">hcap<span class='break'> </span>.<span class='break'> </span>property</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.InstallerMenuItem.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>InstallerMenuItem</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PictureMode.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PictureMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PicturePropertyKey.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PicturePropertyKey</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rms.html">hcap<span class='break'> </span>.<span class='break'> </span>rms</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.BaudRate.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>BaudRate</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.DataBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>DataBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.FlowControl.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>FlowControl</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.Parity.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>Parity</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.StopBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>StopBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.security.html">hcap<span class='break'> </span>.<span class='break'> </span>security</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.socket.html">hcap<span class='break'> </span>.<span class='break'> </span>socket</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.html">hcap<span class='break'> </span>.<span class='break'> </span>speech</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.HostType.html">hcap<span class='break'> </span>.<span class='break'> </span>speech<span class='break'> </span>.<span class='break'> </span>HostType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.html">hcap<span class='break'> </span>.<span class='break'> </span>system</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.SoundOutputType.html">hcap<span class='break'> </span>.<span class='break'> </span>system<span class='break'> </span>.<span class='break'> </span>SoundOutputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.time.html">hcap<span class='break'> </span>.<span class='break'> </span>time</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.video.html">hcap<span class='break'> </span>.<span class='break'> </span>video</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.volume.html">hcap<span class='break'> </span>.<span class='break'> </span>volume</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.webrtc.html">hcap<span class='break'> </span>.<span class='break'> </span>webrtc</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="fineprint" style="clear:both">
|
||||
<footer>
|
||||
|
||||
Documentation generator: <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0<br />
|
||||
Template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview</a> 1.2<br />
|
||||
Generated on:
|
||||
<time datetime='2021-8-13' pubdate>2021-8-13 18:29</time>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="index indexStatic"></div>
|
||||
|
||||
<div class="content">
|
||||
<div class="innerContent">
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="classTitle">
|
||||
|
||||
Namespace <span>hcap.speech</span>
|
||||
</h1>
|
||||
|
||||
<div class="intro">
|
||||
<p class="description summary">
|
||||
hcap.speech
|
||||
</p>
|
||||
|
||||
|
||||
<ul class="summary">
|
||||
|
||||
|
||||
|
||||
<li>Defined in: <a href="../symbols/src/js_hcap-1.24.6.5901.js.html">hcap-1.24.6.5901.js</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class hcap.speech.">
|
||||
<caption class="sectionTitle">Namespace Summary</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Constructor Attributes</th>
|
||||
<th scope="col">Constructor Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="attributes"> </td>
|
||||
<td class="nameDescription" >
|
||||
<div class="fixedFont">
|
||||
<b><a href="../symbols/hcap.speech.html#constructor">hcap.speech</a></b>
|
||||
</div>
|
||||
<div class="description"></div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHODS SUMMARY
|
||||
-->
|
||||
|
||||
<section>
|
||||
|
||||
|
||||
<div class="props">
|
||||
<h2 class="sectionTitle">Method Summary</h2>
|
||||
|
||||
|
||||
<nav>
|
||||
<table class="summaryTable" id="MethodsList" cellspacing="0" summary="A summary of the methods documented in the class hcap.speech.">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Method Attributes</th>
|
||||
<th scope="col">Method Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
|
||||
|
||||
<tr
|
||||
class='item0'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.speech.<b><a href="../symbols/hcap.speech.html#.decideHost">decideHost</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Decides who is in charge of handling the speech recognition.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr
|
||||
class='item1'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.speech.<b><a href="../symbols/hcap.speech.html#.getSpeechRecognition">getSpeechRecognition</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Gets whether using the speech recognition by HCAP Application is enabled or disabled.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr
|
||||
class='item2'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.speech.<b><a href="../symbols/hcap.speech.html#.setSpeechRecognition">setSpeechRecognition</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Sets using the speech recognition by HCAP Application is enabled or disabled.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENTS SUMMARY
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### CONSTRUCTOR DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle" id="constructor">
|
||||
Namespace Detail
|
||||
</h2>
|
||||
|
||||
<div class="fixedFont">
|
||||
<b>hcap.speech</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### FIELD DETAILS
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### METHOD DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle">
|
||||
Method Detail
|
||||
</h2>
|
||||
|
||||
<ul class="methodDetail" id="MethodDetail">
|
||||
|
||||
|
||||
<li
|
||||
class='item0'
|
||||
>
|
||||
<div class="fixedFont heading" id=".decideHost">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.speech.</span><b>decideHost</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Decides who is in charge of handling the speech recognition.<br>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.speech.decideHost({
|
||||
"serviceType" : "id_time",
|
||||
"actionType" : "id_time_info",
|
||||
"hostType" : hcap.speech.HostType.APPLICATION,
|
||||
"onSuccess" : function() {
|
||||
console.log("onSuccess");
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{String} param.serviceType [Required] - STT result category.</li>
|
||||
<li>{String} param.actionType [Required] - STT result intent.</li>
|
||||
<li>{Number} param.hostType [Required] - host type defined <a href="hcap.speech.HostType.html">hcap.speech.HostType</a>.</li>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function() {
|
||||
// No Parameter.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.22.2</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="_global_.html#event:speech_to_text_status_changed">{Event} speech_to_text_status_changed</a><br>
|
||||
<a href="hcap.speech.html#.setSpeechRecognition">hcap.speech.setSpeechRecognition()</a><br>
|
||||
<a href="hcap.speech.html#.getSpeechRecognition">hcap.speech.getSpeechRecognition()</a><br></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
<div class="hr"></div>
|
||||
</li>
|
||||
|
||||
<li
|
||||
class='item1'
|
||||
>
|
||||
<div class="fixedFont heading" id=".getSpeechRecognition">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.speech.</span><b>getSpeechRecognition</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Gets whether using the speech recognition by HCAP Application is enabled or disabled.<br>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.speech.getSpeechRecognition({
|
||||
"onSuccess" : function (param) {
|
||||
console.log("onSuccess : get speech recognition = " + param.enable);
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function (param) {
|
||||
// {Boolean} param.enable - true if using the speech recognition by HCAP Application is enabled. false if using the speech recognition by HCAP Application is disabled.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.22.2</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="_global_.html#event:speech_to_text_status_changed">{Event} speech_to_text_status_changed</a><br>
|
||||
<a href="hcap.speech.html#.setSpeechRecognition">hcap.speech.setSpeechRecognition()</a><br>
|
||||
<a href="hcap.speech.html#.decideHost">hcap.speech.decideHost()</a><br></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
<div class="hr"></div>
|
||||
</li>
|
||||
|
||||
<li
|
||||
class='item2'
|
||||
>
|
||||
<div class="fixedFont heading" id=".setSpeechRecognition">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.speech.</span><b>setSpeechRecognition</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Sets using the speech recognition by HCAP Application is enabled or disabled.<br>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.speech.setSpeechRecognition({
|
||||
"enable" : true,
|
||||
"onSuccess" : function() {
|
||||
console.log("onSuccess");
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Boolean} param.enable [Required] - true : enable to speech recognition, false : disable.</li>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function() {
|
||||
// No Parameter.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.22.2</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="_global_.html#event:speech_to_text_status_changed">{Event} speech_to_text_status_changed</a><br>
|
||||
<a href="hcap.speech.html#.getSpeechRecognition">hcap.speech.getSpeechRecognition()</a><br>
|
||||
<a href="hcap.speech.html#.decideHost">hcap.speech.decideHost()</a><br></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENT DETAILS
|
||||
-->
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
wbos.CssTools.MediaQueryFallBack.LoadCss('../css/screen.css', '../css/handheld.css', 660)
|
||||
codeview.classFilter.Init()
|
||||
</script>
|
||||
<script src="../javascript/highlighter/prettify.js"></script>
|
||||
<script>prettyPrint();</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -0,0 +1,654 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="JsDoc Toolkit" />
|
||||
<title>hcap.system.SoundOutputType | JsDoc Reference</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<meta name="mobileoptimized" content="0" />
|
||||
|
||||
<link rel="stylesheet" href="../css/all.css" media="all" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="only screen and (max-width: 660px)" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="handheld" />
|
||||
<link rel="stylesheet" href="../css/screen.css" media="screen and (min-width: 661px)" />
|
||||
|
||||
<link rel="stylesheet" href="../javascript/highlighter/dessert.css" />
|
||||
|
||||
<script src="../javascript/all.js"></script>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="../javascript/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="index">
|
||||
<div class="menu">
|
||||
<div class="indexLinks">
|
||||
<a href="../index.html">Classes</a>
|
||||
<a href="../files.html">Files</a>
|
||||
</div>
|
||||
<table width=100% class=confidential><tr><td><b>LGE Confidential</b></td></tr></table>
|
||||
<h2 class="heading1">Library</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td align=left class=confidential><a href="../../js/hcap.js">·hcap.js (1.24.6.5901)</li></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="heading1">Classes</h2>
|
||||
|
||||
<input type="text" name="classFilter" class="classFilter" id="ClassFilter" placeholder="Filter"></input>
|
||||
|
||||
<nav>
|
||||
<ul class="classList" id="ClassList">
|
||||
|
||||
<li><a href="../symbols/_global_.html">_global_</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.html">hcap</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.application.html">hcap<span class='break'> </span>.<span class='break'> </span>application</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.beacon.html">hcap<span class='break'> </span>.<span class='break'> </span>beacon</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.audio.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth<span class='break'> </span>.<span class='break'> </span>audio</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.camera.html">hcap<span class='break'> </span>.<span class='break'> </span>camera</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.carousel.html">hcap<span class='break'> </span>.<span class='break'> </span>carousel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.html">hcap<span class='break'> </span>.<span class='break'> </span>channel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.AudioStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>AudioStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelStatus.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelStatus</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.InbandDataServiceType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>InbandDataServiceType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.IpBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>IpBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.Polarization.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>Polarization</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.RfBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>RfBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.VideoStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>VideoStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.checkout.html">hcap<span class='break'> </span>.<span class='break'> </span>checkout</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.ExternalInputType.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput<span class='break'> </span>.<span class='break'> </span>ExternalInputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.file.html">hcap<span class='break'> </span>.<span class='break'> </span>file</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.iot.html">hcap<span class='break'> </span>.<span class='break'> </span>iot</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.html">hcap<span class='break'> </span>.<span class='break'> </span>key</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.Code.html">hcap<span class='break'> </span>.<span class='break'> </span>key<span class='break'> </span>.<span class='break'> </span>Code</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.html">hcap<span class='break'> </span>.<span class='break'> </span>Media</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.SubtitleType.html">hcap<span class='break'> </span>.<span class='break'> </span>Media<span class='break'> </span>.<span class='break'> </span>SubtitleType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mode.html">hcap<span class='break'> </span>.<span class='break'> </span>mode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mouse.html">hcap<span class='break'> </span>.<span class='break'> </span>mouse</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mpi.html">hcap<span class='break'> </span>.<span class='break'> </span>mpi</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.html">hcap<span class='break'> </span>.<span class='break'> </span>network</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.DhcpState.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>DhcpState</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkEventType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkEventType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WifiSecurityType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WifiSecurityType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WirelessMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WirelessMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.html">hcap<span class='break'> </span>.<span class='break'> </span>power</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.PowerMode.html">hcap<span class='break'> </span>.<span class='break'> </span>power<span class='break'> </span>.<span class='break'> </span>PowerMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.preloadedApplication.html">hcap<span class='break'> </span>.<span class='break'> </span>preloadedApplication</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.html">hcap<span class='break'> </span>.<span class='break'> </span>property</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.InstallerMenuItem.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>InstallerMenuItem</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PictureMode.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PictureMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PicturePropertyKey.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PicturePropertyKey</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rms.html">hcap<span class='break'> </span>.<span class='break'> </span>rms</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.BaudRate.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>BaudRate</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.DataBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>DataBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.FlowControl.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>FlowControl</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.Parity.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>Parity</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.StopBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>StopBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.security.html">hcap<span class='break'> </span>.<span class='break'> </span>security</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.socket.html">hcap<span class='break'> </span>.<span class='break'> </span>socket</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.html">hcap<span class='break'> </span>.<span class='break'> </span>speech</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.HostType.html">hcap<span class='break'> </span>.<span class='break'> </span>speech<span class='break'> </span>.<span class='break'> </span>HostType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.html">hcap<span class='break'> </span>.<span class='break'> </span>system</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.SoundOutputType.html">hcap<span class='break'> </span>.<span class='break'> </span>system<span class='break'> </span>.<span class='break'> </span>SoundOutputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.time.html">hcap<span class='break'> </span>.<span class='break'> </span>time</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.video.html">hcap<span class='break'> </span>.<span class='break'> </span>video</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.volume.html">hcap<span class='break'> </span>.<span class='break'> </span>volume</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.webrtc.html">hcap<span class='break'> </span>.<span class='break'> </span>webrtc</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="fineprint" style="clear:both">
|
||||
<footer>
|
||||
|
||||
Documentation generator: <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0<br />
|
||||
Template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview</a> 1.2<br />
|
||||
Generated on:
|
||||
<time datetime='2021-8-13' pubdate>2021-8-13 18:29</time>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="index indexStatic"></div>
|
||||
|
||||
<div class="content">
|
||||
<div class="innerContent">
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="classTitle">
|
||||
|
||||
Namespace <span>hcap.system.SoundOutputType</span>
|
||||
</h1>
|
||||
|
||||
<div class="intro">
|
||||
<p class="description summary">
|
||||
hcap.system.SoundOutputType
|
||||
</p>
|
||||
|
||||
|
||||
<ul class="summary">
|
||||
|
||||
|
||||
|
||||
<li>Defined in: <a href="../symbols/src/js_hcap-1.24.6.5901.js.html">hcap-1.24.6.5901.js</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class hcap.system.SoundOutputType.">
|
||||
<caption class="sectionTitle">Namespace Summary</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Constructor Attributes</th>
|
||||
<th scope="col">Constructor Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="attributes"> </td>
|
||||
<td class="nameDescription" >
|
||||
<div class="fixedFont">
|
||||
<b><a href="../symbols/hcap.system.SoundOutputType.html#constructor">hcap.system.SoundOutputType</a></b>
|
||||
</div>
|
||||
<div class="description"></div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
|
||||
<nav>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the fields documented in the class hcap.system.SoundOutputType.">
|
||||
<caption class="sectionTitle">Field Summary</caption>
|
||||
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Field Attributes</th>
|
||||
<th scope="col">Field Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.system.SoundOutputType.<b><a href="../symbols/hcap.system.SoundOutputType.html#.EXTERNAL_ARC">EXTERNAL_ARC</a></b>
|
||||
</div>
|
||||
<div class="description">External ARC</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.system.SoundOutputType.<b><a href="../symbols/hcap.system.SoundOutputType.html#.INTERNAL_TV_SPEAKER">INTERNAL_TV_SPEAKER</a></b>
|
||||
</div>
|
||||
<div class="description">Internal TV Speaker</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.system.SoundOutputType.<b><a href="../symbols/hcap.system.SoundOutputType.html#.OFF">OFF</a></b>
|
||||
</div>
|
||||
<div class="description">Off</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.system.SoundOutputType.<b><a href="../symbols/hcap.system.SoundOutputType.html#.OPTICAL">OPTICAL</a></b>
|
||||
</div>
|
||||
<div class="description">Optical</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.system.SoundOutputType.<b><a href="../symbols/hcap.system.SoundOutputType.html#.OPTICAL_LGSOUNDSYNC">OPTICAL_LGSOUNDSYNC</a></b>
|
||||
</div>
|
||||
<div class="description">Optical LG Sound Sync</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.system.SoundOutputType.<b><a href="../symbols/hcap.system.SoundOutputType.html#.UNKNOWN">UNKNOWN</a></b>
|
||||
</div>
|
||||
<div class="description">Unknown</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="attributes"><static> <constant> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">
|
||||
hcap.system.SoundOutputType.<b><a href="../symbols/hcap.system.SoundOutputType.html#.WIRED_HEADPHONES">WIRED_HEADPHONES</a></b>
|
||||
</div>
|
||||
<div class="description">Wired Headphones</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHODS SUMMARY
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENTS SUMMARY
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### CONSTRUCTOR DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle" id="constructor">
|
||||
Namespace Detail
|
||||
</h2>
|
||||
|
||||
<div class="fixedFont">
|
||||
<b>hcap.system.SoundOutputType</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### FIELD DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle">
|
||||
Field Detail
|
||||
</h2>
|
||||
|
||||
|
||||
<div class="fixedFont heading" id=".EXTERNAL_ARC">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.system.SoundOutputType.</span><b>EXTERNAL_ARC</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
External ARC
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.23.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".INTERNAL_TV_SPEAKER">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.system.SoundOutputType.</span><b>INTERNAL_TV_SPEAKER</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Internal TV Speaker
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.20.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".OFF">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.system.SoundOutputType.</span><b>OFF</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Off
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.23.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".OPTICAL">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.system.SoundOutputType.</span><b>OPTICAL</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Optical
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.23.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".OPTICAL_LGSOUNDSYNC">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.system.SoundOutputType.</span><b>OPTICAL_LGSOUNDSYNC</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Optical LG Sound Sync
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.23.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".UNKNOWN">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.system.SoundOutputType.</span><b>UNKNOWN</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Unknown
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.20.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
<div class="hr"></div>
|
||||
|
||||
<div class="fixedFont heading" id=".WIRED_HEADPHONES">
|
||||
<span class='lighter'>
|
||||
<static> <constant>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.system.SoundOutputType.</span><b>WIRED_HEADPHONES</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Wired Headphones
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.20.0</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### METHOD DETAILS
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENT DETAILS
|
||||
-->
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
wbos.CssTools.MediaQueryFallBack.LoadCss('../css/screen.css', '../css/handheld.css', 660)
|
||||
codeview.classFilter.Init()
|
||||
</script>
|
||||
<script src="../javascript/highlighter/prettify.js"></script>
|
||||
<script>prettyPrint();</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,987 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="generator" content="JsDoc Toolkit" />
|
||||
<title>hcap.video | JsDoc Reference</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
|
||||
<meta name="mobileoptimized" content="0" />
|
||||
|
||||
<link rel="stylesheet" href="../css/all.css" media="all" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="only screen and (max-width: 660px)" />
|
||||
<link rel="stylesheet" href="../css/handheld.css" media="handheld" />
|
||||
<link rel="stylesheet" href="../css/screen.css" media="screen and (min-width: 661px)" />
|
||||
|
||||
<link rel="stylesheet" href="../javascript/highlighter/dessert.css" />
|
||||
|
||||
<script src="../javascript/all.js"></script>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="../javascript/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="index">
|
||||
<div class="menu">
|
||||
<div class="indexLinks">
|
||||
<a href="../index.html">Classes</a>
|
||||
<a href="../files.html">Files</a>
|
||||
</div>
|
||||
<table width=100% class=confidential><tr><td><b>LGE Confidential</b></td></tr></table>
|
||||
<h2 class="heading1">Library</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td align=left class=confidential><a href="../../js/hcap.js">·hcap.js (1.24.6.5901)</li></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2 class="heading1">Classes</h2>
|
||||
|
||||
<input type="text" name="classFilter" class="classFilter" id="ClassFilter" placeholder="Filter"></input>
|
||||
|
||||
<nav>
|
||||
<ul class="classList" id="ClassList">
|
||||
|
||||
<li><a href="../symbols/_global_.html">_global_</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.html">hcap</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.application.html">hcap<span class='break'> </span>.<span class='break'> </span>application</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.beacon.html">hcap<span class='break'> </span>.<span class='break'> </span>beacon</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.bluetooth.audio.html">hcap<span class='break'> </span>.<span class='break'> </span>bluetooth<span class='break'> </span>.<span class='break'> </span>audio</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.camera.html">hcap<span class='break'> </span>.<span class='break'> </span>camera</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.carousel.html">hcap<span class='break'> </span>.<span class='break'> </span>carousel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.html">hcap<span class='break'> </span>.<span class='break'> </span>channel</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.AudioStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>AudioStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelStatus.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelStatus</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.ChannelType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>ChannelType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.InbandDataServiceType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>InbandDataServiceType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.IpBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>IpBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.Polarization.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>Polarization</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.RfBroadcastType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>RfBroadcastType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.channel.VideoStreamType.html">hcap<span class='break'> </span>.<span class='break'> </span>channel<span class='break'> </span>.<span class='break'> </span>VideoStreamType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.checkout.html">hcap<span class='break'> </span>.<span class='break'> </span>checkout</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.externalinput.ExternalInputType.html">hcap<span class='break'> </span>.<span class='break'> </span>externalinput<span class='break'> </span>.<span class='break'> </span>ExternalInputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.file.html">hcap<span class='break'> </span>.<span class='break'> </span>file</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.iot.html">hcap<span class='break'> </span>.<span class='break'> </span>iot</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.html">hcap<span class='break'> </span>.<span class='break'> </span>key</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.key.Code.html">hcap<span class='break'> </span>.<span class='break'> </span>key<span class='break'> </span>.<span class='break'> </span>Code</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.html">hcap<span class='break'> </span>.<span class='break'> </span>Media</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.Media.SubtitleType.html">hcap<span class='break'> </span>.<span class='break'> </span>Media<span class='break'> </span>.<span class='break'> </span>SubtitleType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mode.html">hcap<span class='break'> </span>.<span class='break'> </span>mode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mouse.html">hcap<span class='break'> </span>.<span class='break'> </span>mouse</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.mpi.html">hcap<span class='break'> </span>.<span class='break'> </span>mpi</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.html">hcap<span class='break'> </span>.<span class='break'> </span>network</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.DhcpState.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>DhcpState</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkEventType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkEventType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.NetworkMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>NetworkMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WifiSecurityType.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WifiSecurityType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.network.WirelessMode.html">hcap<span class='break'> </span>.<span class='break'> </span>network<span class='break'> </span>.<span class='break'> </span>WirelessMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.html">hcap<span class='break'> </span>.<span class='break'> </span>power</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.power.PowerMode.html">hcap<span class='break'> </span>.<span class='break'> </span>power<span class='break'> </span>.<span class='break'> </span>PowerMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.preloadedApplication.html">hcap<span class='break'> </span>.<span class='break'> </span>preloadedApplication</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.html">hcap<span class='break'> </span>.<span class='break'> </span>property</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.InstallerMenuItem.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>InstallerMenuItem</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PictureMode.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PictureMode</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.property.PicturePropertyKey.html">hcap<span class='break'> </span>.<span class='break'> </span>property<span class='break'> </span>.<span class='break'> </span>PicturePropertyKey</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rms.html">hcap<span class='break'> </span>.<span class='break'> </span>rms</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.BaudRate.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>BaudRate</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.DataBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>DataBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.FlowControl.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>FlowControl</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.Parity.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>Parity</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.rs232c.StopBit.html">hcap<span class='break'> </span>.<span class='break'> </span>rs232c<span class='break'> </span>.<span class='break'> </span>StopBit</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.security.html">hcap<span class='break'> </span>.<span class='break'> </span>security</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.socket.html">hcap<span class='break'> </span>.<span class='break'> </span>socket</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.html">hcap<span class='break'> </span>.<span class='break'> </span>speech</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.speech.HostType.html">hcap<span class='break'> </span>.<span class='break'> </span>speech<span class='break'> </span>.<span class='break'> </span>HostType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.html">hcap<span class='break'> </span>.<span class='break'> </span>system</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.system.SoundOutputType.html">hcap<span class='break'> </span>.<span class='break'> </span>system<span class='break'> </span>.<span class='break'> </span>SoundOutputType</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.time.html">hcap<span class='break'> </span>.<span class='break'> </span>time</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.video.html">hcap<span class='break'> </span>.<span class='break'> </span>video</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.volume.html">hcap<span class='break'> </span>.<span class='break'> </span>volume</a></li>
|
||||
|
||||
<li><a href="../symbols/hcap.webrtc.html">hcap<span class='break'> </span>.<span class='break'> </span>webrtc</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="fineprint" style="clear:both">
|
||||
<footer>
|
||||
|
||||
Documentation generator: <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0<br />
|
||||
Template: <a href="http://www.thebrightlines.com/2010/05/06/new-template-for-jsdoctoolkit-codeview/" target="_blank">Codeview</a> 1.2<br />
|
||||
Generated on:
|
||||
<time datetime='2021-8-13' pubdate>2021-8-13 18:29</time>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="index indexStatic"></div>
|
||||
|
||||
<div class="content">
|
||||
<div class="innerContent">
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="classTitle">
|
||||
|
||||
Namespace <span>hcap.video</span>
|
||||
</h1>
|
||||
|
||||
<div class="intro">
|
||||
<p class="description summary">
|
||||
hcap.video
|
||||
</p>
|
||||
|
||||
|
||||
<ul class="summary">
|
||||
|
||||
|
||||
|
||||
<li>Defined in: <a href="../symbols/src/js_hcap-1.24.6.5901.js.html">hcap-1.24.6.5901.js</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section>
|
||||
<div class="props">
|
||||
<table class="summaryTable" cellspacing="0" summary="A summary of the constructor documented in the class hcap.video.">
|
||||
<caption class="sectionTitle">Namespace Summary</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Constructor Attributes</th>
|
||||
<th scope="col">Constructor Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="attributes"> </td>
|
||||
<td class="nameDescription" >
|
||||
<div class="fixedFont">
|
||||
<b><a href="../symbols/hcap.video.html#constructor">hcap.video</a></b>
|
||||
</div>
|
||||
<div class="description"></div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<!--
|
||||
#### METHODS SUMMARY
|
||||
-->
|
||||
|
||||
<section>
|
||||
|
||||
|
||||
<div class="props">
|
||||
<h2 class="sectionTitle">Method Summary</h2>
|
||||
|
||||
|
||||
<nav>
|
||||
<table class="summaryTable" id="MethodsList" cellspacing="0" summary="A summary of the methods documented in the class hcap.video.">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Method Attributes</th>
|
||||
<th scope="col">Method Name and Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
|
||||
|
||||
<tr
|
||||
class='item0'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.video.<b><a href="../symbols/hcap.video.html#.getOsdTransparencyLevel">getOsdTransparencyLevel</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Gets the transparency level of the OSD.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr
|
||||
class='item1'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.video.<b><a href="../symbols/hcap.video.html#.getVideoSize">getVideoSize</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Gets the current video size.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr
|
||||
class='item2'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.video.<b><a href="../symbols/hcap.video.html#.isVideoMute">isVideoMute</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Gets whether video mute is on or off.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr
|
||||
class='item3'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.video.<b><a href="../symbols/hcap.video.html#.setOsdTransparencyLevel">setOsdTransparencyLevel</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Sets the transparency level of the OSD.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr
|
||||
class='item4'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.video.<b><a href="../symbols/hcap.video.html#.setVideoMute">setVideoMute</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Turns on or off the video mute.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr
|
||||
class='item5'
|
||||
>
|
||||
<td class="attributes"><static> </td>
|
||||
<td class="nameDescription">
|
||||
<div class="fixedFont">hcap.video.<b><a href="../symbols/hcap.video.html#.setVideoSize">setVideoSize</a></b>(param)
|
||||
</div>
|
||||
<div class="description">Resizes the video size.</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENTS SUMMARY
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### CONSTRUCTOR DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle" id="constructor">
|
||||
Namespace Detail
|
||||
</h2>
|
||||
|
||||
<div class="fixedFont">
|
||||
<b>hcap.video</b>
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
#### FIELD DETAILS
|
||||
-->
|
||||
|
||||
<!--
|
||||
#### METHOD DETAILS
|
||||
-->
|
||||
|
||||
<section>
|
||||
<div class="details props">
|
||||
<div class="innerProps">
|
||||
<h2 class="sectionTitle">
|
||||
Method Detail
|
||||
</h2>
|
||||
|
||||
<ul class="methodDetail" id="MethodDetail">
|
||||
|
||||
|
||||
<li
|
||||
class='item0'
|
||||
>
|
||||
<div class="fixedFont heading" id=".getOsdTransparencyLevel">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.video.</span><b>getOsdTransparencyLevel</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Gets the transparency level of the OSD.<br>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.video.getOsdTransparencyLevel({
|
||||
"onSuccess" : function(s) {
|
||||
console.log("onSuccess : level = " + s.level);
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function (param) {
|
||||
// {Number} param.level - transparency level of the OSD (transparent 0 ~ 100 opaque)
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.video.html#.setOsdTransparencyLevel">hcap.video.setOsdTransparencyLevel()</a><br></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
<div class="hr"></div>
|
||||
</li>
|
||||
|
||||
<li
|
||||
class='item1'
|
||||
>
|
||||
<div class="fixedFont heading" id=".getVideoSize">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.video.</span><b>getVideoSize</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Gets the current video size.<br>
|
||||
Position and size parameters are on the basis of the resolution of the property "display_resolution".<br>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.video.getVideoSize({
|
||||
"onSuccess" : function(s) {
|
||||
console.log("onSuccess : " +
|
||||
"\n x = " + s.x +
|
||||
"\n y = " + s.y +
|
||||
"\n width = " + s.width +
|
||||
"\n height = " + s.height);
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function (param) {
|
||||
// {Number} param.x - x position of the video
|
||||
// {Number} param.y - y position of the video
|
||||
// {Number} param.width - width of the video
|
||||
// {Number} param.height - height of the video
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.video.html#.setVideoSize">hcap.video.setVideoSize()</a><br></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
<div class="hr"></div>
|
||||
</li>
|
||||
|
||||
<li
|
||||
class='item2'
|
||||
>
|
||||
<div class="fixedFont heading" id=".isVideoMute">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.video.</span><b>isVideoMute</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Gets whether video mute is on or off.<br>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.video.isVideoMute({
|
||||
"onSuccess" : function(s) {
|
||||
console.log("onSuccess : videoMute = " + s.videoMute);
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function (param) {
|
||||
// {Boolean} param.videoMute - true if the video mute is on. false if the video mute is off.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.video.html#.setVideoMute">hcap.video.setVideoMute()</a><br></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
<div class="hr"></div>
|
||||
</li>
|
||||
|
||||
<li
|
||||
class='item3'
|
||||
>
|
||||
<div class="fixedFont heading" id=".setOsdTransparencyLevel">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.video.</span><b>setOsdTransparencyLevel</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Sets the transparency level of the OSD.<br>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.video.setOsdTransparencyLevel({
|
||||
"level" : 30,
|
||||
"onSuccess" : function() {
|
||||
console.log("onSuccess");
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Number} param.level [Required] - transparency level to be set (transparent 0 ~ 100 opaque)</li>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.<br>
|
||||
Setting to same transparency level as before will invoke this callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function() {
|
||||
// No Parameter.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.video.html#.getOsdTransparencyLevel">hcap.video.getOsdTransparencyLevel()</a><br></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
<div class="hr"></div>
|
||||
</li>
|
||||
|
||||
<li
|
||||
class='item4'
|
||||
>
|
||||
<div class="fixedFont heading" id=".setVideoMute">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.video.</span><b>setVideoMute</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Turns on or off the video mute. When the channel is changed, the video mute setting is reset to off.<br>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.video.setVideoMute({
|
||||
"videoMute" : true,
|
||||
"onSuccess" : function() {
|
||||
console.log("onSuccess");
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Boolean} param.videoMute [Required] - true to turn on video mute, else false.</li>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.<br>
|
||||
Setting to the same setting as before will invoke this callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function() {
|
||||
// No Parameter.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.video.html#.isVideoMute">hcap.video.isVideoMute()</a><br></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
<div class="hr"></div>
|
||||
</li>
|
||||
|
||||
<li
|
||||
class='item5'
|
||||
>
|
||||
<div class="fixedFont heading" id=".setVideoSize">
|
||||
<span class='lighter'>
|
||||
<static>
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
<span class="light">hcap.video.</span><b>setVideoSize</b>(param)
|
||||
</div>
|
||||
|
||||
<div class="description">
|
||||
Resizes the video size.<br>
|
||||
Position and size parameters are on the basis of the resolution of the property "display_resolution".<br>
|
||||
Supported size values are dependent on the platform or the model.<br>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<pre class="code prettyprint">hcap.video.setVideoSize({
|
||||
"x" : 10,
|
||||
"y" : 10,
|
||||
"width" : 400,
|
||||
"height" : 300,
|
||||
"onSuccess" : function() {
|
||||
console.log("onSuccess");
|
||||
},
|
||||
"onFailure" : function(f) {
|
||||
console.log("onFailure : errorMessage = " + f.errorMessage);
|
||||
}
|
||||
});</pre>
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Parameters:</dt>
|
||||
|
||||
<dt>
|
||||
<span class="light fixedFont">{Object}</span> <b>param</b>
|
||||
|
||||
</dt>
|
||||
<dd><ul>
|
||||
<li>{Number} param.x - x position of the video.</li>
|
||||
<li>{Number} param.y - y position of the video.</li>
|
||||
<li>{Number} param.width - width of the video.</li>
|
||||
<li>{Number} param.height - height of the video.</li>
|
||||
<li>{Function} param.onSuccess [Optional] - success callback function.<br>
|
||||
Setting to the same x/y/width/height as before will invoke this callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onSuccess = function() {
|
||||
// No Parameter.
|
||||
}</pre>
|
||||
</li>
|
||||
<li>{Function} param.onFailure [Optional] - failure callback function.
|
||||
<pre class="code prettyprint">
|
||||
param.onFailure = function (param) {
|
||||
// {String} param.errorMessage - in case of failure, this message provides the details.
|
||||
}</pre>
|
||||
</li>
|
||||
</ul></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
<dl class="detailList nomargin">
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">Since:</dt>
|
||||
<dd>1.3.1</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<dl class="detailList params">
|
||||
<dt class="heading">See:</dt>
|
||||
|
||||
<dd><a href="hcap.video.html#.getVideoSize">hcap.video.getVideoSize()</a><br></dd>
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!--
|
||||
#### EVENT DETAILS
|
||||
-->
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
wbos.CssTools.MediaQueryFallBack.LoadCss('../css/screen.css', '../css/handheld.css', 660)
|
||||
codeview.classFilter.Init()
|
||||
</script>
|
||||
<script src="../javascript/highlighter/prettify.js"></script>
|
||||
<script>prettyPrint();</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
After Width: | Height: | Size: 62 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user