InboundBandwidth

Defines a value representing the effective link speed of the subscriber’s inbound connection.

Element hierarchy

<Messages>
<Message>
<Fields>
<InboundBandwidth>

Syntax

<InboundBandwidth Group        = positiveInteger
                  UnitGroup?   = positiveInteger
                  DefaultUnit? = "None" | "K" | "M" | "G" | "T" | ... />

Key

?   optional (zero or one)

Attributes and Elements

Attributes

Attribute Description Data type Required Default value
DefaultUnit

Defines the default unit multiplier of Group if UnitGroup is not present or no token matches. Units are powers of:

  • None
  • K - 1,000
  • M - 1,000,000
  • G - 1,000,000,000
  • T - 1,000,000,000,000
  • Ki - 1,024
  • Mi - 1,048,576
  • Gi - 1,073,741,824
  • Ti - 1,099,511,627,776

This attribute can have one of the following values:

  • None
  • K
  • M
  • G
  • T
  • Ki
  • Mi
  • Gi
  • Ti
No
Group

Defines the group that contains the data limit. This must be a number formatted per the specified Locale .

positiveInteger Yes
UnitGroup

Defines the group that specifies units for the data limit. The contents of this group are compared to tokens in Units . If no match is found, the value of DefaultUnit will be used instead. The content of Group will be multiplied by this value before being used.

positiveInteger No

 

Child Elements

None.

Parent Elements

Parent Element Description
Fields

Defines values that describe the subscriber's plan and data usage.

 

Remarks

If absent, InboundBandwidth is not inferred.

Requirements

Value
Namespace http://www.microsoft.com/networking/CarrierControl/WWAN/v1