diff options
author | Yang Gu <yang.gu@intel.com> | 2010-04-21 12:55:46 +0800 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-04-21 09:02:39 -0500 |
commit | aac9596714fbc8da41486b43b0d3b46cb2546e9e (patch) | |
tree | 45341b35c9252bbfc3926bbb38f30c138c3cf9bf /src/stkutil.h | |
parent | 244d4d261efa2c1f34fc9a5035c23b160192543d (diff) | |
download | ofono-aac9596714fbc8da41486b43b0d3b46cb2546e9e.tar.bz2 |
Add parser for display parameters objects
Diffstat (limited to 'src/stkutil.h')
-rw-r--r-- | src/stkutil.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/stkutil.h b/src/stkutil.h index 67e7ef78..3cf9caa6 100644 --- a/src/stkutil.h +++ b/src/stkutil.h @@ -599,6 +599,13 @@ struct stk_aid { unsigned int len; }; +/* Defined in TS 102.223 Section 8.62 */ +struct stk_display_parameters { + unsigned char height; + unsigned char width; + unsigned char effects; +}; + /* * According to 102.223 Section 8.72 the length of text attribute CTLV is 1 * byte. This means that the maximum size is 127 according to the rules |