Octane SDK  2.0 Beta
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | Static Public Member Functions | Properties | List of all members
Impinj.OctaneSdk.BlockPermalockMask Class Reference

Uses to specify which blocks to permalock. More...

Public Member Functions

string ToHexString ()
 Converts the block permalock mask into a hexadecimal string. More...
 

Static Public Member Functions

static BlockPermalockMask FromBlockNumber (ushort block)
 Creates a block permalock mask from the specified block. More...
 
static BlockPermalockMask FromBlockNumberArray (ushort[] blocks)
 Creates a block permalock mask from an array of block numbers. More...
 

Properties

ushort[] Mask [get, set]
 Gets the block permalock mask. More...
 

Detailed Description

Uses to specify which blocks to permalock.

Member Function Documentation

static BlockPermalockMask Impinj.OctaneSdk.BlockPermalockMask.FromBlockNumber ( ushort  block)
static

Creates a block permalock mask from the specified block.

Parameters
block
Returns
A block permalock mask
static BlockPermalockMask Impinj.OctaneSdk.BlockPermalockMask.FromBlockNumberArray ( ushort[]  blocks)
static

Creates a block permalock mask from an array of block numbers.

Parameters
blocks
Returns
A block permalock mask
string Impinj.OctaneSdk.BlockPermalockMask.ToHexString ( )

Converts the block permalock mask into a hexadecimal string.

Returns

Property Documentation

ushort [] Impinj.OctaneSdk.BlockPermalockMask.Mask
getset

Gets the block permalock mask.