Confirmed users
891
edits
m (→Attributes) |
No edit summary |
||
| Line 5: | Line 5: | ||
interface BluetoothAttributeEvent : Event | interface BluetoothAttributeEvent : Event | ||
{ | { | ||
readonly attribute short attr; | readonly attribute unsigned short attr; | ||
readonly attribute any | readonly attribute any value; | ||
}; | }; | ||
| Line 18: | Line 18: | ||
; Value type | ; Value type | ||
: short | : unsigned short | ||
=== value === | === value === | ||
| Line 29: | Line 26: | ||
; Value type | ; Value type | ||
: any | : any | ||