ServiceRecordParser Class

Parses an array of bytes into the contained SDP ServiceRecord.

Definition

Namespace: InTheHand.Net.Bluetooth.Sdp
Assembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public class ServiceRecordParser
Inheritance
Object    ServiceRecordParser

Remarks

See the Parse(Byte, Int32, Int32) methods for more information.

Constructors

ServiceRecordParserInitializes a new instance of the ServiceRecordParser class

Properties

LazyUrlCreation Gets or sets whether any URL elements will be converted to Uri instances at parse time, or left as raw byte arrays.
SkipUnhandledElementTypes Gets or set whether the parser will attempt to skip any unknown element type rather than producing an error.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetElementTypeDescriptor Extract the ElementTypeDescriptor value from a header byte.
GetHashCode
(Inherited from Object)
GetSizeIndex Extract the SizeIndex field from a header byte.
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
Parse(Byte) Parses an array of bytes into its contained ServiceRecord.
Parse(Byte, Int32, Int32) Parses an array of bytes into its contained ServiceRecord.
SplitHeaderByte Split a header byte into its ElementTypeDescriptor and SizeIndex parts.
SplitSearchAttributeResult Split a sequence of records into the component records.
ToString
(Inherited from Object)

See Also

Reference

Parse(Byte, Int32, Int32)