desarrolloMobile.NET Bluetooth Library

DatosRecibidos Delegate

[This is preliminary documentation and subject to change.]

[Visual Basic]
Public Delegate Function DatosRecibidos( _
   ByVal datos As String _
) As Integer
[C#]
public delegate int DatosRecibidos(
   string datos
);

Requirements

Namespace: desarrolloNET.Conectividad

Assembly: desarrolloNET.Conectividad.Bluetooth (in desarrolloNET.Conectividad.Bluetooth.dll)

See Also

desarrolloNET.Conectividad Namespace