SensorTypeString

data class SensorTypeString(val string: String) : SupportedSensorTypes

String datatype encapsulation

Constructors

Link copied to clipboard
constructor(string: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun getValue(): String