desarrolloMobile.NET Bluetooth Library

BthServiciosConstantes.ServicioNombre Method 

[This is preliminary documentation and subject to change.]

Obtene el servicio de un determinado identificador. Método estático.

[Visual Basic]
Public Shared Function ServicioNombre( _
   ByVal identificador As Guid _
) As BthServicios
[C#]
public static BthServicios ServicioNombre(
   Guid identificador
);

Parameters

identificador
Identificador de tipo System.Guid

Return Value

El enumerador de tipo BthServicios

See Also

BthServiciosConstantes Class | desarrolloNET.Conectividad.Bluetooth.Servicios Namespace