Class Library Documentation for Neo smartpen SDK
PenCommV1CallbacksonConnected Method |
Fired when a connection is made, override to handle in your own code.
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 onConnected( IPenComm sender, int maxForce, string firmwareVersion )
Parameters
- sender
- Type: Neosmartpen.NetIPenComm
sender refers to the object that invoked the callback method - maxForce
- Type: SystemInt32
maximum level of force - firmwareVersion
- Type: SystemString
current version of pen's firmware
