Skip to content

Commit

Permalink
Update to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tobydox committed Mar 9, 2021
1 parent 6beba8f commit 574f27f
Show file tree
Hide file tree
Showing 20 changed files with 4,055 additions and 16 deletions.
129 changes: 128 additions & 1 deletion InCore.Foundation/MobileNetworkInterface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ Properties
* :ref:`allowRoamingItem <property_MobileNetworkInterface_allowRoamingItem>`
* :ref:`apn <property_MobileNetworkInterface_apn>`
* :ref:`apnItem <property_MobileNetworkInterface_apnItem>`
* :ref:`authenticationType <property_MobileNetworkInterface_authenticationType>`
* :ref:`authenticationTypeItem <property_MobileNetworkInterface_authenticationTypeItem>`
* :ref:`deviceManufacturer <property_MobileNetworkInterface_deviceManufacturer>`
* :ref:`deviceModel <property_MobileNetworkInterface_deviceModel>`
* :ref:`iccid <property_MobileNetworkInterface_iccid>`
* :ref:`imei <property_MobileNetworkInterface_imei>`
Expand All @@ -51,6 +54,7 @@ Properties
* :ref:`NetworkInterface.hardwareName <property_NetworkInterface_hardwareName>`
* :ref:`NetworkInterface.networkAddresses <property_NetworkInterface_networkAddresses>`
* :ref:`NetworkInterface.operationalState <property_NetworkInterface_operationalState>`
* :ref:`NetworkInterface.routes <property_NetworkInterface_routes>`
* :ref:`NetworkInterface.setupState <property_NetworkInterface_setupState>`
* :ref:`NetworkInterface.useRoutes <property_NetworkInterface_useRoutes>`
* :ref:`NetworkInterface.useRoutesItem <property_NetworkInterface_useRoutesItem>`
Expand All @@ -74,13 +78,14 @@ Signals
+++++++

.. hlist::
:columns: 1
:columns: 2

* :ref:`connected() <signal_MobileNetworkInterface_connected>`
* :ref:`disconnected() <signal_MobileNetworkInterface_disconnected>`
* :ref:`messageReceived() <signal_MobileNetworkInterface_messageReceived>`
* :ref:`messageSent() <signal_MobileNetworkInterface_messageSent>`
* :ref:`NetworkInterface.errorOccurred() <signal_NetworkInterface_errorOccurred>`
* :ref:`NetworkInterface.routesDataChanged() <signal_NetworkInterface_routesDataChanged>`
* :ref:`ConfigurationObject.itemsDataChanged() <signal_ConfigurationObject_itemsDataChanged>`
* :ref:`Object.completed() <signal_Object_completed>`

Expand All @@ -90,6 +95,7 @@ Enumerations
.. hlist::
:columns: 1

* :ref:`AuthenticationType <enum_MobileNetworkInterface_AuthenticationType>`
* :ref:`State <enum_MobileNetworkInterface_State>`
* :ref:`NetworkInterface.DhcpClientIdentifier <enum_NetworkInterface_DhcpClientIdentifier>`
* :ref:`NetworkInterface.Error <enum_NetworkInterface_Error>`
Expand Down Expand Up @@ -165,6 +171,59 @@ This property holds an internal :ref:`ConfigurationItem <object_ConfigurationIte
:**› Attributes**: Readonly


.. _property_MobileNetworkInterface_authenticationType:

.. _signal_MobileNetworkInterface_authenticationTypeChanged:

.. index::
single: authenticationType

authenticationType
++++++++++++++++++



This property was introduced in InCore 2.3.

:**› Type**: :ref:`AuthenticationType <enum_MobileNetworkInterface_AuthenticationType>`
:**› Default**: :ref:`MobileNetworkInterface.UnknownAuthentication <enumitem_MobileNetworkInterface_UnknownAuthentication>`
:**› Signal**: authenticationTypeChanged()
:**› Attributes**: Writable


.. _property_MobileNetworkInterface_authenticationTypeItem:

.. index::
single: authenticationTypeItem

authenticationTypeItem
++++++++++++++++++++++

This property holds an internal :ref:`ConfigurationItem <object_ConfigurationItem>` instance for the :ref:`authenticationType <property_MobileNetworkInterface_authenticationType>` property.

:**› Type**: :ref:`ConfigurationItem <object_ConfigurationItem>`
:**› Attributes**: Readonly


.. _property_MobileNetworkInterface_deviceManufacturer:

.. _signal_MobileNetworkInterface_deviceManufacturerChanged:

.. index::
single: deviceManufacturer

deviceManufacturer
++++++++++++++++++

This property holds the manufacturer name of the modem device.

This property was introduced in InCore 2.3.

:**› Type**: String
:**› Signal**: deviceManufacturerChanged()
:**› Attributes**: Readonly


.. _property_MobileNetworkInterface_deviceModel:

.. _signal_MobileNetworkInterface_deviceModelChanged:
Expand Down Expand Up @@ -471,6 +530,74 @@ Enumerations
************


.. _enum_MobileNetworkInterface_AuthenticationType:

.. index::
single: AuthenticationType

AuthenticationType
++++++++++++++++++



.. index::
single: MobileNetworkInterface.UnknownAuthentication
.. index::
single: MobileNetworkInterface.NoAuthentication
.. index::
single: MobileNetworkInterface.PAP
.. index::
single: MobileNetworkInterface.CHAP
.. index::
single: MobileNetworkInterface.MSCHAP
.. index::
single: MobileNetworkInterface.MSCHAPv2
.. index::
single: MobileNetworkInterface.EAP
.. list-table::
:widths: auto
:header-rows: 1

* - Name
- Value
- Description

.. _enumitem_MobileNetworkInterface_UnknownAuthentication:
* - ``MobileNetworkInterface.UnknownAuthentication``
- ``0``
-

.. _enumitem_MobileNetworkInterface_NoAuthentication:
* - ``MobileNetworkInterface.NoAuthentication``
- ``1``
-

.. _enumitem_MobileNetworkInterface_PAP:
* - ``MobileNetworkInterface.PAP``
- ``2``
-

.. _enumitem_MobileNetworkInterface_CHAP:
* - ``MobileNetworkInterface.CHAP``
- ``3``
-

.. _enumitem_MobileNetworkInterface_MSCHAP:
* - ``MobileNetworkInterface.MSCHAP``
- ``4``
-

.. _enumitem_MobileNetworkInterface_MSCHAPv2:
* - ``MobileNetworkInterface.MSCHAPv2``
- ``5``
-

.. _enumitem_MobileNetworkInterface_EAP:
* - ``MobileNetworkInterface.EAP``
- ``6``
-


.. _enum_MobileNetworkInterface_State:

.. index::
Expand Down
33 changes: 33 additions & 0 deletions InCore.Foundation/NetworkInterface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Properties
* :ref:`hardwareName <property_NetworkInterface_hardwareName>`
* :ref:`networkAddresses <property_NetworkInterface_networkAddresses>`
* :ref:`operationalState <property_NetworkInterface_operationalState>`
* :ref:`routes <property_NetworkInterface_routes>`
* :ref:`setupState <property_NetworkInterface_setupState>`
* :ref:`useRoutes <property_NetworkInterface_useRoutes>`
* :ref:`useRoutesItem <property_NetworkInterface_useRoutesItem>`
Expand All @@ -57,6 +58,7 @@ Signals
:columns: 1

* :ref:`errorOccurred() <signal_NetworkInterface_errorOccurred>`
* :ref:`routesDataChanged() <signal_NetworkInterface_routesDataChanged>`
* :ref:`ConfigurationObject.itemsDataChanged() <signal_ConfigurationObject_itemsDataChanged>`
* :ref:`Object.completed() <signal_Object_completed>`

Expand Down Expand Up @@ -243,6 +245,25 @@ This property holds the operational state of the network interface. The most com
:**› Attributes**: Readonly


.. _property_NetworkInterface_routes:

.. _signal_NetworkInterface_routesChanged:

.. index::
single: routes

routes
++++++

This property holds a list of :ref:`NetworkRoute <object_NetworkRoute>` objects which hold additional network routes to configure.

This property was introduced in InCore 2.3.

:**› Type**: :ref:`List <object_List>`\<:ref:`NetworkRoute <object_NetworkRoute>`>
:**› Signal**: routesChanged()
:**› Attributes**: Readonly


.. _property_NetworkInterface_setupState:

.. _signal_NetworkInterface_setupStateChanged:
Expand Down Expand Up @@ -307,6 +328,18 @@ errorOccurred()
This signal is emitted whenever an error has occurred, regardless of whether the :ref:`error <property_NetworkInterface_error>` property has changed or not. In contrast to the change notification signal of the :ref:`error <property_NetworkInterface_error>` property this signal is also emitted several times if a certain error occurs several times in succession.



.. _signal_NetworkInterface_routesDataChanged:

.. index::
single: routesDataChanged

routesDataChanged(SignedInteger index)
++++++++++++++++++++++++++++++++++++++

This signal is emitted whenever the :ref:`List.dataChanged() <signal_List_dataChanged>` signal is emitted, i.e. the item at ``index`` in the :ref:`routes <property_NetworkInterface_routes>` list itself emitted the dataChanged() signal.


Enumerations
************

Expand Down

0 comments on commit 574f27f

Please sign in to comment.