PenCommV2.ReqAddUsingNote Method (Int32[], Int32[])

Neo smartpen SDK

PenCommV2ReqAddUsingNote Method (Int32, Int32)

Set the available notebook type lits

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 bool ReqAddUsingNote(
	int[] section,
	int[] owner
)

Parameters

section
Type: SystemInt32
The array of section Id of the paper list
owner
Type: SystemInt32
The array of owner Id of the paper list

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Neosmartpen.Net.Protocol.v2.PenCommV2.ReqAddUsingNote(System.Int32[],System.Int32[])"]

See Also