Uses of Class
org.refcodes.serial.AbstractPayloadSection
-
-
Uses of AbstractPayloadSection in org.refcodes.serial
Subclasses of AbstractPayloadSection in org.refcodes.serial Modifier and Type Class Description classBooleanArraySectionTheBooleanArraySectionis an implementation of aSectioncarrying a boolean array as payload.classByteArraySectionTheByteArraySectionis an implementation of aSectioncarrying a byte array as payload.classCharArraySectionTheCharArraySectionis an implementation of aPayloadSectioncarrying a char array as payload.classCharSectionTheCharSectionis an implementation of aSectioncarrying a char value as payload.classDoubleArraySectionTheDoubleArraySectionis an implementation of aSectioncarrying a double array as payload.classFileSectionAFileSectionrepresents aFileon the file system and can be used to receive or to transmit aFile.classFloatArraySectionTheFloatArraySectionis an implementation of aSectioncarrying a float array as payload.classIntArraySectionTheIntArraySectionis an implementation of aSectioncarrying an integer array as payload.classLongArraySectionTheLongArraySectionis an implementation of aSectioncarrying a long array as payload.classPropertiesSectionclassShortArraySectionTheShortArraySectionis an implementation of aSectioncarrying a short array as payload.classStringSection
-