PenCommV1.ReqRemoveOfflineData Method

Neo smartpen SDK

PenCommV1ReqRemoveOfflineData Method

Request to remove offline data in device.

Namespace:  Neosmartpen.Net.Protocol.v1
Assembly:  Neosmartpen.Net.Protocol.v1 (in Neosmartpen.Net.Protocol.v1.dll) Version: 2.1.13.0 (2.1.13)
Syntax
C#
public bool ReqRemoveOfflineData(
	int section,
	int owner
)

Parameters

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

Return Value

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