PenCommV2.ReadProfileValues Method

Neo smartpen SDK

PenCommV2ReadProfileValues Method

Request to get data from 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 ReadProfileValues(
	string profileName,
	string[] keys
)

Parameters

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