Get the enum-like class containing the Service Attribute Id definitions
for the type of the Service Class contained in the given
ServiceClassIdList
(type Uuid) data element.
| C# | Visual Basic |
protected virtual Type GetAttributeIdEnumType( ServiceElement idElement )
Protected Overridable Function GetAttributeIdEnumType ( _ idElement As ServiceElement _ ) As Type
- idElement (ServiceElement)
[Missing <param name="idElement"/> documentation for "M:InTheHand.Net.Bluetooth.MapServiceClassToAttributeIdList.GetAttributeIdEnumType(InTheHand.Net.Bluetooth.ServiceElement)"]
| Exception | Condition |
|---|---|
| ArgumentNullException |
idElement is null.
|