Share via


RFIDTagBase.preSplitValidation Method [AX 2012]

The base method to validate the tag ID before it is split.

Syntax

protected abstract boolean preSplitValidation()

Run On

Called

Return Value

Type: boolean
true if the tag ID is valid; otherwise, false.

Remarks

The method should be extended for each type of type of radio frequency identification (RFID) tag.

See Also

Reference

RFIDTagBase Class