FRAME: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
== FRAME == | == FRAME == | ||
Frame control data structure. | Frame control data structure. | ||
=== Type === | === Type === | ||
[[BYTE]] bCharsPerLine | |||
[[ | BYTE bLinesPerInch | ||
==== C Declaration Method ==== | ==== C Declaration Method ==== | ||
typedef struct | typedef struct | ||
=== Fields === | === Fields === | ||
;bCharsPerLine:Characters per line. | |||
:Valid values are 80 and 132. | |||
;bLinesPerInch:Lines per inch. | |||
:Valid values are 6 and 8. | |||
[[Category: | [[Category:Data type]] |
Revision as of 12:59, 31 October 2016
FRAME
Frame control data structure.
Type
BYTE bCharsPerLine BYTE bLinesPerInch
C Declaration Method
typedef struct
Fields
- bCharsPerLine
- Characters per line.
- Valid values are 80 and 132.
- bLinesPerInch
- Lines per inch.
- Valid values are 6 and 8.