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.
| C# | Visual Basic |
public Type[] GetAttributeIdEnumTypes( ServiceRecord record )
Public Function GetAttributeIdEnumTypes ( _ record As ServiceRecord _ ) As Type()
- record (ServiceRecord)
[Missing <param name="record"/> documentation for "M:InTheHand.Net.Bluetooth.MapServiceClassToAttributeIdList.GetAttributeIdEnumTypes(InTheHand.Net.Bluetooth.ServiceRecord)"]
An array of Type each of which is a enum-like class
which defines the set of Service Attribute IDs used by a particular
Service Class e.g. ObjectPushProfile.
An empty array will be returned if none of the Service Classes
are known, or the record contains no
ServiceClassIdList
attribute, or it is invalid.
| Exception | Condition |
|---|---|
| ArgumentNullException |
record is null.
|