NurApiStartInventoryEx(NurApiInventoryExParams, NurApiInventoryExFilter) Method

Start extended inventory streaming command with multiple select filters.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public void StartInventoryEx(
	ref NurApiInventoryExParams param,
	NurApiInventoryExFilter[] filters
)

Parameters

param  NurApiInventoryExParams
Reference to inventory parameters.
filters  NurApiInventoryExFilter
Array of select filters or null.

See Also