Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

plp.analyzer.* (12)plp.link.* (35)plp.link.plpframeparser.* (10)
plp.presentation.* (23)plp.presentation.fileclient.* (15)plp.presentation.util.* (2)
plp.rs232.* (8)plp.session.* (22)

plp: Javadoc index of package plp.


Package Samples:

plp.link
plp.link.plpframeparser
plp.presentation.util
plp.presentation.fileclient
plp.presentation
plp.rs232
plp.session
plp.analyzer

Classes:

PLPFrameParser: Parses raw data into a PLPFrame. **************************************************** * n * 1 * 1 * 1 * 1 * n * 1 * 1 *2-4* n * * rubbish*ETB*DLE*STX*C/S*DAT*DLE*ETX*CRC* rubbish * **************************************************** this.getStartIndex indicated ETB, this.getEndIndex indicates the last index of the frame
CommunicationDevice: A CommunicationDevice is a device that can send and receive data on byte level. The CommunicationDevice can be virtual, for testing purposes, or represent hardware, e.g. serial port or a infrared port.
CRCParser: Parses the CRC part of the frame The CRC part is at least 2 bytes long, and has a max length of 4 getParsedData() always returns 2 bytes when the parse() returns true. The CRC part may be stuffed
RS232: Implementation of a Communication device. This CommunicationDevice is a serial device, according to the RS232 standard. This class is implemented as a wrapper around the Java COMM API.
Transmitter: This class sends data using a CommunicationDevice. It retransmits data if a the specified retry interval has expired. If the Transmition is acknowledged, it will stop retrying
CommunicationDeviceFactory: I create the default CommunicationDevice. Note that I allways return the same CommunicationDevice instance.
AbstractCommunicationDevice: This class implements the listener part of the CommunicationDevice
TestCommunicationDevice: A class to test software that uses a CommunicationDevice interface
DataListener: A DataListener receives data from a CommunicationDevice object
PLPFrame: Represents a PLPFrame for a Nokia 9210 and probrally others
SessionRunner: The SessionRunner tests the session layer
ConnectionRunner: A Class for test purposes
RS232Tester: A testclass for RS232
AllTests
PLPFrameSelectionListener
SerialConfigListener
Analyzer
CrossConnecterListener
SerialConfigurationPanel
CrossConnecter
AnalyzerFrame
PLPFrameListener
NCPView
PLPFrameModel
AnalyzerFrame_AboutBox

Home | Contact Us | Privacy Policy | Terms of Service