C# 클래스 Plugin.BLE.Abstractions.Extensions.GuidExtension

파일 보기 프로젝트 열기: xabre/xamarin-bluetooth-le

공개 메소드들

메소드 설명
PartialFromUuid ( this uuid ) : string

Extract the Bluetooth "Assigned Number" from a Uuid

ToHexString ( this bytes ) : string
UuidFromPartial ( this @partial ) : System.Guid

Create a full Guid from the Bluetooth "Assigned Number" (short version)

메소드 상세

PartialFromUuid() 공개 정적인 메소드

Extract the Bluetooth "Assigned Number" from a Uuid
public static PartialFromUuid ( this uuid ) : string
uuid this a Guid of the form {00002A37-0000-1000-8000-00805f9b34fb}
리턴 string

ToHexString() 공개 정적인 메소드

public static ToHexString ( this bytes ) : string
bytes this
리턴 string

UuidFromPartial() 공개 정적인 메소드

Create a full Guid from the Bluetooth "Assigned Number" (short version)
public static UuidFromPartial ( this @partial ) : System.Guid
@partial this
리턴 System.Guid