In The Hand
GetAttributeIdEnumTypes Method (record)
NamespacesInTheHand.Net.BluetoothMapServiceClassToAttributeIdListGetAttributeIdEnumTypes(ServiceRecord)
.NET Components for Mobility
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.
Declaration Syntax
C#Visual Basic
public Type[] GetAttributeIdEnumTypes(
	ServiceRecord record
)
Public Function GetAttributeIdEnumTypes ( _
	record As ServiceRecord _
) As Type()
Parameters
record (ServiceRecord)

[Missing <param name="record"/> documentation for "M:InTheHand.Net.Bluetooth.MapServiceClassToAttributeIdList.GetAttributeIdEnumTypes(InTheHand.Net.Bluetooth.ServiceRecord)"]

Return Value
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.
Exceptions
ExceptionCondition
ArgumentNullException record is null.

Assembly: InTheHand.Net.Personal (Module: InTheHand.Net.Personal) Version: 3.0.0.0