package state // Converting these values to strings is bad for memory performance, // but it is what it is for now const ( PKC_KeyStsMod_disabled = "disabled" PKC_KeyStsMod_enabled = "enabled" ) // const ( // PKC_StrtFailTyp_"No_error" = "No_error" // PKC_StrtFailTyp_"Reserved" = "Reserved" // PKC_StrtFailTyp_"VCU_Authentication_Failure" = "VCU_Authentication_Failure" // PKC_StrtFailTyp_"Time_Out_(Crank_Off_Time)" = "Time_Out_(Crank_Off_Time)" // PKC_StrtFailTyp_"Auth_Pass" = "Auth_Pass" // PKC_StrtFailTyp_"Remote Immo Enabled" = "Remote Immo Enabled" // PKC_StrtFailTyp_"No Key detected inside the vehicle" = "No Key detected inside the vehicle" // PKC_StrtFailTyp_"Alcointerlock Enabled" = "Alcointerlock Enabled" // PKC_StrtFailTyp_"Initial value" = "Initial value" // )