ServiceRecordUtilitiesDumpRaw(ServiceRecord) Method
Gets a string containing a raw 'dump' of the given record, not including attribute names etc.
Namespace: InTheHand.Net.Bluetooth.SdpAssembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
public static string DumpRaw(
ServiceRecord record
)
Public Shared Function DumpRaw (
record As ServiceRecord
) As String
public:
static String^ DumpRaw(
ServiceRecord^ record
)
static member DumpRaw :
record : ServiceRecord -> string
- record ServiceRecord
- A ServiceRecord to be dumped.
StringA
String containing the 'dump' text.
Reference
DumpRaw(TextWriter, ServiceRecord)