ServiceRecordUtilitiesDump(ServiceRecord, Type) Method

Gets a String containing a 'dump' of the given record, 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 Dump(
	ServiceRecord record,
	params Type[] attributeIdEnumDefiningTypes
)

Parameters

record  ServiceRecord
A ServiceRecord to be dumped.
attributeIdEnumDefiningTypes  Type
An optional array of Type specifing a set of Ids for the attributes contained in this record. See the Dump(TextWriter, ServiceRecord, Type) overload for more information.

Return Value

String
A String containing the 'dump' text.

See Also