public static interface ExtraAPRSInfoSourceDispatcher.APRSIfc
Modifier and Type | Method and Description |
---|---|
void |
addDataToFreeTextComment(java.lang.String objectName,
java.lang.StringBuilder commentBuilder,
int lengthOfComment)
Add any additional information to the text body of the APRS packet that this implementation
deems necessary.
|
void addDataToFreeTextComment(java.lang.String objectName, java.lang.StringBuilder commentBuilder, int lengthOfComment)
objectName
- String name of object being reported, or null if the local station is being
reportedcommentBuilder
- StringBuilder used to assemble the packet bodylengthOfComment
- int number of bytes the caller wants to tack on after all extension
implementors are done stretching the packet