Namespace: HidSharp.Experimental
Assembly: HidSharp (in HidSharp.dll) Version: 2.6.3
Syntax
The BleUuid type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BleUuid(Guid) | Initializes a new instance of the BleUuid class |
![]() | BleUuid(Int32) | Initializes a new instance of the BleUuid class |
![]() | BleUuid(String) | Initializes a new instance of the BleUuid class |
Properties
Name | Description | |
---|---|---|
![]() | IsShortUuid |
Methods
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Overrides ValueTypeEquals(Object).) |
![]() | Equals(BleUuid) | |
![]() | GetHashCode | (Overrides ValueTypeGetHashCode.) |
![]() | ToByteArray | |
![]() | ToGuid | |
![]() | ToShortUuid | |
![]() | ToString | (Overrides ValueTypeToString.) |
Operators
Name | Description | |
---|---|---|
![]() ![]() | Equality | |
![]() ![]() | (Guid to BleUuid) | |
![]() ![]() | (BleUuid to Guid) | |
![]() ![]() | Inequality |
See Also