readme
来自「这是无线传感器网络用的操作系统tinyos-1.1.0,未来的世界将是它呵」· 代码 · 共 41 行
TXT
41 行
Package: net.tinyos.utilDescription: Utility classes for TinyOS java applictionsAuthor: TinyOS teamThis package contains common utility classes used by several TinyOSapplications.Executables: noneTest Programs: noneClasses:ForwarderListen.java:A simple utility that connects to the SerialForwarder and displaysthe resulting packet stream on the screen as a series of white spacedelimited hex bytes. PacketListenerIF.java:Callback interface for classes that want to be notified when packetsarrive. This interface is used by SerialStub to notify when data comesin over a serial connection.SerialForwarderStub.java:Implementation of SerialStub that communicates with SerialForwarder asif it were a serial port; allows for multiplexing of serial streams onthe actual port.SerialPortStub.java:Implementation of SerialStub that communicates over a serial portusing the javax.comm API.SerialStub.java:Interface for classes that implement some form of serialcommunication.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?