StringWithLanguageBaseAttribute Class

Indicates that the field to which it is applied represents an SDP Attribute that can exist in multiple language instances and thus has a language base offset applied to its numerical ID when added to a record.

Definition

Namespace: InTheHand.Net.Bluetooth.AttributeIds
Assembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public sealed class StringWithLanguageBaseAttribute : Attribute
Inheritance
Object    Attribute    StringWithLanguageBaseAttribute

Constructors

StringWithLanguageBaseAttribute Initializes a new instance of the StringWithLanguageBaseAttribute class.

Properties

TypeId
(Inherited from Attribute)

Methods

Equals
(Inherited from Attribute)
GetHashCode
(Inherited from Attribute)
GetType
(Inherited from Object)
IsDefaultAttribute
(Inherited from Attribute)
Match
(Inherited from Attribute)
ToString
(Inherited from Object)

See Also