X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFNetNetEndPoint.h;h=06245553c1b35de171b0f41f76dab097d5736976;hb=62fab7e53aaf0475688595b57c75cdc2a0ecb3f8;hp=c283e86a2de5df0eb820490d967a40eb21008f7e;hpb=6bb0694856f248f4b2d02e72d3b3e75f4df4b637;p=platform%2Fframework%2Fnative%2Fnet.git diff --git a/inc/FNetNetEndPoint.h b/inc/FNetNetEndPoint.h index c283e86..0624555 100644 --- a/inc/FNetNetEndPoint.h +++ b/inc/FNetNetEndPoint.h @@ -128,10 +128,11 @@ public: * else @c null string if an error occurs * @exception E_SUCCESS The method is successful. * @exception E_INVALID_STATE This instance is in an invalid state. - * @remarks The string output of this method is formatted as follows: IPADDRESS:PORT. @n - * IPADDRESS is a string representing a number expressed in the Internet Standard "." (dotted) notation (for example, 165.213.173.7). @n - * PORT is a string representing a port number in host byte order. For example, 165.213.173.7:2000 is a possible string. @n - * The specific error code can be accessed using the GetLastResult() method. + * @remarks + * - The string output of this method is formatted as follows: IPADDRESS:PORT. @n + * IPADDRESS is a string representing a number expressed in the Internet Standard "." (dotted) notation (for example, 165.213.173.7). @n + * PORT is a string representing a port number in host byte order. For example, 165.213.173.7:2000 is a possible string. + * - The specific error code can be accessed using the GetLastResult() method. */ Tizen::Base::String GetNetEndPoint(void) const;