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

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