Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/teraterm/ttpfile/ymodem.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2509 - (show annotations) (download) (as text)
Tue May 13 16:45:11 2008 UTC (5 years ago) by yutakapon
Original Path: teraterm/trunk/ttpfile/ymodem.h
File MIME type: text/x-chdr
File size: 466 byte(s)
YMODEM通信のコード(雛形)を追加。まだ、動かせるレベルではありません。
1 /* Tera Term
2 Copyright(C) 2008 TeraTerm Project
3 All rights reserved. */
4
5 /* TTFILE.DLL, YMODEM protocol */
6
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10
11 /* prototypes */
12 void YInit
13 (PFileVar fv, PYVar yv, PComVar cv, PTTSet ts);
14 void YCancel(PFileVar fv, PYVar yv, PComVar cv);
15 void YTimeOutProc(PFileVar fv, PYVar yv, PComVar cv);
16 BOOL YReadPacket(PFileVar fv, PYVar yv, PComVar cv);
17 BOOL YSendPacket(PFileVar fv, PYVar yv, PComVar cv);
18
19 #ifdef __cplusplus
20 }
21 #endif

SourceForge.JP is a Japanese version of SourceForge.net. For developments that are not related to Japan, we recommend you to use SourceForge.net.