Casio Cassiopeia PA-2400 Uživatelský manuál

Procházejte online nebo si stáhněte Uživatelský manuál pro PDA Casio Cassiopeia PA-2400. Casio Cassiopeia PA-2400 User Manual Uživatelská příručka

  • Stažení
  • Přidat do mých příruček
  • Tisk

Shrnutí obsahu

Strany 1 - C Library Manual

PA-2400C Library Manual(Version 1.00 )March 1998Casio Computer Co., Ltd.Copyright ©1998. All rights reserved.

Strany 2 - Table of Contents

10where the system power was turned off by the Power-ON resume function.A disconnection from I/O Box should

Strany 3

112.4 Source ListThis section introduces the IOBOX1.C program and its reference sources, and show a list of

Strany 4

12 wc.cbWndExtra = 0; wc.hInstance = hInstance; wc.hIcon = NULL; wc.hCursor

Strany 5 - 1. Supported Files

13{ HDC hdc; PAINTSTRUCT ps; RECT rect; DWORD ThreadID; switch (me

Strany 6 - 1.1.3 File Check Utility

14 default: MessageBox( hWnd, TEXT( "Function call Failed!") , TEXT( "Messag

Strany 7 - 2.2 Function

153. File Transfer Utility3.1 OverviewThis file utility performs file transfer either between a PC and PA-

Strany 8

163.2 List of FunctionsWith this file transfer utility the following functions related to the file transfer

Strany 9 - iobox_chk

173.3 Communication FunctionsOperational specifications for the FLCE should be made by initiating an approp

Strany 10

183.4 Pathname Description Method1) Enclose every pathname in a pair of parentheses. A pathname must have

Strany 11 - 2.4 Source List

19each slot, for example, " Storage Card" and " Storage Card2", thus no differentiation

Strany 12

2Table of ContentsPreface 4Chapter 1. Supported Files 51.1 List of Dedicated Libraries 61.1.1 I/O Bootup Lib

Strany 13

203.5 Rules of Describing Arguments Separate each parameter by inserting a space after each piece.

Strany 14

213.6 Conditions on Communication Partner3.6.1 Rules of Naming Files and Directory PathsSpecify the pa

Strany 15 - 3.1 Overview

223.6.3 /D (delete) Command OptionThese options (O: Forced deletion, R: Recursive call) of the delete com

Strany 16 - 3.2 List of Functions

23 Default if the command-to-response interval time-out registry has no setup : 30 seconds Registry posi

Strany 17 - 3.3 Communication Functions

243.7.2 Setting Up Registry with User ApplicationModify the registry as required from your application whil

Strany 18

25err=FALSE;}else {err=FALSE;}if( err==TRUE)MessageBox( NULL, TEXT( "Success setting registry!") ,

Strany 19

263.8 Termination CodesThe FLCE returns one of the codes listed in Table 3.7 as the termination code if com

Strany 20

27 Table 3.7 List of Termination CodesError codeCategorycodeDetailcodeMeaning Possible cause Remedy00h 00h

Strany 21

28Either the cable wasunplugged duringcommunication or the IrDAconnection is broken (wherethe H/PC is unmoun

Strany 22 - 3.7.1 Setup Items

29 3.9 Log FileThe FLCE will create a log file to record communication logs.Log File NameThe current log f

Strany 23

3Chapter 4. File Check Utility 454.1 Overview 454.2 List of Functions 454.3 Pathname Describing Method

Strany 24

303.10 RestrictionsThe file transfer utility is subject to the following restrictions: The FLCE does not

Strany 25

313.12 Details of Functions FLCE /Y< Description > Used to set up the device, baud rate, and co

Strany 26 - 3.8 Termination Codes

32 If mode specification is omitted, the normal mode with the connection-wait time-

Strany 27

33 FLCE /S< Description >Used to transmit a file on the local machine to the communication partner si

Strany 28

34 To specify all files enter "*.*" as the file name. A wild card can be

Strany 29 - 3.9 Log File

35 FLCE /R< Description > Uses a pathname request to specify a file that exists on the communicati

Strany 30 - 3.11 Precautions

36Destination directory pathname As the last input parameter of this command describe the desti

Strany 31 - FLCE /Y

37 FLCE /A< Description > Used to transmit the contents of a file that exists on the local machine

Strany 32

38< Examples >FLCE /A " MY casio.dat " "b: your master.dat"This appends the con

Strany 33 - FLCE /S

39 FLCE /D< Description > Used to delete a specified file or directory that exists on the communic

Strany 34

4PrefaceThis manual describes the C language-dedicated library functions and utilities that run on the Casio

Strany 35 - FLCE /R

40< Examples >FLCE /D "a: 12 *.dat" "b: casio 970613.dat"This deletes files und

Strany 36

41 FLCE /N< Description > Used to move a file that is specified by the move source pathname and th

Strany 37 - FLCE /A

42 FLCE /T< Description > This function transmits the system date and time of the local machine to

Strany 38

43 FLCE (Idle Start)< Description > Passes the request right to the communication partner side and

Strany 39 - FLCE /D

44 FLCE "casio.scr" Communication partner: Up/down utility for host PC (server mode)

Strany 40

454. File Check Utility4.1 OverviewThe file check utility is used to check if an objective file has been s

Strany 41 - FLCE /N

464.3.2 Rules of Naming Files and Directory Paths Table 4.28.3 Format Long File Name Drive letterWin

Strany 42 - FLCE /T

474.5 Functions4.5.1 List File Generating Function If the names of files to be transferred (copied) f

Strany 43 - FLCE (Idle Start)

484.5.2 List File ComparisonWith this function the following comparison will be made: Comparison betwe

Strany 44

494.6 Format of List FilesThe format of list files to be generated with the file check utility is shown b

Strany 45 - 4.2 List of Functions

51. Supported FilesThe following files will be supported by the C-library functions and utilities described

Strany 46

504.7 Syntax Analysis of Script FilesIf a script file name is specified when generating a list file, the

Strany 47 - 4.5 Functions

51<TIME_CMD> :: = 'T'<END_CMD> :: = '/'<PATHNAME_PAIR> :: = <PATHNA

Strany 48 - 4.5.2 List File Comparison

524.8 Error Messages/CodesCode Message Meaning RemedyThe making of a list file completed.00The contents of

Strany 49 - 4.6 Format of List Files

534.9 RestrictionsBecause of the Windows CE specifications some of the files contained in the Windows fold

Strany 50

544.10 Details of Functions FCHKCE /G< Description >If the names of files to be transferred (copie

Strany 51

55 abnormally terminated.) This append output is achieved in such a simple way that a

Strany 52 - 4.8 Error Messages/Codes

56 FCHKCE /C< Description >This function will perform the following comparisons: a comparison between

Strany 53 - 4.9 Restrictions

61.1 List of Dedicated Libraries1.1.1 I/O Bootup Library Function Table 1.1 I/O Bootup libraru funct

Strany 54 - FCHKCE /G

72. I/O Bootup Library2.1 OverviewThe I/O bootup library monitors the connection status of the dedicated I

Strany 55

8Because the interrupt signals are detected by their signal levels, they can be detected even if theorder of

Strany 56 - FCHKCE /C

92.3 Details of Function iobox_chk< Description >Monitors the connection status between two PA-24

Komentáře k této Příručce

Žádné komentáře