• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. b_prajesh
    3. Posts

    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
    B
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by b_prajesh

    • Constructor for Network and RemoteDevice

      Hi, I am new to using bacnet4j. I am having trouble understanding:

      1. Does a Network object represent a bacnet network? If yes, wouldn't just the network number in the constructor have been sufficient, to uniquely identify the object? What is the meaning of the NetworkAddress in that constructor? Is it the subnet part padded with zeros of the IP address of any device on the IP-subnet?

      2. I would think the Address, by itself, would be able to uniquely identify a RemoteDevice object. Why do we need the int instanceNumber and the Network network in the contructor of RemoteDevice?

      Thank you for your reply.
      Prajesh

      posted in BACnet4J general discussion
      B
      b_prajesh
    • RE: Constructor for Network and RemoteDevice

      Hi, I am new to using bacnet4j. I am having trouble understanding:

      1. Does a Network object represent a bacnet network? If yes, wouldn't just the network number in the constructor have been sufficient, to uniquely identify the object? What is the meaning of the NetworkAddress in that constructor? Is it the subnet part padded with zeros of the IP address of any device on the IP-subnet?

      2. I would think the Address, by itself, would be able to uniquely identify a RemoteDevice object. Why do we need the int instanceNumber and the Network network in the contructor of RemoteDevice?

      Thank you for your reply.
      Prajesh

      posted in BACnet4J general discussion
      B
      b_prajesh