?? readme
字號:
Package: net.tinyos.util
Description: Utility classes for TinyOS java applictions
Author: TinyOS team
This package contains common utility classes used by several TinyOS
applications.
Executables: none
Test Programs: none
Classes:
ForwarderListen.java:
A simple utility that connects to the SerialForwarder and displays
the resulting packet stream on the screen as a series of white space
delimited hex bytes.
PacketListenerIF.java:
Callback interface for classes that want to be notified when packets
arrive. This interface is used by SerialStub to notify when data comes
in over a serial connection.
SerialForwarderStub.java:
Implementation of SerialStub that communicates with SerialForwarder as
if it were a serial port; allows for multiplexing of serial streams on
the actual port.
SerialPortStub.java:
Implementation of SerialStub that communicates over a serial port
using the javax.comm API.
SerialStub.java:
Interface for classes that implement some form of serial
communication.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -