Inet/http操作関数使用例(Air C サンプル)

 Air C では、各種 Internet プロトコルによる通信制御を行うための関数群が提供されています。以下に代表的な使用例を記します。
  1. inet_open Internet接続の確立
  2. inet_close Internet接続の終了
  3. decordurl URLの分解
  4. http_open http接続の確立
  5. http_close http接続の終了
  6. http_request http接続への要求
  7. http_read http接続からの読み込み
■inet_open(inet_open Internet接続の確立)


 工事中

■inet_close(inet_close Internet接続の終了)


 工事中

■decordeurl(decordurl URLの分解)


 工事中

■http_open(http接続の確立)


 工事中

■http_close(http接続の終了)


 工事中

■http_request(http接続への要求)


 工事中

■http_read(http接続からの読み込み)


 工事中