DirectionData

data class DirectionData(val name: String, val code: Int, val type: DirectionModbusType? = null)

Constructors

Link copied to clipboard
constructor(name: String, code: Int, type: DirectionModbusType? = null)

Properties

Link copied to clipboard
val code: Int
Link copied to clipboard
Link copied to clipboard

Functions

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