Using Generic Socket Addresses
RWSockAddr represents any address family. It is a concrete class that can be instantiated directly and used as member data in objects. You can use RWSockAddr when you do not know the address family until run time.
NOTE: The Networking package has one family of addresses, RWInetAddr. However, if you follow the guidelines in this section, your application will work with any family of addresses.