NurApiAuthenticateParamSetMessage Method

Set up the message required by the used CSI.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public void SetMessage(
	int msgBitLen,
	byte[] message
)

Parameters

msgBitLen  Int32
Bit length of the message
message  Byte
Message contents as byte array

See Also