mds

fun mds(group: Byte, data: List<Byte>, mdsId: Byte = 0): List<Ump>


fun mds(group: Int, data: List<Byte>, mdsId: Byte = 0): List<Ump>

Deprecated

Use group as Byte

Replace with

mds(group.toByte(), data, mdsId)