C Control PRO Unit Mega 128 198219 ユーザーズマニュアル

製品コード
198219
ページ / 429
337
C-Control Pro IDE
© 2013 Conrad Electronic
fil_ramaddr   Adresse des FILE Puffers
pos 
Lese- bzw. Schreibposition
Rückgabewert
Erfolg der aufgerufenen SDC Funktion. Siehe 
5.21.7 SDC_FSetDateTime
SDCard Funktionen
Syntax
byte SDC_FSetDateTime(char path[], byte day, byte mon, word year, byte min,
                      byte hours, byte sec);
Sub SDC_FSetDateTime(ByRef path As Char,day As Byte,mon As Byte,year As Word,
                     min As Byte, hours As Byte, sec As ByteAs Byte
Beschreibung
Setzt die Datums und Uhrzeit Attribute einer Datei.
Parameter 
path 
Pfad zur Datei.
day 
Tag (1-31)
mon 
Monat (1-12)
year 
Jahr (1980-2107)
min 
Minute (0-59)
hours  Stunde (0-23)
sec 
Sekunde (0-59) (wird immer auf einen geraden Wert gesetzt)
Rückgabewert
Erfolg der aufgerufenen SDC Funktion. Siehe 
5.21.8 SDC_FStat
SDCard Funktionen
Syntax
byte SDC_FStat(char path[], dword filinfo[]);
Sub SDC_FStat(ByRef path As CharByRef filinfo As ULongAs Byte
Beschreibung
Liest Attribute einer Datei in ein dword (ULong) Array mit 4 Elementen.