NurApiAuthenticateParam(NurApiAuthenticateParam) Constructor

Constructor that copies parameters from another object.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public AuthenticateParam(
	NurApiAuthenticateParam other
)

Parameters

other  NurApiAuthenticateParam
object to copy from

See Also