AttributeIdLookup Class

Retrieves the name of the SDP Attribute ID with the given value in the specified Attribute ID class sets. Implementing Enum-like behaviour.

Definition

Namespace: InTheHand.Net.Bluetooth.AttributeIds
Assembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public static class AttributeIdLookup
Inheritance
Object    AttributeIdLookup

Methods

GetName(ServiceAttributeId, Type[]) Retrieves the name of the SDP Attribute ID with the given value in the specified Attribute ID class sets.
GetName(ServiceAttributeId, Type[], LanguageBaseItem[], LanguageBaseItem) Retrieves the name of the SDP Attribute ID with the given value and using one of the languages from the supplied LanguageBaseItem in the specified AttributeID class sets.

See Also