PenCommV2.ReqSetUpPassword Method

Neo smartpen SDK

PenCommV2ReqSetUpPassword Method

Change the password of device.

Namespace:  Neosmartpen.Net.Protocol.v2
Assembly:  Neosmartpen.Net.Protocol.v2 (in Neosmartpen.Net.Protocol.v2.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 (Optional)
Type: SystemString
New password

Return Value

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