Skip to content

Commit

Permalink
access wlan and wwan ip address + documentation & updated compiled st…
Browse files Browse the repository at this point in the history
…atic fw
  • Loading branch information
vsanthanam committed Mar 28, 2018
1 parent 102a44a commit 39e9865
Show file tree
Hide file tree
Showing 35 changed files with 240 additions and 46 deletions.
4 changes: 2 additions & 2 deletions Documentation/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h1>Classes</h1>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>NXAddressInfo is a singleton class that lets you get IP address infomation about current connection(s)</p>
<p>NXAddressInfo is a singleton class that lets you get IP address infomation about current connection(s). NXAddress shouldn&rsquo;t instantiated directly.</p>

<a href="Classes/NXAddressInfo.html" class="slightly-smaller">See more</a>
</div>
Expand Down Expand Up @@ -189,7 +189,7 @@ <h4>Declaration</h4>
</div>
<div class="footer-wrapper">
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-25)</p>
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-28)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</div>
Expand Down
111 changes: 104 additions & 7 deletions Documentation/Classes/NXAddressInfo.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h1>NXAddressInfo</h1>

</div>
</div>
<p>NXAddressInfo is a singleton class that lets you get IP address infomation about current connection(s)</p>
<p>NXAddressInfo is a singleton class that lets you get IP address infomation about current connection(s). NXAddress shouldn&rsquo;t instantiated directly.</p>

</section>
<section class="section task-group-section">
Expand All @@ -77,7 +77,8 @@ <h3 class="section-name">Shared Instance</h3>
<section class="section">
<div class="pointer"></div>
<div class="abstract">

<p>Get the shared address info object</p>

</div>
<div class="declaration">
<h4>Declaration</h4>
Expand All @@ -87,17 +88,21 @@ <h4>Declaration</h4>

</div>
</div>
<div>
<h4>Return Value</h4>
<p>The shared instance</p>
</div>
</section>
</div>
</li>
</ul>
</div>
<div class="task-group">
<div class="task-name-container">
<a name="/Get%20Address%20Info"></a>
<a name="//apple_ref/objc/Section/Get Address Info" class="dashAnchor"></a>
<a href="#/Get%20Address%20Info">
<h3 class="section-name">Get Address Info</h3>
<a name="/Get%20WLAN%20Address%20Info"></a>
<a name="//apple_ref/objc/Section/Get WLAN Address Info" class="dashAnchor"></a>
<a href="#/Get%20WLAN%20Address%20Info">
<h3 class="section-name">Get WLAN Address Info</h3>
</a>
</div>
<ul>
Expand Down Expand Up @@ -128,6 +133,98 @@ <h4>Declaration</h4>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/c:objc(cs)NXAddressInfo(py)WLANIPv6Address"></a>
<a name="//apple_ref/objc/Property/WLANIPv6Address" class="dashAnchor"></a>
<a class="token" href="#/c:objc(cs)NXAddressInfo(py)WLANIPv6Address">WLANIPv6Address</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>IPv6 WLAN Address</p>

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Objective-C</p>
<pre class="highlight objective_c"><code><span class="k">@property</span> <span class="p">(</span><span class="n">readonly</span><span class="p">,</span> <span class="n">nonatomic</span><span class="p">,</span> <span class="n">nullable</span><span class="p">)</span> <span class="n">NSString</span> <span class="o">*</span><span class="n">WLANIPv6Address</span><span class="p">;</span></code></pre>

</div>
</div>
</section>
</div>
</li>
</ul>
</div>
<div class="task-group">
<div class="task-name-container">
<a name="/Get%20WWAN%20Address%20Info"></a>
<a name="//apple_ref/objc/Section/Get WWAN Address Info" class="dashAnchor"></a>
<a href="#/Get%20WWAN%20Address%20Info">
<h3 class="section-name">Get WWAN Address Info</h3>
</a>
</div>
<ul>
<li class="item">
<div>
<code>
<a name="/c:objc(cs)NXAddressInfo(py)WWANIPv4Address"></a>
<a name="//apple_ref/objc/Property/WWANIPv4Address" class="dashAnchor"></a>
<a class="token" href="#/c:objc(cs)NXAddressInfo(py)WWANIPv4Address">WWANIPv4Address</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>IPv4 WWAN Address</p>

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Objective-C</p>
<pre class="highlight objective_c"><code><span class="k">@property</span> <span class="p">(</span><span class="n">readonly</span><span class="p">,</span> <span class="n">nonatomic</span><span class="p">,</span> <span class="n">nullable</span><span class="p">)</span> <span class="n">NSString</span> <span class="o">*</span><span class="n">WWANIPv4Address</span><span class="p">;</span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/c:objc(cs)NXAddressInfo(py)WWANIPv6Address"></a>
<a name="//apple_ref/objc/Property/WWANIPv6Address" class="dashAnchor"></a>
<a class="token" href="#/c:objc(cs)NXAddressInfo(py)WWANIPv6Address">WWANIPv6Address</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>IPv6 WWAN Address</p>

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Objective-C</p>
<pre class="highlight objective_c"><code><span class="k">@property</span> <span class="p">(</span><span class="n">readonly</span><span class="p">,</span> <span class="n">nonatomic</span><span class="p">,</span> <span class="n">nullable</span><span class="p">)</span> <span class="n">NSString</span> <span class="o">*</span><span class="n">WWANIPv6Address</span><span class="p">;</span></code></pre>

</div>
</div>
</section>
</div>
</li>
</ul>
</div>
</section>
Expand Down Expand Up @@ -207,7 +304,7 @@ <h4>Declaration</h4>
</div>
<div class="footer-wrapper">
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-25)</p>
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-28)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</div>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Classes/NXNetwork.html
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ <h4>Declaration</h4>
</div>
<div class="footer-wrapper">
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-25)</p>
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-28)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</div>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Constants.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ <h4>Declaration</h4>
</div>
<div class="footer-wrapper">
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-25)</p>
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-28)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</div>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Enums.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ <h4>Declaration</h4>
</div>
<div class="footer-wrapper">
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-25)</p>
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-28)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</div>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Enums/NXNetworkReachabilityStatus.html
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ <h4>Declaration</h4>
</div>
<div class="footer-wrapper">
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-25)</p>
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-28)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</div>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Guides.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h1>Guides</h1>
</div>
<div class="footer-wrapper">
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-25)</p>
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-28)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</div>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Protocols.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ <h4>Declaration</h4>
</div>
<div class="footer-wrapper">
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-25)</p>
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-28)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</div>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Protocols/NXNetworkDelegate.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ <h4>Parameters</h4>
</div>
<div class="footer-wrapper">
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-25)</p>
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-28)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</div>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Structs.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ <h4>Declaration</h4>
</div>
<div class="footer-wrapper">
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-25)</p>
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-28)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</div>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Type Definitions.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ <h4>Parameters</h4>
</div>
<div class="footer-wrapper">
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-25)</p>
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-28)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</div>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/designing-for-reachability.html
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ <h2 id='notifications' class='heading'>Notifications</h2>
</div>
<div class="footer-wrapper">
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-25)</p>
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-28)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h1>Classes</h1>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>NXAddressInfo is a singleton class that lets you get IP address infomation about current connection(s)</p>
<p>NXAddressInfo is a singleton class that lets you get IP address infomation about current connection(s). NXAddress shouldn&rsquo;t instantiated directly.</p>

<a href="Classes/NXAddressInfo.html" class="slightly-smaller">See more</a>
</div>
Expand Down Expand Up @@ -189,7 +189,7 @@ <h4>Declaration</h4>
</div>
<div class="footer-wrapper">
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-25)</p>
<p>&copy; 2018 <a class="link" href="https://www.vsanthanam.com" target="_blank" rel="external">Varun Santhanam</a>. All rights reserved. (Last updated: 2018-03-28)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</div>
Expand Down

0 comments on commit 39e9865

Please sign in to comment.