static FloatArraySection |
SerialSugar.floatArraySection() |
|
static FloatArraySection |
SerialSugar.floatArraySection(float... aValue) |
|
static FloatArraySection |
SerialSugar.floatArraySection(Float... aValue) |
|
static FloatArraySection |
SerialSugar.floatArraySection(String aAlias) |
|
static FloatArraySection |
SerialSugar.floatArraySection(String aAlias,
float... aValue) |
|
static FloatArraySection |
SerialSugar.floatArraySection(String aAlias,
Float... aValue) |
|
static FloatArraySection |
SerialSugar.floatArraySection(String aAlias,
org.refcodes.numerical.Endianess aEndianess) |
|
static FloatArraySection |
SerialSugar.floatArraySection(String aAlias,
org.refcodes.numerical.Endianess aEndianess,
float... aValue) |
|
static FloatArraySection |
SerialSugar.floatArraySection(String aAlias,
org.refcodes.numerical.Endianess aEndianess,
Float... aValue) |
|
static FloatArraySection |
SerialSugar.floatArraySection(String aAlias,
TransmissionMetrics aTransmissionMetrics) |
Constructs an according instance from the given configuration.
|
static FloatArraySection |
SerialSugar.floatArraySection(String aAlias,
TransmissionMetrics aTransmissionMetrics,
float... aValue) |
Constructs an according instance from the given configuration.
|
static FloatArraySection |
SerialSugar.floatArraySection(String aAlias,
TransmissionMetrics aTransmissionMetrics,
Float... aValue) |
Constructs an according instance from the given configuration.
|
static FloatArraySection |
SerialSugar.floatArraySection(org.refcodes.numerical.Endianess aEndianess) |
|
static FloatArraySection |
SerialSugar.floatArraySection(org.refcodes.numerical.Endianess aEndianess,
float... aValue) |
|
static FloatArraySection |
SerialSugar.floatArraySection(org.refcodes.numerical.Endianess aEndianess,
Float... aValue) |
|
static FloatArraySection |
SerialSugar.floatArraySection(TransmissionMetrics aTransmissionMetrics) |
Constructs an according instance from the given configuration.
|
static FloatArraySection |
SerialSugar.floatArraySection(TransmissionMetrics aTransmissionMetrics,
float... aValue) |
Constructs an according instance from the given configuration.
|
static FloatArraySection |
SerialSugar.floatArraySection(TransmissionMetrics aTransmissionMetrics,
Float... aValue) |
Constructs an according instance from the given configuration.
|
FloatArraySection |
FloatArraySection.withPayload(float[] aValue) |
FloatArraySection |
FloatArraySection.withPayload(Float[] aPayload) |
Convenience method to convert the array of wrapper types into its
counterpart with primitive types before invoking
withPayload(float[]).
|