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: desarrolloMobile.Conectividad

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

See Also

desarrolloMobile.Conectividad Namespace