From 5b7de64aca779a0a87f1a2b7718f769d14a6a86a Mon Sep 17 00:00:00 2001 From: Yang Gu Date: Fri, 2 Apr 2010 14:20:32 +0800 Subject: Add parser for timer value objects --- src/stkutil.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/stkutil.h') diff --git a/src/stkutil.h b/src/stkutil.h index 1cbf4075..0d22bea9 100644 --- a/src/stkutil.h +++ b/src/stkutil.h @@ -493,6 +493,13 @@ struct stk_r_apdu { unsigned int len; }; +/* Defined in TS 102.223 Section 8.38 */ +struct stk_timer_value { + unsigned char hour; + unsigned char minute; + unsigned char second; +}; + /* * 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 -- cgit v1.2.3