Click or drag to resize

ServiceRecordBuilderAddCustomAttribute Method (ServiceAttributeId, ElementType, Object)

Namespace:  InTheHand.Net.Bluetooth
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public void AddCustomAttribute(
	ServiceAttributeId id,
	ElementType elementType,
	Object value
)

Parameters

id
Type: InTheHand.Net.BluetoothServiceAttributeId
elementType
Type: InTheHand.Net.BluetoothElementType
value
Type: SystemObject
See Also