desarrolloMobile.NET Bluetooth Library

EscuchaDetenida Delegate

[This is preliminary documentation and subject to change.]

[Visual Basic]
Public Delegate Sub EscuchaDetenida( _
   ByVal msg As String _
)
[C#]
public delegate void EscuchaDetenida(
   string msg
);

Requirements

Namespace: desarrolloMobile.Conectividad

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

See Also

desarrolloMobile.Conectividad Namespace