• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. lukasz

    Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website
    L
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    lukasz

    @lukasz

    0
    Reputation
    469
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    lukasz Unfollow Follow

    Latest posts made by lukasz

    • Private Transfer

      Hi.
      I try to send ConfirmProvateTransfer but something is wrong.
      Below is my code:

                              byte[] txData = new byte[5];
                              for(int i=0; i<5;i++){
                                  txData* = (byte) (i+1);
                              }
                              OctetString privData = new OctetString(txData);
                              ConfirmedPrivateTransferRequest priv = new ConfirmedPrivateTransferRequest(999, 1, privData)
                              localDevice.send(d, priv);
      

      In Whirehark I see this:
      PrivateTransfer.jpg

      How to prepare correctly data to send by ConfirmedPrivateTransferRequest with openTag and closeTag? Something like this:
      PrivateTransfer2.jpg

      posted in BACnet4J general discussion
      L
      lukasz