#include <glib.h>
Go to the source code of this file.
Copyright (C) 2007 iRex Technologies B.V. All rights reserved.
Definition in file erregtypes.h.
#define TIME_OPTIONS 3 |
Definition at line 30 of file erregtypes.h.
enum connection_t |
Definition at line 53 of file erregtypes.h.
00054 { 00055 wired_t, 00056 wireless_t, 00057 dialup_t, 00058 connection_undefined_t 00059 } connection_t;
enum connectTo_t |
Definition at line 32 of file erregtypes.h.
00033 { 00034 ids_t = 0, 00035 pc_t 00036 } connectTo_t;
enum ip_address_mode_t |
Definition at line 61 of file erregtypes.h.
00062 { 00063 static_t, 00064 dhcp_t, 00065 ip_address_mode_undefined_t 00066 } ip_address_mode_t;
enum startup_behaviour_t |
specificDocument_t | |
referenceMaterials_t | |
lastReadDocument_t | |
recentDocuments_t | |
deviceManager_t | |
newsFolder_t | |
booksFolder_t | |
docsFolder_t | |
notesFolder_t | |
downloadHistory_t | |
behaviourUndefined_t |
Definition at line 38 of file erregtypes.h.
00039 { 00040 specificDocument_t = 0, 00041 referenceMaterials_t, 00042 lastReadDocument_t, 00043 recentDocuments_t, 00044 deviceManager_t, 00045 newsFolder_t, 00046 booksFolder_t, 00047 docsFolder_t, 00048 notesFolder_t, 00049 downloadHistory_t, 00050 behaviourUndefined_t 00051 } startup_behaviour_t;
enum wireless_encr_type_t |
Definition at line 68 of file erregtypes.h.
00069 { 00070 encr_none_t = 0, 00071 encr_wep_t, 00072 encr_wpa_t, 00073 encr_undefined_t = 99 00074 } wireless_encr_type_t;