PenCommV2Callbacks.onPenProfileReceived Method

Neo smartpen SDK

PenCommV2CallbacksonPenProfileReceived Method

Occurs when a response to a profile request is 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 onPenProfileReceived(
	IPenComm sender,
	PenProfileReceivedCallbackArgs args
)

Parameters

sender
Type: Neosmartpen.NetIPenComm
Sender refers to the object that invoked the callback method
args
Type: PenProfileReceivedCallbackArgs
Object containing response data for profile request
See Also