Uses of Class
org.deepjava.runtime.mpc555.driver.SCI
-
Packages that use SCI Package Description org.deepjava.runtime.mpc555.driver org.deepjava.runtime.mpc555.driver.ffs -
-
Uses of SCI in org.deepjava.runtime.mpc555.driver
Methods in org.deepjava.runtime.mpc555.driver that return SCI Modifier and Type Method Description static SCI
SCI. getInstance(int sciNr)
Returns an instance of Serial Communication Interface operating the SCI1 or SCI2.Constructors in org.deepjava.runtime.mpc555.driver with parameters of type SCI Constructor Description SCIInputStream(SCI sci)
Creates an input stream on a given SCI interface.SCIOutputStream(SCI sci)
Creates an output stream on a given SCI interface. -
Uses of SCI in org.deepjava.runtime.mpc555.driver.ffs
Fields in org.deepjava.runtime.mpc555.driver.ffs declared as SCI Modifier and Type Field Description (package private) static SCI
FileTransfer. sci
-