PenCommV2Callbacks.onErrorDetected Method

Neo smartpen SDK

PenCommV2CallbacksonErrorDetected Method

Occur when error received

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#
void onErrorDetected(
	IPenComm sender,
	ErrorType errorType,
	long timestamp,
	Dot dot,
	string extraData,
	ImageProcessErrorInfo imageProcessErrorInfo
)

Parameters

sender
Type: Neosmartpen.NetIPenComm
sender refers to the object that invoked the callback method
errorType
Type: ErrorType
Error Message Type
timestamp
Type: SystemInt64
Timestamp
dot
Type: Neosmartpen.NetDot

[Missing <param name="dot"/> documentation for "M:Neosmartpen.Net.Protocol.v2.PenCommV2Callbacks.onErrorDetected(Neosmartpen.Net.IPenComm,Neosmartpen.Net.ErrorType,System.Int64,Neosmartpen.Net.Dot,System.String,Neosmartpen.Net.ImageProcessErrorInfo)"]

extraData
Type: SystemString

[Missing <param name="extraData"/> documentation for "M:Neosmartpen.Net.Protocol.v2.PenCommV2Callbacks.onErrorDetected(Neosmartpen.Net.IPenComm,Neosmartpen.Net.ErrorType,System.Int64,Neosmartpen.Net.Dot,System.String,Neosmartpen.Net.ImageProcessErrorInfo)"]

imageProcessErrorInfo
Type: ImageProcessErrorInfo

[Missing <param name="imageProcessErrorInfo"/> documentation for "M:Neosmartpen.Net.Protocol.v2.PenCommV2Callbacks.onErrorDetected(Neosmartpen.Net.IPenComm,Neosmartpen.Net.ErrorType,System.Int64,Neosmartpen.Net.Dot,System.String,Neosmartpen.Net.ImageProcessErrorInfo)"]

See Also