desarrolloMobile.NET Bluetooth Library

BthServiciosConstantes.ServicioGUID Method 

[This is preliminary documentation and subject to change.]

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

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

Parameters

servicio
Servicio de tipo Enum BthServicios

Return Value

Objeto de tipo System.Guid

See Also

BthServiciosConstantes Class | desarrolloNET.Conectividad.Bluetooth.Servicios Namespace