PenCommV2.ReqOfflineData Method

Neo smartpen SDK

PenCommV2ReqOfflineData Method

Requests the transmission of 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 ReqOfflineData(
	int section,
	int owner,
	int note,
	bool deleteOnFinished = true,
	int[] pages = null
)

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
deleteOnFinished (Optional)
Type: SystemBoolean
delete offline data when transmission is finished,
pages (Optional)
Type: SystemInt32
The number of page

Return Value

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