In The Hand
GetEnumerator Method
NamespacesInTheHand.Net.BluetoothServiceRecordGetEnumerator()()()
.NET Components for Mobility
Gets an enumerator that can be used to navigate through the record's list of ServiceAttributes.
Declaration Syntax
C#Visual Basic
public IEnumerator<ServiceAttribute> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of ServiceAttribute)
Return Value

[Missing <returns> documentation for "M:InTheHand.Net.Bluetooth.ServiceRecord.GetEnumerator"]

Examples
In C#:
CopyC#
foreach (ServiceAttribute curAttr in record) {
   if (curAttr.Id == UniversalAttributeId.ProtocolDescriptorList) {
   ...
}
In Visual Basic:
Copy 
For Each curAttr As ServiceAttribute In record
   If curAttr.Id = UniversalAttributeId.ProtocolDescriptorList Then
   ...
Next

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