NurApiGetPhysicalAntennaMask Method

This function generates an antennaMask value from the passed physical antenna names. If parameter is invalid, an exception will be thrown

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public uint GetPhysicalAntennaMask(
	string commaSeparated
)

Parameters

commaSeparated  String
Comma separated list of physical antenna names to use for creating the mask. If antenna is specified without polarity, all polarities will be added to the mask. To create a mask for all antenna, use parameter "ALL"

Return Value

UInt32
The generated antenna mask

See Also