Class Library Documentation for Neo smartpen SDK
PenCommV2WriteProfileValues Method |
Request to write 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 WriteProfileValues( string profileName, byte[] password, string[] keys, byte[][] data )
Parameters
- profileName
- Type: SystemString
profile name - password
- Type: SystemByte
password - keys
- Type: SystemString
key array - data
- Type: SystemByte
data
See Also