8 the gps object, Property description values – Casio Naurtech CETerm Ver.5.5 Scripting Guide User Manual
Page 50
N
AURTECH
W
EB
B
ROWSER AND
T
ERMINAL
E
MULATION FOR
W
INDOWS
CE
AND
W
INDOWS
M
OBILE
CETerm Scripting Guide
Page 50
Property
Description
Values
LastError
Returns the last error value associated
with any FTP operation. (read only)
unsigned
integer
LastErrorText
Returns a text description of the last
FTP error as reported by the remote
host. (read only)
string
LoggedIn
True if FTP session is currently
established. (read only)
true or
false
OverwriteExistingLocalFile If true, GetFile() will overwrite an
existing file with the same local name.
If false, GetFile() will report an error if a
file with the same name exists. Default
is false.
true or
false
PassiveMode
If true, use passive FTP semantics for
the connection. This must be set prior
to login. Default is false.
true or
false
Port
Specifies the TCP/IP port used on the
server for the FTP connection. Default
is 21.
unsigned
integer
ServerListsUTCFiletimes
If true, ListFiles() assumes that the
server sends UTC based file
timestamps and converts these to local
times before output. If false, assumes
that timestamps are in local times.
Default is false.
true or
false
UserName
User name of the current active
session. (read only)
string
3.8
T
HE
GPS
O
BJECT
The GPS object provides access to GPS operations. The GPS object is a
property of the Device object; Device.GPS. The GPS object provides direct
access to the GPS functionality. Some devices do not support the GPS object,
but GPS data can be read from a serial port using the Device.SerialPort()
object. Consult your device documentation for details. Supported for CETerm
V5.5.3 or later.