PenCommV2.CreateProfile Method

Neo smartpen SDK

PenCommV2CreateProfile Method

Request to create profile

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

Parameters

profileName
Type: SystemString
Name of the profile to be created
password
Type: SystemByte
Password of profile
See Also