|
Public Attributes |
| void * | handle |
| SMLCLASS * | ThisClass |
| int | count |
| int | blocking |
| int | isfile |
| void(* | printf )(void *handle, const char *fmt,...) |
| void(* | close )(void *handle) |
| int(* | read )(SMLCONTEXT *context, SMLFILEINFO *finfo, UINT8 *buf, INT32 BytesToRead) |
| int(* | write )(SMLCONTEXT *context, SMLFILEINFO *finfo, const UINT8 *buf, INT32 BytesToRead) |
| int(* | ReadASCIINum )(SMLCONTEXT *context, SMLFILEINFO *finfo, double *num) |
| INT32(* | seek )(SMLCONTEXT *context, SMLFILEINFO *finfo, INT32 offset, int mode) |
| int(* | eof )(SMLCONTEXT *context, SMLFILEINFO *finfo) |
| char | prevchar |
| McbLIST | m_cblist |
| INT32 | m_PollInterval |
| void * | m_conv |