Confirmed users
266
edits
Allstars.chh (talk | contribs) |
Allstars.chh (talk | contribs) |
||
Line 388: | Line 388: | ||
*/ | */ | ||
readonly attribute boolean isPacked; | readonly attribute boolean isPacked; | ||
/** | |||
* Help information available or not. | |||
* | |||
* @see TS 11.14, clause 12.6, Command Qualifier, GET INPUT/GET INKEY, bit 8. | |||
* | |||
* true: help information available. | |||
* false: no help information available. | |||
*/ | |||
readonly attribute boolean isHelpAvailable; | |||
}; | }; | ||
</pre> | </pre> |