Add duration type enum

This commit is contained in:
Denis Kenzior 2010-02-27 10:09:30 -06:00
parent 7be80ef131
commit 0418a682b8
1 changed files with 6 additions and 0 deletions

View File

@ -185,6 +185,12 @@ enum stk_device_identity_type {
STK_DEVICE_IDENTITY_TYPE_NETWORK = 0x83,
};
enum stk_duration_type {
STK_DURATION_TYPE_MINUTES = 0x00,
STK_DURATION_TYPE_SECONDS = 0x01,
STK_DURATION_TYPE_SECOND_TENTHS = 0x02,
};
struct stk_command_display_text {
char *text;
unsigned char icon_id;