dnsScanStop

dnsScanStop — stops the dnscan client scanner function.

Synopsis

(dnsScanStop card_id)
	

Parameters

card_id
The target card ID (0..3).

Returns

If successful, then:

(dnsScanStop card_id CMD_STOP_SCAN)

or, if an error is detected, then one of:

(error "dnsScanStop DR_ERR_CARD_INVALID (time) invalid card: card_id")
(error "dnsScanStop DR_ERR_NO_CARD (time) card not available")
(error "dnsScanStop DVN_ERR_CMD_ERR_NOTSCAN (time) Cmd: Scanner not running")
(error "dnsScanStop DVN_ERR_CMD_ERR_SCANOFF (time) Cmd: Scanner is stopping")
(error "dnsScanStop DVN_ERR_CMD_TIMEOUT (time) Cmd failed (timeout)")

Description

Stops the client scanner function. The scanner must be running (not stopped).