NurApiInventoryEx(NurApiInventoryExParams, NurApiInventoryExFilter) Method

Extended inventory command with multiple select filters.

Definition

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

Parameters

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

Return Value

NurApiInventoryResponse
Inventory result data as NurApiInventoryResponse

See Also