Unsigned Element (Formatted Text) and WiFi: Difference between pages

From Visuino
(Difference between pages)
Jump to navigation Jump to search
(Created page with "Image:TArduinoMemoryUnsignedElement.png == Summary == {{:Summaries:Summary Unsigned Element (Formatted Text)}} == Description == Add this element to the Formatted text component to included formatted Unsigned Integer value to the string. == Used By == *Formatted Text.Elements - {{:Summaries:Summary Formatted Text.Elements}} == Properties == *Base - {{:Summaries:Summary Unsigned Element (Formatted Text).Base}} *Unsi...")
 
(Created page with "Image:TArduinoRemoteWiFiAccessPoint.png == Summary == {{:Summaries:Summary WiFi}} == Description == This class allows control of a WiFi LinkIt ONE module. == Properties == *AccessPoints - {{:Summaries:Summary WiFi.AccessPoints}} *Sockets - {{:Summaries:Summary WiFi.Sockets}} *Enabled - {{:Summaries:Summary TArduinoEnableShield.Enabled}} == Pins == *ScanNetworks -...")
 
Line 1: Line 1:
[[Image:TArduinoMemoryUnsignedElement.png]]
[[Image:TArduinoRemoteWiFiAccessPoint.png]]


== Summary ==
== Summary ==
{{:Summaries:Summary Unsigned Element (Formatted Text)}}
{{:Summaries:Summary WiFi}}


== Description ==
== Description ==
Add this element to the Formatted text component to included formatted Unsigned Integer value to the string.
This class allows control of a WiFi LinkIt ONE module.
 
== Used By ==
*[[Formatted Text.Elements]] - {{:Summaries:Summary Formatted Text.Elements}}


== Properties ==
== Properties ==
*[[Unsigned Element (Formatted Text).Base|Base]] - {{:Summaries:Summary Unsigned Element (Formatted Text).Base}}
*[[WiFi.AccessPoints|AccessPoints]] - {{:Summaries:Summary WiFi.AccessPoints}}
*[[Unsigned Element (Formatted Text).InitialValue|InitialValue]] - {{:Summaries:Summary Unsigned Element (Formatted Text).InitialValue}}
*[[WiFi.Sockets|Sockets]] - {{:Summaries:Summary WiFi.Sockets}}
*[[TArduinoFormattedTextLengthElement.Length|Length]] - {{:Summaries:Summary TArduinoFormattedTextLengthElement.Length}}
*[[TArduinoEnableShield.Enabled|Enabled]] - {{:Summaries:Summary TArduinoEnableShield.Enabled}}
*[[TArduinoFormattedTextLengthElement.FillCharacter|FillCharacter]] - {{:Summaries:Summary TArduinoFormattedTextLengthElement.FillCharacter}}
*[[TNamedPersistentItem.Name|Name]] - {{:Summaries:Summary TNamedPersistentItem.Name}}


== Pins ==
== Pins ==
*[[Unsigned Element (Formatted Text).InputPin|In]] - {{:Summaries:Summary Unsigned Element (Formatted Text).InputPin}}
*[[WiFi.ScanNetworksInputPin|ScanNetworks]] - {{:Summaries:Summary WiFi.ScanNetworksInputPin}}
*[[WiFi.FoundSignalStrengthOutputPin|FoundSignalStrength]] - {{:Summaries:Summary WiFi.FoundSignalStrengthOutputPin}}
*[[WiFi.FoundSSIDOutputPin|FoundSSID]] - {{:Summaries:Summary WiFi.FoundSSIDOutputPin}}
*[[WiFi.AddressOutputPin|Address]] - {{:Summaries:Summary WiFi.AddressOutputPin}}
*[[WiFi.MACOutputPin|MAC]] - {{:Summaries:Summary WiFi.MACOutputPin}}
*[[WiFi.SignalStrengthOutputPin|SignalStrength]] - {{:Summaries:Summary WiFi.SignalStrengthOutputPin}}
*[[WiFi.BSSIDOutputPin|BSSID]] - {{:Summaries:Summary WiFi.BSSIDOutputPin}}
*[[WiFi.GatewayIPOutputPin|GatewayIP]] - {{:Summaries:Summary WiFi.GatewayIPOutputPin}}
*[[WiFi.SubnetMaskIPOutputPin|SubnetMaskIP]] - {{:Summaries:Summary WiFi.SubnetMaskIPOutputPin}}
*[[WiFi.CheckSignalStrengthInputPin|CheckSignalStrength]] - {{:Summaries:Summary WiFi.CheckSignalStrengthInputPin}}


[[Category:Elements]]
[[Category:Elements]]

Latest revision as of 10:48, 9 June 2022

Summary

WiFi Linkit ONE Module

Description

This class allows control of a WiFi LinkIt ONE module.

Properties

  • AccessPoints - Specifies the Remote WiFi Access Points to connect to
  • Sockets - Specifies the sockets of the WiFi Module
  • Enabled - Enables or Disables the shield

Pins

  • ScanNetworks - The Scan Network clock input pin of the WiFi Module
  • FoundSignalStrength - Return the RSSI /Received Signal Strength in dBm) of the the network discovered during the scan.
  • FoundSSID - Return the SSID of the the network discovered during the scan.
  • Address - Returns the Local IP Address
  • MAC - Returns the Local MAC Address
  • SignalStrength - Return the current RSSI /Received Signal Strength in dBm) associated with the network
  • BSSID - Returns the BSSID - MAC address of the Access Point
  • GatewayIP - Returns the Gateway IP Address
  • SubnetMaskIP - Returns the IP Address Mask
  • CheckSignalStrength - The Check Signal Strength Clock Event Input pin of the component