ScanIdentifier element

The required ScanIdentifier element contains a device-specific string that the scanner provides through a ScanAvailableEvent event.

Usage

<wscn:ScanIdentifier>
  text
</wscn:ScanIdentifier>

Attributes

There are no attributes.

Text value

Required. Any valid character string.

Child elements

There are no child elements.

Parent elements

Element
CreateScanJobRequest
ScanAvailableEvent

Remarks

The client can send the ScanIdentifier element to the WSD Scan Service in a CreateScanJobRequest operation element. The WSD Scan Service can use ScanIdentifier to ensure that the correct client is requesting the scan after a user has selected the destination.

The ScanIdentifier value must be unique for every ScanAvailableEvent instance.

See also

CreateScanJobRequest

ScanAvailableEvent