ServiceAttributeId Property

Get the Attribute Id for this attribute.

Definition

Namespace: InTheHand.Net.Bluetooth.Sdp
Assembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public ServiceAttributeId Id { get; }

Property Value

ServiceAttributeId

Remarks

  Note

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.

See Also