byteParameter

fun <S> SenderScope<S>.byteParameter(id: TypedIdentifier<Byte>, min: Byte = Byte.MIN_VALUE, max: Byte = Byte.MAX_VALUE, description: String = ""): StructureElement<S, ByteParameter<S>>
fun <S> SenderScope<S>.byteParameter(name: String, min: Byte = Byte.MIN_VALUE, max: Byte = Byte.MAX_VALUE, description: String = ""): StructureElement<S, ByteParameter<S>>