Parses an array of bytes into the contained SDP
ServiceRecord.
| C# | Visual Basic |
public class ServiceRecordParser
Public Class ServiceRecordParser
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| ServiceRecordParser()()() | Initializes a new instance of the ServiceRecordParser class | |
| Equals(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()()() | (Inherited from Object.) |
See the
Parse(array<Byte>[]()[], Int32, Int32)
methods for more information.
| Object | |
| ServiceRecordParser | |