Class Library Documentation for Neo smartpen SDK
IPenCommBind Method |
Bind the bluetooth socket with IPenComm class.
Namespace: Neosmartpen.Net
Assembly: Neosmartpen.Net (in Neosmartpen.Net.dll) Version: 2.1.13.0 (2.1.13)
Syntax
C#
void Bind( Socket socket, string name = null )
Parameters
- socket
- Type: System.Net.SocketsSocket
General socket object that implemented the Berkeley sockets interface. - name (Optional)
- Type: SystemString
Name of PenComm object
See Also