From 2c1cdebd1ab938ec86670a95532f06368577560e Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 1 Mar 2010 17:57:18 -0600 Subject: Add parser for Response Length objects --- src/stkutil.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/stkutil.h') diff --git a/src/stkutil.h b/src/stkutil.h index 6c7652ed..f950ea5b 100644 --- a/src/stkutil.h +++ b/src/stkutil.h @@ -220,6 +220,15 @@ struct stk_text_attribute { unsigned char len; }; +/* + * According to 102.223 Section 8.11, the maximum length should never be set + * to 0. + */ +struct stk_response_length { + unsigned char min; + unsigned char max; +}; + struct stk_command_display_text { char *text; struct stk_icon_identifier icon_id; -- cgit v1.2.3