ServiceAttributeId Property
Get the Attribute Id for this attribute.
Namespace: InTheHand.Net.Bluetooth.SdpAssembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
public ServiceAttributeId Id { get; }
Public ReadOnly Property Id As ServiceAttributeId
Get
public:
property ServiceAttributeId Id {
ServiceAttributeId get ();
}
member Id : ServiceAttributeId with get
Property Value
ServiceAttributeId Id is a unsigned 32-bit integer but we use return it
is a signed 32-bit integer for CLS Compliance reasons. It
should not thus be used for ordering etc, for example 0xFFFF will sort
before 0x0001 which is backwards.