Programmer's Reference

Performing a platform-specific call with a CfsFileDescriptor

To perform a platform-specific call with an existing open CfsFileDescriptor instance, send the message fileDescriptor to the instance. This will answer the platform-specific file descriptor used as the underlying representation of the CfsFileDescriptor, which can then be passed as an argument to the platform-specific call.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]