Package networkTransfer.send
Class NetworkQueuedObject
java.lang.Object
networkTransfer.send.NetworkQueuedObject
-
Constructor Summary
ConstructorsConstructorDescriptionNetworkQueuedObject(int buoyId1, int buoyId2, int dataType1, int dataType2, byte[] data) Constructor for a byte-array message, to send to a remote PAMGuard installationNetworkQueuedObject(String jsonString) Constructor for json-formatted string output -
Method Summary
-
Constructor Details
-
NetworkQueuedObject
public NetworkQueuedObject(int buoyId1, int buoyId2, int dataType1, int dataType2, byte[] data) Constructor for a byte-array message, to send to a remote PAMGuard installation- Parameters:
buoyId1-buoyId2-dataType1-dataType2-data-dataLength-
-
NetworkQueuedObject
Constructor for json-formatted string output- Parameters:
jsonString-
-