PenCommV2.DeleteProfileValues Method

Neo smartpen SDK

PenCommV2DeleteProfileValues Method

Request to delete data

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 void DeleteProfileValues(
	string profileName,
	byte[] password,
	string[] keys
)

Parameters

profileName
Type: SystemString
profile name
password
Type: SystemByte
password
keys
Type: SystemString
key array
See Also