ServiceRecordXmlCreatorCreateServiceRecord Method

Creates an XML representation of a Service Record 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 XDocument CreateServiceRecord(
	ServiceRecord record
)

Parameters

record  ServiceRecord
An instance of ServiceRecord containing the record to be created.

Return Value

XDocument
A XDocument which represents the XML representation of the Service Record.

See Also