GEOS SDK TechDocs
|
|
2.11 [label<>]
|
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 = <number>
This
SerialBaud
value defines the communication speed this machine supports for RFSD.
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 = <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 = <SerialPortNum>
This number specifies which serial port is to be used for RFSD.
GEOS SDK TechDocs
|
|
2.11 [label<>]
|
2.13 [localization]