PenCommV1.ReqSetUpPassword Method

Neo smartpen SDK

PenCommV1ReqSetUpPassword Method

Change the password of device.

Namespace:  Neosmartpen.Net.Protocol.v1
Assembly:  Neosmartpen.Net.Protocol.v1 (in Neosmartpen.Net.Protocol.v1.dll) Version: 2.1.13.0 (2.1.13)
Syntax
C#
public bool ReqSetUpPassword(
	string oldPassword,
	string newPassword
)

Parameters

oldPassword
Type: SystemString
Current password
newPassword
Type: SystemString
New password

Return Value

Type: Boolean
true if the request is accepted; otherwise, false.
See Also