hti/HtiFramework/group/hti.cfg
changeset 13 33016869e0dd
parent 0 a03f92240627
equal deleted inserted replaced
0:a03f92240627 13:33016869e0dd
    75 
    75 
    76 
    76 
    77 # The flag indicating whether or not HTI should start automatically when,
    77 # The flag indicating whether or not HTI should start automatically when,
    78 # device starts. 0 means no, 1 means yes. If automatic start is not enabled,
    78 # device starts. 0 means no, 1 means yes. If automatic start is not enabled,
    79 # HTI can be started manually from HtiAdmin application.
    79 # HTI can be started manually from HtiAdmin application.
    80 # Default value: 0 in emulator, 1 in hardware
    80 # Default value: 1 
    81 
    81 
    82 #EnableHtiAutoStart=0
    82 #EnableHtiAutoStart=0
    83 #EnableHtiAutoStart=1
    83 #EnableHtiAutoStart=1
    84 
    84 
    85 
    85 
    88 # by communication plugins or possible panic dialogs shown by the OS.
    88 # by communication plugins or possible panic dialogs shown by the OS.
    89 # Default value: 1
    89 # Default value: 1
    90 
    90 
    91 #ShowErrorDialogs=0
    91 #ShowErrorDialogs=0
    92 #ShowErrorDialogs=1
    92 #ShowErrorDialogs=1
       
    93 
       
    94 # The value in seconds that HTI will delay before reconnecting when connection lost,
       
    95 # If the value is 0, reconnect would not happen.
       
    96 # Default value: 0
       
    97 #ReconnectDelay=0