[Index] [Back] [Next]
JP internal layer:
JP internal layer is represented by the following types:
- JP/IPC
- JP/Cmd
The first type is designed to transferring data. It has a simple header that contain information about trunk, queue number, queue position, data size and data offset in the frame.
The second type is designed to transferring commands with arguments.
Header present information with trunk, queue number, queue position, command id, number of the arguments, and the depends on the arguments it's sizes and offsets.
There layer support trunking mechanismes and fragmenting/defragmenting, that implemented in the whole JP protocol stack.

[Index] [Back] [Next]