Module org.refcodes.serial
Package org.refcodes.serial
Interface LengthWidthAccessor.LengthWidthMutator
-
- All Known Subinterfaces:
LengthWidthAccessor.LengthWidthProperty
- Enclosing interface:
- LengthWidthAccessor
public static interface LengthWidthAccessor.LengthWidthMutatorProvides a mutator for a length width (in bytes) property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetLengthWidth(int aLengthWidth)Sets the length width (in bytes) for the length width (in bytes) property.
-