/// /// PTTransport.kt /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE. /// https://github.com/mrousavy/nitro /// Copyright © Marc Rousavy @ Margelo /// package com.margelo.nitro.espprovtoolkit import androidx.annotation.Keep import com.facebook.proguard.annotations.DoNotStrip /** * Represents the JavaScript enum/union "PTTransport". */ @DoNotStrip @Keep enum class PTTransport(@DoNotStrip @Keep val value: Int) { TRANSPORT_BLE(0), TRANSPORT_SOFTAP(1); companion object }