PenCommV2.ReqOfflineDataPageList Method

Neo smartpen SDK

PenCommV2ReqOfflineDataPageList Method

Requests the list of Offline 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 bool ReqOfflineDataPageList(
	int section,
	int owner,
	int note
)

Parameters

section
Type: SystemInt32
The Section Id of the paper
owner
Type: SystemInt32
The Owner Id of the paper
note
Type: SystemInt32
The Note Id of the paper

Return Value

Type: Boolean
true if the request is accepted; otherwise, false.
See Also