- Messages
- 1
- Country

Hi all,
I'm writing some tools in VB.Net (C# examples are fine too) and have a question about Engine Type Enum.
In the SimConnect API reference it states that there's an enum of 0,1,2,3,4
but instead of those I've found the enums to be
Piston = 0
Jet = 1065353216
None = 1073741824
turbine = 1077936128
Unsupported = 1082130432
Turboprop = 1084227584
I set Engine Type as 'enum' with SimConnect_DataType.Float32. Is this correct?
I'm writing some tools in VB.Net (C# examples are fine too) and have a question about Engine Type Enum.
In the SimConnect API reference it states that there's an enum of 0,1,2,3,4
but instead of those I've found the enums to be
Piston = 0
Jet = 1065353216
None = 1073741824
turbine = 1077936128
Unsupported = 1082130432
Turboprop = 1084227584
I set Engine Type as 'enum' with SimConnect_DataType.Float32. Is this correct?
