MyNodeInfo
data class MyNodeInfo(val myNodeNum: Int, val hasGPS: Boolean, val model: String?, val firmwareVersion: String?, val couldUpdate: Boolean, val shouldUpdate: Boolean, val currentPacketId: Long, val messageTimeoutMsec: Int, val minAppVersion: Int, val maxChannels: Int, val hasWifi: Boolean, val channelUtilization: Float, val airUtilTx: Float, val deviceId: String?, val pioEnv: String? = null) : <ERROR CLASS> ERROR CLASS: Symbol not found for CommonParcelable(source)
Constructors
Link copied to clipboard
constructor(myNodeNum: Int, hasGPS: Boolean, model: String?, firmwareVersion: String?, couldUpdate: Boolean, shouldUpdate: Boolean, currentPacketId: Long, messageTimeoutMsec: Int, minAppVersion: Int, maxChannels: Int, hasWifi: Boolean, channelUtilization: Float, airUtilTx: Float, deviceId: String?, pioEnv: String? = null)