• source navigation  • diff markup  • identifier search  • freetext search  • 

Sources/umbim/data/mbim-service-dss.json

  1 
  2 [
  3   // *********************************************************************************
  4   { "type" : "Service",
  5     "name" : "DSS" },
  6 
  7   // *********************************************************************************
  8   { "name"     : "Connect",
  9     "service"  : "DSS",
 10     "type"     : "Command",
 11     "set"      : [ { "name"   : "DeviceServiceId",
 12                      "format" : "uuid" },
 13                    { "name"   : "DssSessionId",
 14                      "format" : "guint32" },
 15                    { "name"          : "DssLinkState",
 16                      "format"        : "guint32",
 17                      "public-format" : "MbimDssLinkState" } ],
 18     "response" : [] }
 19 
 20 ]

This page was automatically generated by LXR 0.3.1.  •  OpenWrt