NurApiSetAntennaIdTranslation Method

A method to change the module's internal mapping between the physsical and logical antenna identifiers.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public void SetAntennaIdTranslation(
	byte[] antIdTranslation
)

Parameters

antIdTranslation  Byte
Each byte contains the corresponding internal logical ID of the antenna.

Remarks

WARNING: it is highly recommended not change the internal mappings.

Think thoroughly before using this method; the behavior may be very unexpected.

See Also