LanguageBaseItem(String, UInt16, ServiceAttributeId) Constructor
Initialize a new instance of the LanguageBaseItem class.
Namespace: InTheHand.Net.Bluetooth.AttributeIdsAssembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
public LanguageBaseItem(
string naturalLanguage,
ushort encodingId,
ServiceAttributeId baseAttributeId
)
Public Sub New (
naturalLanguage As String,
encodingId As UShort,
baseAttributeId As ServiceAttributeId
)
public:
LanguageBaseItem(
String^ naturalLanguage,
unsigned short encodingId,
ServiceAttributeId baseAttributeId
)
new :
naturalLanguage : string *
encodingId : uint16 *
baseAttributeId : ServiceAttributeId -> LanguageBaseItem
Parameters
- naturalLanguage String
- The Natural Language field of the entry.
Some example values are "en", and "fr".
- encodingId UInt16
- The IETF Charset identifier for this language.
e.g. 3 for US-ASCII and 106 for UTF-8,
see EncodingId
- baseAttributeId ServiceAttributeId
- The base Attribute Id for this language
in the record.
e.g. 0x100 for the Primary language.