Module org.refcodes.serial
Package org.refcodes.serial
Interface ReadyToSendMagicBytesAccessor.ReadyToSendMagicBytesMutator
-
- All Known Subinterfaces:
ReadyToSendMagicBytesAccessor.ReadyToSendMagicBytesProperty
- Enclosing interface:
- ReadyToSendMagicBytesAccessor
public static interface ReadyToSendMagicBytesAccessor.ReadyToSendMagicBytesMutatorProvides a mutator for a RTS ("ready-to-send") magic bytes property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetReadyToSendMagicBytes(byte[] aReadyToSendMagicBytes)Sets the magic bytes for the RTS ("ready-to-send") magic bytes property.
-