Content deleted Content added
Created the article |
Added command base |
||
Line 13:
Sample implementation of SSI protocol will be published as [[open source]] during August 2006 by Nokia.
== SSI v1.2 command base ==
{| border="1" cellspacing="0" cellpadding="5" align="center"
! Command byte
! Direction
! Description
|-
| Q,q (0x51,0x71)
| C->
| Query
|-
| A,a (0x41,0x61)
| <-S
| Query reply
|-
| C,c (0x43,0x63)
| C->
| Discover sensors
|-
| N,n (0x4E,0x6E)
| <-S
| Discovery reply
|-
| Z,z (0x5A,0x7A)
| C->
| Reset sensor device
|-
| G,g (0x47,0x67)
| C->
| Get configuration data for a sensor.
|-
| X,x (0x58,0x78)
| <-S
| Configuration data response
|-
| S,s (0x53,0x73)
| C->
| Set configuration data for a sensor
|-
| R,r (0x52,0x72)
| C->
| Request sensor data
|-
| V,v (0x56,0x76)
| <-S
| Sensor data response
|-
| D,d (0x44,0x64)
| <-S
| Sensor response with one byte status field
|-
| M,m (0x4D, 0x6D)
| <-S
| Sensor response with many data points
|-
| O,o (0x4F,0x6F)
| C->
| Create sensor observer
|-
| Y,y (0x59,0x79)
| <-S
| Observer created
|-
| K,k (0x4B,0x6B)
| <->
| Delete sensor observer / listener
|-
| U,u (0x55,0x75)
| <->
| Observer / listener finished
|-
| L,l (0x4C,0x6C)
| <-S
| Request sensor listener
|-
| J,j (0x4A,0x6A)
| C->
| Sensor listener created
|-
| E,e (0x45, 0x65)
| <->
| Error
|-
| F,f (0x46, 0x66)
| <->
| Free data for custom purposes
|-
|}
== External links ==
|