NurApiIsConnected Method

This function will return only connection state of the transport layer. In order to know that module is responding, you'll need to communicate with module by calling e.g. Ping.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public bool IsConnected()

Return Value

Boolean
true if connected, otherwise false.

See Also