Class Library Documentation for 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)

C#
public bool ReqSetUpPassword( string oldPassword, string newPassword )
Parameters
- oldPassword
- Type: SystemString
Current password - newPassword
- Type: SystemString
New password
Return Value
Type: Booleantrue if the request is accepted; otherwise, false.
