ServiceRecordUtilitiesDumpRaw(ServiceRecord) Method

Gets a string containing a raw 'dump' of the given record, not including attribute names etc.

Definition

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

Parameters

record  ServiceRecord
A ServiceRecord to be dumped.

Return Value

String
A String containing the 'dump' text.

See Also