
CHAPTER 3
Advanced Functions
64
EXTEND
This command is deprecated in emu3ap. It has been included for
compatibility purposes, but always returns OK.
POLLCONF
DESCRIPTION Get/set poll configuration for a specific device.
P
ARAMETERS The device ID and the polling intervall/time.
POLLCONF <dev>
get poll configuration
POLLCONF <dev> INTERVAL [param]
set poll configuration
POLLCONF <dev> TIMES [param]
RETURNS Pollconfiguration or an error message.
R
EMARKS Return of Error 3 means that the configuration is not set.
For GSM functionality poll times should be used, for ISM (normal
radio communication) poll interval.
E
XAMPLES pollconf 15636 interval 900
OK
Sets the interval for the specific device to 900 seconds.
pollconf 26137 times 6,14,20,22
OK
Sets the poll times for the specific device to 6,14,20 and 22
o’clock.
pollconf 15636 interval
Dev: 15636
Poll interval: 900 seconds
OK
Gets the poll interval.
pollconf 26137 times
Dev: 26137
Poll times: 6,14,20,22
OK
Gets polling times.
Comentários a estes Manuais