readme

来自「tinyos最新版」· 代码 · 共 35 行

TXT
35
字号
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:PacketListenerIF.java [deprecated]: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 [deprecated]:Implementation of SerialStub that communicates with SerialForwarder asif it were a serial port; allows for multiplexing of serial streams onthe actual port.SerialPortStub.java [deprecated]:Implementation of SerialStub that communicates over a serial portusing the javax.comm API.SerialStub.java [deprecated]:Interface for classes that implement some form of serialcommunication.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?