Hello I have a comprehensive Simconnect application developed in C# where I read and write approximately 20 variables
there's one variable I am unable to set whatever I try to write which is "BRAKE PARKING POSITION "
I add it to a struct definition together with another 10 variables and so and then update regularly, all other variables work....
SimConnect.AddToDataDefinition(DEFINITIONS.AircraftVelocities, "BRAKE PARKING POSITION", "Position", SIMCONNECT_DATATYPE.FLOAT64, 0, SimConnect.SIMCONNECT_UNUSED);
I am trying to set it to 1 or fully engaged, I tried float64, int bool etc... could you please test if it is working and how ?
thanks
Fred