Constructor help ArtNetSharp and PortConfig

  • Hello! I am looking for some help with the ArtNetSharp library.
    I am trying to figure out the types in this constructor for a portconfig. public PortConfig(in byte bindIndex, in Net net, in Address address, in bool output, in bool input) : this(bindIndex, new PortAddress(net, address.Subnet, address.Universe), output, input)
    Spefically what Net and Address look like. Are these references to an IP address? How would they need to be formatted?
    I want to make a port that communicate with IP address 10.0.33.20 on network 10.0.33.0/24