ServiceRecordCreateLanguageBasedAttributeId Method

Create the attribute id resulting for adding the language base attribute id.

Definition

Namespace: InTheHand.Net.Bluetooth.Sdp
Assembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public static ServiceAttributeId CreateLanguageBasedAttributeId(
	ServiceAttributeId id,
	ServiceAttributeId baseId
)

Parameters

id  ServiceAttributeId

[Missing <param name="id"/> documentation for "M:InTheHand.Net.Bluetooth.Sdp.ServiceRecord.CreateLanguageBasedAttributeId(InTheHand.Net.Bluetooth.AttributeIds.ServiceAttributeId,InTheHand.Net.Bluetooth.AttributeIds.ServiceAttributeId)"]

baseId  ServiceAttributeId

[Missing <param name="baseId"/> documentation for "M:InTheHand.Net.Bluetooth.Sdp.ServiceRecord.CreateLanguageBasedAttributeId(InTheHand.Net.Bluetooth.AttributeIds.ServiceAttributeId,InTheHand.Net.Bluetooth.AttributeIds.ServiceAttributeId)"]

Return Value

ServiceAttributeId
The result ServiceAttributeId.

Exceptions

OverflowExceptionbaseId added to the id would create an id that cannot be represented as an Attribute Id.

See Also