The INI File: 2.12 Categories in the INI File: [link]

Up: GEOS SDK TechDocs | Up | Prev: 2.11 [label<>] | Next: 2.13 [localization]

These fields are used by the Remote File System Driver to describe the machine to other machines that wish to access its drives. You may specify a name for the machine by which others may identify it and also set up communications parameters.

baudRate

baudRate = <number>

This SerialBaud value defines the communication speed this machine supports for RFSD.

drives

baudRate = <list of drives>

Normally, all of your drives will be accessible by the remote machine. This field allows you to specify exactly which drives are accessible. For instance, to restrict remote machines to accessing your C: and E: drives, use the following entry:

drives = {
C: E:
}

name

name = <machine name>

A string by which remote machines may identify you. When the remote machine sees your drives, their names will be <machine-name>-<drive-letter>:.

port

port = <SerialPortNum>

This number specifies which serial port is to be used for RFSD.


Up: GEOS SDK TechDocs | Up | Prev: 2.11 [label<>] | Next: 2.13 [localization]