Class Library Documentation for Neo smartpen SDK
PenCommV1CallbacksonErrorDetected Method |
Occur when error received
Namespace: Neosmartpen.Net.Protocol.v1
Assembly: Neosmartpen.Net.Protocol.v1 (in Neosmartpen.Net.Protocol.v1.dll) Version: 2.1.13.0 (2.1.13)

C#
void onErrorDetected( IPenComm sender, ErrorType errorType, long timestamp, Dot dot, string extraData )
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.v1.PenCommV1Callbacks.onErrorDetected(Neosmartpen.Net.IPenComm,Neosmartpen.Net.ErrorType,System.Int64,Neosmartpen.Net.Dot,System.String)"]
- extraData
- Type: SystemString
[Missing <param name="extraData"/> documentation for "M:Neosmartpen.Net.Protocol.v1.PenCommV1Callbacks.onErrorDetected(Neosmartpen.Net.IPenComm,Neosmartpen.Net.ErrorType,System.Int64,Neosmartpen.Net.Dot,System.String)"]
