Argox PA-20 Programming Guide Bedienungsanleitung Seite 50

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 130
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 49
PT-20 Programming Guide
48
Example call
DiskD_totalsize ( );
Includes
#include “SDK.h ”
Description
The DicskD_totalsize function returns the total space in disk D.
Returns
0xffffffff : Disk D unformatted.
Others : The total space in disk D.(Bytes)
fErrorCode
None
DiskC_usedsize
Purpose
Checking the used space in disk C.
Syntax
unsigned int DiskC_usedsize (void);
Example call
DiskC_usedsize ( );
Includes
#include “SDK.h ”
Description
The DicskC_usedsize function returns the used space in disk C.
Returns
0xffffffff : Disk C unformatted.
Others : The used space in disk C.(Bytes)
fErrorCode
None
DiskD_usedsize
Purpose
Checking the used space in disk D.
Syntax
unsigned int DiskD_usedsize (void);
Example call
DiskD_usedsize ( );
Includes
#include “SDK.h ”
Description
The DicskD_usedsize function returns the used space in disk D.
Returns
0xffffffff : Disk D unformatted.
Others : The used space in disk D.(Bytes)
fErrorCode
None
DicskC_freesize
Purpose
Checking the free space in disk C.
Syntax
unsigned int DiskC_freesize (void);
Example call
DiskC_freesize( );
Includes
#include “SDK.h ”
Description
The DicskC_freesize function returns the free space in disk C.
Returns
0xffffffff : Disk C unformatted.
Others : The free space in disk C.(Bytes)
fErrorCode
None
DicskD_freesize
Purpose
Checking the free space in disk D.
Syntax
unsigned int DiskD_freesize (void);
Example call
DiskD_freesize( );
Includes
#include “SDK.h ”
Seitenansicht 49
1 2 ... 45 46 47 48 49 50 51 52 53 54 55 ... 129 130

Kommentare zu diesen Handbüchern

Keine Kommentare