Merged PR 6842: MultiSim CSP - fixed anchor links

This commit is contained in:
Maricia Alforque 2018-04-03 00:04:30 +00:00
parent 31d9b7b47f
commit c254f5d3e7

View File

@ -24,49 +24,49 @@ The following diagram shows the MultiSIM configuration service provider in tree
<a href="" id="multisim"></a>**./Device/Vendor/MSFT/MultiSIM** <a href="" id="multisim"></a>**./Device/Vendor/MSFT/MultiSIM**
Root node. Root node.
<a href="" id="tbd"></a>**_ModemID_** <a href="" id="modemid"></a>**_ModemID_**
Node representing a Mobile Broadband Modem. The node name is the modem ID. Modem ID is a GUID without curly braces, with exception of "Embedded" which represents the embedded modem. Node representing a Mobile Broadband Modem. The node name is the modem ID. Modem ID is a GUID without curly braces, with exception of "Embedded" which represents the embedded modem.
<a href="" id="modemid"></a>**_ModemID_/Identifier** <a href="" id="modemid-identifier"></a>**_ModemID_/Identifier**
Modem ID. Modem ID.
Supported operation is Get. Value type is string. Supported operation is Get. Value type is string.
<a href="" id="tbd"></a>**_ModemID_/IsEmbedded** <a href="" id="modemid-isembedded"></a>**_ModemID_/IsEmbedded**
Indicates whether this modem is embedded or external. Indicates whether this modem is embedded or external.
Supported operation is Get. Value type is bool. Supported operation is Get. Value type is bool.
<a href="" id="tbd"></a>**_ModemID_/Slots** <a href="" id="modemid-slots"></a>**_ModemID_/Slots**
Represents all SIM slots in the Modem. Represents all SIM slots in the Modem.
<a href="" id="tbd"></a>**_ModemID_/Slots/_SlotID_** <a href="" id="modemid-slots-slotid"></a>**_ModemID_/Slots/_SlotID_**
Node representing a SIM Slot. The node name is the Slot ID. SIM Slot ID format is "0", "1", etc., with exception of "Embedded" which represents the embedded Slot. Node representing a SIM Slot. The node name is the Slot ID. SIM Slot ID format is "0", "1", etc., with exception of "Embedded" which represents the embedded Slot.
<a href="" id="tbd"></a>**_ModemID_/Slots/_SlotID_/Identifier** <a href="" id="modemid-slots-slotid-identifier"></a>**_ModemID_/Slots/_SlotID_/Identifier**
Slot ID. Slot ID.
Supported operation is Get. Value type is integer. Supported operation is Get. Value type is integer.
<a href="" id="tbd"></a>**_ModemID_/Slots/_SlotID_/IsEmbedded** <a href="" id="modemid-slots-slotid-isembedded"></a>**_ModemID_/Slots/_SlotID_/IsEmbedded**
Indicates whether this Slot is embedded or a physical SIM slot. Indicates whether this Slot is embedded or a physical SIM slot.
Supported operation is Get. Value type is bool. Supported operation is Get. Value type is bool.
<a href="" id="tbd"></a>**_ModemID_/Slots/_SlotID_/IsSelected** <a href="" id="modemid-slots-slotid-isselected"></a>**_ModemID_/Slots/_SlotID_/IsSelected**
Indicates whether this Slot is selected or not. Indicates whether this Slot is selected or not.
Supported operation is Get and Replace. Value type is bool. Supported operation is Get and Replace. Value type is bool.
<a href="" id="tbd"></a>**_ModemID_/Slots/_SlotID_/State** <a href="" id="modemid-slots-slotid-state"></a>**_ModemID_/Slots/_SlotID_/State**
Slot state (Unknown = 0, OffEmpty = 1, Off = 2, Empty = 3, NotReady = 4, Active = 5, Error = 6, ActiveEsim = 7, ActiveEsimNoProfile = 8) Slot state (Unknown = 0, OffEmpty = 1, Off = 2, Empty = 3, NotReady = 4, Active = 5, Error = 6, ActiveEsim = 7, ActiveEsimNoProfile = 8)
Supported operation is Get. Value type is integer. Supported operation is Get. Value type is integer.
<a href="" id="tbd"></a>**_ModemID_/Policies** <a href="" id="modemid-policies"></a>**_ModemID_/Policies**
Policies associated with the Modem. Policies associated with the Modem.
<a href="" id="tbd"></a>**_ModemID_/Policies/SlotSelectionEnabled** <a href="" id="modemid-policies-slotselectionenabled"></a>**_ModemID_/Policies/SlotSelectionEnabled**
Determines whether the user is allowed to change slots in the Cellular settings UI. Default is true. Determines whether the user is allowed to change slots in the Cellular settings UI. Default is true.
Supported operation is Get and Replace. Value type is bool. Supported operation is Get and Replace. Value type is bool.