n4objectProps and Network Address
Keywords: n4objectProps Network Address IP address
Question:
I'm using n4object props and Network Address.my return is a string like this-> 1|0A40FE2A:
If I look in NW admin it lists an IP address. do i need to convert this into an IP address to get one?
Answer:
You need to use the NetWareX extender's nwGetObjValue() function to be able to properly decode network address attribute values that contains TCP/IP addresses. Be sure to enable flag bit #0 [value = 1] when using the function so that the attribute value is fully decoded. Also, read the somewhat extensive docs for that function to understand how it differs from the older n4ObjectProps() and n4ObjGetVal() functions.
Article ID: W15211