Update NXDT part

Add NXDT CLI support
Update MessagesConsumer
This commit is contained in:
Dmitry Isaenko 2020-07-07 15:02:37 +03:00
parent 6100a721af
commit 96e85056dd
18 changed files with 198 additions and 56 deletions

View file

@ -18,7 +18,7 @@
*/
package nsusbloader.COM.NET;
import nsusbloader.COM.ICommunications;
import nsusbloader.COM.INSTask;
import nsusbloader.ModelControllers.ILogPrinter;
import nsusbloader.NSLDataTypes.EFileStatus;
import nsusbloader.ModelControllers.Log;
@ -32,7 +32,7 @@ import java.nio.ByteBuffer;
import java.nio.charset.StandardCharsets;
import java.util.*;
public class NETCommunications implements ICommunications { // todo: rewrite
public class NETCommunications implements INSTask { // todo: rewrite
private ILogPrinter logPrinter;