ServiceRecordCreator Class

Creates a Service Record byte array from the given ServiceRecord object.

Definition

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

Constructors

ServiceRecordCreatorInitializes a new instance of the ServiceRecordCreator class

Methods

CreateElement Create the element in the buffer starting at offset, and return its totalLength.
CreateServiceRecord(ServiceRecord) Creates a Service Record byte array from the given ServiceRecord object.
CreateServiceRecord(ServiceRecord, Byte) Creates a Service Record byte array from the given ServiceRecord object, into the specified byte array.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also