ServiceRecordUtilitiesDumpRaw(TextWriter, ServiceRecord) Method

Produce a raw 'dump' of the given record, not including attribute names etc, to the given TextWriter.

Definition

Namespace: InTheHand.Net.Bluetooth.Sdp
Assembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public static void DumpRaw(
	TextWriter writer,
	ServiceRecord record
)

Parameters

writer  TextWriter
A TextWriter where the 'dump' text is to be written.
record  ServiceRecord
A ServiceRecord to be dumped.

See Also