ServiceRecordGetLanguageBaseList Method

Gets the list of LanguageBaseAttributeId items in the service record.

Definition

Namespace: InTheHand.Net.Bluetooth.Sdp
Assembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public LanguageBaseItem[] GetLanguageBaseList()

Return Value

LanguageBaseItem
An array of LanguageBaseItem. An array of length zero is returned if the service record contains no such attribute.

Remarks

See also GetPrimaryLanguageBaseItem.

See Also