|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|

函数 | |
| int | HalFileOpen (const char *path, int oflag, int mode) |
| int | HalFileClose (int fd) |
| int | HalFileRead (int fd, char *buf, unsigned int len) |
| int | HalFileWrite (int fd, const char *buf, unsigned int len) |
| int | HalFileDelete (const char *path) |
| int | HalFileStat (const char *path, unsigned int *fileSize) |
| int | HalFileSeek (int fd, int offset, unsigned int whence) |
| int HalFileClose | ( | int | fd | ) |
| int HalFileDelete | ( | const char * | path | ) |
| int HalFileOpen | ( | const char * | path, |
| int | oflag, | ||
| int | mode | ||
| ) |
| int HalFileRead | ( | int | fd, |
| char * | buf, | ||
| unsigned int | len | ||
| ) |
| int HalFileSeek | ( | int | fd, |
| int | offset, | ||
| unsigned int | whence | ||
| ) |
| int HalFileStat | ( | const char * | path, |
| unsigned int * | fileSize | ||
| ) |
| int HalFileWrite | ( | int | fd, |
| const char * | buf, | ||
| unsigned int | len | ||
| ) |