Gs |
Name | Description | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | ToRfidUserBank(Boolean) |
Returns an RfidUserBank instance containing some or all of the
AIs in this GS1 element string.
If includeAllAis is true, then all AIs in the element string are included in the result, even AIs that could be converted to an EPC. If includeAllAis is false, then the AI(s) corresponding to an EPC are omitted from the result. AI(s) corresponding to an EPC are one of the following combinations:
Equivalently, ToRfidUserBank(false) returns an RfidUserBank instance that includes all AIs except the AIs that would be included in the result of ToEpc(gcpLength), if the latter method would not raise an exception due to having more than one candidate EPC. | ||||||||||||||||||||||||
![]() | ToRfidUserBank(EpcScheme) |
Returns an RfidUserBank instance containing the
AIs in this GS1 element string except for the AI(s)
corresponding to the specified EPC scheme.
This element string must contain the AI or AIs corresponding to the specified
EPC scheme as follows:
| ||||||||||||||||||||||||
![]() | ToRfidUserBank(EpcScheme) |
Returns an RfidUserBank instance containing the
AIs in this GS1 element string except for the AI(s)
corresponding to one of the specified EPC schemes. The AI(s) omitted from the result
will be those corresponding to the EPC scheme having the least index in the specified array,
such that this element
string contains the AI(s) required to construct an EPC of that scheme.
Equivalently, ToRfidUserBank(preferredSchemes) returns an RfidUserBank instance that includes all AIs except the AI(s) that would be included in the result of toEpc(preferredSchemes), if the latter method would not raise an exception. |