MapServiceClassToAttributeIdList Class

Gets a list of enum-like classes containing SDP Service Attribute Id definitions for a particular Service Class.

Definition

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

Remarks

See method GetAttributeIdEnumTypes(ServiceRecord).

Constructors

MapServiceClassToAttributeIdList Initializes a new instance of the MapServiceClassToAttributeIdList class.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetAttributeIdEnumType(Guid) Get the enum-like class containing the Service Attribute Id definitions for the type of the Service Class specified by UUID.
GetAttributeIdEnumType(ServiceElement) 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.
GetAttributeIdEnumTypes Get a list of enum-like classes containing Service Attribute Id definitions for the type of the Service Class contained in the given Service Record.
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also