Class NetworkQueuedObject

java.lang.Object
networkTransfer.send.NetworkQueuedObject

public class NetworkQueuedObject extends Object
  • 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

      public NetworkQueuedObject(String jsonString)
      Constructor for json-formatted string output
      Parameters:
      jsonString -