PenCommV2.ReqOfflineDataList Method

Neo smartpen SDK

PenCommV2ReqOfflineDataList 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 ReqOfflineDataList(
	int section = -1,
	int owner = -1
)

Parameters

section (Optional)
Type: SystemInt32
The Section Id of the paper
owner (Optional)
Type: SystemInt32
The Owner Id of the paper

Return Value

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