4.3 Interface Manipulation Exchange Capabilities Interface Annotation

The following annotation shows the Interface Manipulation Exchange Capabilities Request message sent from the server to the client.

 Interface Manipulation Exchange Capabilities Request
 ChannelName = TSMF,16,server to client
 00000000  02 00 00 00 00 00 00 00-00 01 00 00 01 00 00 00  ................
  
 02 00 00 00 -> Interface Id = 0x00000002 | mask STREAM_ID_NONE (0x00000000)
 00 00 00 00 -> Message Id = 0x00000000
 00 01 00 00 -> RIM_EXCHANGE_CAPABILITY_REQUEST = 0x00000100
 01 00 00 00 -> RIM_CAPABILITY_VERSION_01
  

The following annotation shows the Interface Manipulation Exchange Capabilities Response message sent from the client to the server.

 Interface Manipulation Exchange Capabilities Response
 ChannelName = TSMF,16,client to server
 00000000  02 00 00 00 00 00 00 00-01 00 00 00 00 00 00 00  ................
  
 02 00 00 00 -> Interface Id = 0x00000002 | mask STREAM_ID_NONE (0x00000000)
 00 00 00 00 -> Message Id = 0x00000000
 01 00 00 00 -> RIM_CAPABILITY_VERSION_01
 00 00 00 00 -> Result = S_OK