| ASP.NET Ajax Javascript (Specification) | |
|---|---|
function setTagInteger( tagID : number(Integer), tagInteger : number(Integer), index : number(Integer), callback : function ) : ImGearIsisOperationStatus;  | |
| ASP.NET Ajax Javascript (Usage) | |
|---|---|
var resultVar = instanceOfImGearIsisScanner.setTagInteger(number(Integer),number(Integer),number(Integer),function);  | |
Parameters
- tagID
 - The ID of the tag.
 - tagInteger
 - The integer value to set the tag to.
 - index
 - The index to use, for tags that contain multiple values. If the tag contains only a single value, this must be 0.
 - callback
 - Callback which is called when the tag is set.
 
Return Value
ImGearIsisOperationStatus value.