RFIDTagBase.addBits Method [AX 2012]

Adds a value to the bit stack.

protected Array addBits(
    Array _array, 
    int64 _value, 
    int _length)

Run On

Called

Parameters

_array
Type: Array Class
_value
Type: int64
_length
Type: int

Return Value

Type: Array Class
A new bit stack, as an Array.

Community Additions

ADD
Show: