In The Hand
ServiceRecordParser Class
NamespacesInTheHand.Net.BluetoothServiceRecordParser
.NET Components for Mobility
Parses an array of bytes into the contained SDP ServiceRecord.
Declaration Syntax
C#Visual Basic
public class ServiceRecordParser
Public Class ServiceRecordParser
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ServiceRecordParser()()()
Initializes a new instance of the ServiceRecordParser class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetElementTypeDescriptor(Byte)
Extract the ElementTypeDescriptor value from a header byte.

GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetSizeIndex(Byte)
Extract the SizeIndex field from a header byte.

GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
LazyUrlCreation
Gets or sets whether any URL elements will be converted to Uri instances at parse time, or left as raw byte arrays.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Parse(array<Byte>[]()[])
Parses an array of bytes into the contained ServiceRecord.

Parse(array<Byte>[]()[], Int32, Int32)
Parses an array of bytes into the contained ServiceRecord.

SkipUnhandledElementTypes
Gets or set whether the parser will attempt to skip any unknown element type rather than producing an error.

SplitHeaderByte(Byte, ElementTypeDescriptor%, SizeIndex%)
Split a header byte into its ElementTypeDescriptor and SizeIndex parts.

SplitSearchAttributeResult(array<Byte>[]()[])
Split a sequence of records into the component records.

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Remarks
See the Parse(array<Byte>[]()[], Int32, Int32) methods for more information.
Inheritance Hierarchy
Object
ServiceRecordParser
See Also

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