Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/web/document.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 71 - (show annotations) (download) (as text)
Thu Nov 29 13:19:39 2007 UTC (16 years, 4 months ago) by tmurakam
File MIME type: text/html
File size: 5053 byte(s)
updated
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/Main.dwt" codeOutsideHTMLIsLocked="false" -->
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5 <!-- InstanceBeginEditable name="doctitle" -->
6 <title>felicalib - FeliCa Library : Documents</title>
7 <!-- InstanceEndEditable -->
8 <meta name="keywords" content="felicalib,felica,フェリカ,モバイルフェリカ,電子マネー,Edy,パソリ,edyクレジット,edyカード,felicaカード" />
9 <link rel="stylesheet" href="style.css" type="text/css" />
10 <!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
11 </head>
12 <body>
13
14 <div id="contents">
15
16 <div id="header">
17 <img name="title" src="title.jpg" width="900" height="90" border="0" id="title" alt="" /></div>
18
19 <div id="menubar">
20 <div class="menuentry"><a href="index.html">felicalibとは</a></div>
21 <div class="menuentry"><a href="requirement.html">必要環境</a></div>
22 <div class="menuentry"><a href="download.html">ダウンロード</a></div>
23 <div class="menuentry"><a href="document.html">ドキュメント</a></div>
24 <div class="menuentry"><a href="wiki.html">Wiki</a></div>
25 <div class="menuentry"><a href="license.html">ライセンス</a></div>
26 <div class="menuentry"><a href="links.html">リンク</a></div>
27
28
29 <!-- amazon -->
30 <br/>
31 <br/>
32 <iframe src="http://rcm-jp.amazon.co.jp/e/cm?t=felicalib-22&o=9&p=8&l=as1&asins=B0009YVAW4&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=FFFFFF&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>
33 <br/>
34 <br/>
35 <iframe src="http://rcm-jp.amazon.co.jp/e/cm?t=felicalib-22&o=9&p=8&l=as1&asins=4756147275&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=FFFFFF&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>
36 <br/>
37 <br/>
38 <iframe src="http://rcm-jp.amazon.co.jp/e/cm?t=felicalib-22&o=9&p=8&l=as1&asins=4822221369&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=FFFFFF&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>
39 <br/>
40 <br/>
41 <iframe src="http://rcm-jp.amazon.co.jp/e/cm?t=felicalib-22&o=9&p=8&l=as1&asins=B000CSPMYO&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=FFFFFF&bg1=FFFFFF&f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>
42 </div>
43
44 <!-- Google Analytics -->
45 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
46 </script>
47 <script type="text/javascript">
48 _uacct = "UA-413697-11";
49 urchinTracker();
50 </script>
51
52 <div id="main"><!-- InstanceBeginEditable name="EditRegion3" -->
53 <h2>使い方</h2>
54 <p>サンプルとして FelicaDump.exe を付けてあります (lpdumpと同じようなもの)。コマンドラインで実行すると、FeliCa の非セキュリティエリアをすべて読み出します。</p>
55 <p>
56 本ライブラリをあなたのプログラムから使用する手順については、
57 <a href="http://sourceforge.jp/projects/felicalib/wiki/FrontPage">Wiki</a> の「プログラムから felicalibを利用する方法」を参照してください。
58 </p>
59
60 <h2>ドキュメント</h2>
61
62 <ul>
63 <li><a href="refdoc/">APIドキュメント</a></li>
64 </ul>
65
66 <!-- #BeginLibraryItem "/Library/AdsenseBanner.lbi" -->
67 <!-- Adsense バナー -->
68 <script type="text/javascript"><!--
69 google_ad_client = "pub-4621925249922081";
70 //468x60, 作成済み 07/11/18
71 google_ad_slot = "9575042018";
72 google_ad_width = 468;
73 google_ad_height = 60;
74 //--></script>
75 <script type="text/javascript"
76 src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
77 </script>
78 <!-- #EndLibraryItem -->
79
80 <h2>libpasori との互換性</h2>
81 <p>以下の API は互換性があります。</p>
82 <ul>
83 <li>pasori_open</li>
84 <li>pasori_close</li>
85 <li>pasori_init</li>
86 <li>felica_polling</li>
87 <li>felica_read_without_encryption02</li>
88 </ul>
89 <p>以下の API は実装されていません。</p>
90 <ul><li>pasori_write</li>
91 <li>pasori_read</li>
92 </ul>
93 <p>以下の API が追加されています。</p>
94 <ul>
95 <li>felica_enum_systemcode</li>
96 <li>felica_enum_service</li>
97 </ul>
98 <p>詳細はソースを見てください。</p>
99
100 <!-- InstanceEndEditable --></div>
101
102 <!-- google adsense -->
103 <div id="ads">
104 <script type="text/javascript"><!--
105 google_ad_client = "pub-4621925249922081";
106 //160x600, 作成済み 07/11/18
107 google_ad_slot = "5617224002";
108 google_ad_width = 160;
109 google_ad_height = 600;
110 //--></script>
111 <script type="text/javascript"
112 src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
113 </script>
114
115
116 </div>
117
118 <div id="footer">
119 Copyright (C) 2007 <a href="http://www.tmurakam.org/">Takuya Murakami</a>, All Rights Reserved.
120 </div>
121
122 </div>
123
124 </body>
125 <!-- InstanceEnd --></html>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26