PenCommV2.ReqSetupOfflineData Method

Neo smartpen SDK

PenCommV2ReqSetupOfflineData Method

Sets the offline data option whether save offline data or not.

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 ReqSetupOfflineData(
	bool enable
)

Parameters

enable
Type: SystemBoolean
true if you want to enable offline mode, otherwise false.

Return Value

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