Good day all,
I am encountering a difficulty with TransmitClientEvent in VB.Net. I want to set the value for the elevator trim. The SDK says value = -16383 to +16383 for "AXIS_ELEV_TRIM_SET".
All works well while the value I want to send is positive. As soon as it becomes negative, I get an overflow exception. Many controls having a range between -16383 to + 16383, it is very annoying.
I try to pass the value as an Int16, am I missing something?
Thanks by advance for any help
Best regards,
Robert
I am encountering a difficulty with TransmitClientEvent in VB.Net. I want to set the value for the elevator trim. The SDK says value = -16383 to +16383 for "AXIS_ELEV_TRIM_SET".
All works well while the value I want to send is positive. As soon as it becomes negative, I get an overflow exception. Many controls having a range between -16383 to + 16383, it is very annoying.
I try to pass the value as an Int16, am I missing something?
Thanks by advance for any help
Best regards,
Robert


