Uses of Class
org.refcodes.serial.AsciizArraySegment
-
Uses of AsciizArraySegment in org.refcodes.serial
Methods in org.refcodes.serial that return AsciizArraySegmentModifier and TypeMethodDescriptionstatic AsciizArraySegmentSerialSugar.asciizArraySegment(byte aEndOfStringByte, int aLengthWidth, org.refcodes.numerical.Endianess aEndianess, String... aPayload) Constructs anAsciizArraySegmentusing the providedStringelements and using the providedSegmentclass for creatingSegmentinstances.static AsciizArraySegmentSerialSugar.asciizArraySegment(byte aEndOfStringByte, String... aPayload) Constructs anAsciizArraySegmentcontaining the provided payload and using theTransmissionMetrics.DEFAULT_LENGTH_WIDTHas well as theTransmissionMetrics.DEFAULT_ENDIANESS.static AsciizArraySegmentSerialSugar.asciizArraySegment(int aLengthWidth, org.refcodes.numerical.Endianess aEndianess, String... aPayload) Constructs anAsciizArraySegmentusing the providedStringelements and using the providedSegmentclass for creatingSegmentinstances.static AsciizArraySegmentSerialSugar.asciizArraySegment(String... aPayload) Constructs anAsciizArraySegmentcontaining the provided payload and using theTransmissionMetrics.DEFAULT_LENGTH_WIDTHas well as theTransmissionMetrics.DEFAULT_ENDIANESS.static AsciizArraySegmentSerialSugar.asciizArraySegment(String aAlias, byte aEndOfStringByte, int aLengthWidth, org.refcodes.numerical.Endianess aEndianess, String... aPayload) Constructs anAsciizArraySegmentusing the provided arguments.static AsciizArraySegmentSerialSugar.asciizArraySegment(String aAlias, int aLengthWidth, org.refcodes.numerical.Endianess aEndianess, String... aPayload) Constructs anAsciizArraySegmentusing the provided arguments.static AsciizArraySegmentSerialSugar.asciizArraySegment(String aAlias, TransmissionMetrics aTransmissionMetrics) Constructs anAsciizArraySegmentfrom the given configuration.static AsciizArraySegmentSerialSugar.asciizArraySegment(String aAlias, TransmissionMetrics aTransmissionMetrics, byte aEndOfStringByte) Constructs anAsciizArraySegmentfrom the given configuration.static AsciizArraySegmentSerialSugar.asciizArraySegment(String aAlias, TransmissionMetrics aTransmissionMetrics, String... aValue) Constructs anAsciizArraySegmentfrom the given configuration.static AsciizArraySegmentSerialSugar.asciizArraySegment(TransmissionMetrics aTransmissionMetrics) Constructs anAsciizArraySegmentfrom the given configuration.static AsciizArraySegmentSerialSugar.asciizArraySegment(TransmissionMetrics aTransmissionMetrics, String... aValue) Constructs anAsciizArraySegmentfrom the given configuration.AsciizArraySegment.withPayload(String[] aValue)