public static int ChangeApplicationOptions( out SErrorError, ref SChangeOptionChangeOption, intMaxTime );
Parameters
Error
Additional error information returned from Drive.
ChangeOption
Reference to instance of SChangeOption class which contains new Drive settings.
MaxTime
Maximum of time (in milliseconds) function can take. If MaxTime=0 function execution is not time limited.
Return Value
1 if successful, other value otherwise.
Remarks
Use ChangeOption to set new Drive settings. It is possible to change these characteristics:
appearance for right or left handed user
enable/disable sounds
set maximum and minimum sound volume Sound volume is changed with changing of velocity. Maximum value is used with high speed and minimum with low speed.
set clock format. It is possible to choose EUROPE, UK or US format.
set distance units. User can choose kilometers or miles.
set GPS units. User can choose degrees, minutes or seconds.
set location of home position.
set keyboard type which Drive uses.
After function execution ChangeOption contains actual Drive settings.