Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 1 month ago.
getHostByName()関数について
getHostByName()関数を使いたいのですが、 1)この関数の説明はどこにありますか? 2)この関数を使うに当たって、必要なライブラリー、ヘッダーファイル等は どのように探せばよいのでしょうか?
Linux ならMANのようなものがありますが、Mbedでは似たようなものはありませんか?
1 Answer
10 years, 1 month ago.
こんにちは。
Sagaさんが作成された TinyResolver に該当関数があるようです。
http://developer.mbed.org/users/okini3939/code/TinyResolver/
mbed にはMANはありませんが、Doxygenを使用したドキュメントの自動生成を使っています。 http://developer.mbed.org/handbook/API-Documentation
例えば、先ほどの gethostbyname() 関数のドキュメントは、以下のリンクで確認できます。
http://developer.mbed.org/users/okini3939/code/TinyResolver/docs/477d4e2f281a/TinyResolver_8h.html