Click or drag to resize

ServiceRecordUtilitiesDump Method (TextWriter, ServiceRecord, Type)

Namespace:  InTheHand.Net.Bluetooth
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static void Dump(
	TextWriter writer,
	ServiceRecord record,
	params Type[] attributeIdEnumDefiningTypes
)

Parameters

writer
Type: System.IOTextWriter
record
Type: InTheHand.Net.BluetoothServiceRecord
attributeIdEnumDefiningTypes
Type: SystemType
See Also