In The Hand
SplitSearchAttributeResult Method (multiRecord)
NamespacesInTheHand.Net.BluetoothServiceRecordParserSplitSearchAttributeResult(array<Byte>[]()[])
.NET Components for Mobility
Split a sequence of records into the component records.
Declaration Syntax
C#Visual Basic
public static byte[][] SplitSearchAttributeResult(
	byte[] multiRecord
)
Public Shared Function SplitSearchAttributeResult ( _
	multiRecord As Byte() _
) As Byte()()
Parameters
multiRecord (array< Byte >[]()[])
A byte array holding the “data element sequence where each element in turn is a data element sequence representing an attribute list.”
Return Value
An array of byte arrays where each holds a SDP record (a “data element sequence representing an attribute list.”). If the input was zero length or empty then a zero length array is returned.
Remarks

The Bluetooth SDP operation ServiceSearchAttribute returns its result as a “data element sequence where each element in turn is a data element sequence representing an attribute list.” This method split that sequence into the individual attribute lists.

On CE/Windows Mobile the result of a record lookup is in this form so GetServiceRecords(Guid) etc use this method to split the result into is constituent records.

Exceptions
ExceptionCondition
ArgumentNullException multiRecord is nullNothingnullptr.

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