PenCommV2.ReqRemoveOfflineData Method

Neo smartpen SDK

PenCommV2ReqRemoveOfflineData Method

Request to remove offline data in device.

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

Parameters

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

[Missing <param name="notes"/> documentation for "M:Neosmartpen.Net.Protocol.v2.PenCommV2.ReqRemoveOfflineData(System.Int32,System.Int32,System.Int32[])"]

Return Value

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