Share via


RFIDTagBase.peek Method [AX 2012]

Peeks a value from the bit stack and returns it as anytype. This makes it possible to assign it to both string and integers.

Syntax

protected anytype peek(
    Array _array, 
    int _pos, 
    int _length)

Run On

Called

Parameters

  • _pos
    Type: int
  • _length
    Type: int

Return Value

Type: anytype
Value from the bit stack, as anytype.

See Also

Reference

RFIDTagBase Class