Uses of Class
de.sg_o.lib.photoNet.networkIO.NetIO
Packages that use NetIO
Package
Description
-
Uses of NetIO in de.sg_o.lib.photoNet.netData
Constructors in de.sg_o.lib.photoNet.netData with parameters of type NetIOModifierConstructorDescriptionDataDownload(FileListItem file, OutputStream dataStream, int maxRetries, long startOffset, long downloadLength, NetIO io) DataUpload(FileListItem file, InputStream dataStream, int maxRetries, NetIO io) FileListItem(String baseDir, String name, long size, boolean folder, NetIO io) FileListItem(String baseDir, String info, NetIO io) FolderList(String path, String response, NetIO io) -
Uses of NetIO in de.sg_o.lib.photoNet.networkIO
Constructors in de.sg_o.lib.photoNet.networkIO with parameters of type NetIOModifierConstructorDescriptionNetRegularCommand(NetIO device, String command) NetRegularCommand(NetIO device, String command, boolean important) NetRequestBinary(NetIO device, String command) NetRequestBinary(NetIO device, String command, boolean important) NetSendBinary(NetIO device, byte[] data) NetSendBinary(NetIO device, byte[] data, boolean important) -
Uses of NetIO in de.sg_o.lib.photoNet.printer
Constructors in de.sg_o.lib.photoNet.printer with parameters of type NetIOModifierConstructorDescriptionAsyncPrinterInformation(Printer p, NetIO io) AsyncStatusUpdate(int interval, Status status, NetIO io) RootFolder(NetIO io)