Selaa lähdekoodia

Update README.md

nxrighthere 7 vuotta sitten
vanhempi
sitoutus
bcfc31b858
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -164,9 +164,9 @@ Contains a marshalled structure from the unmanaged side with host data and port
 
 `Address.Port` set or get a port number.
 
-`Address.SetHost` set host name or an IP address (IPv4/IPv6).
+`Address.SetHost` set host name or an IP address (IPv4/IPv6). Returns 0	on success or < 0 on failure.
 
-`Address.GetIP` gives the printable form of the IP address.
+`Address.GetIP` returns the printable form of the IP address.
 
 `Address.GetName` attempts to do a reverse lookup of the host.