shortParameter
fun <S> SenderScope<S>.shortParameter(id: TypedIdentifier<Short>, min: Short = Short.MIN_VALUE, max: Short = Short.MAX_VALUE, description: String = ""): StructureElement<S, ShortParameter<S>>
fun <S> SenderScope<S>.shortParameter(name: String, min: Short = Short.MIN_VALUE, max: Short = Short.MAX_VALUE, description: String = ""): StructureElement<S, ShortParameter<S>>