Skip to content

Commit 102e025

Browse files
Update to new version : 3.4.0.0
1 parent e260403 commit 102e025

32 files changed

+191
-47
lines changed
0 Bytes
Binary file not shown.

Libraries/net35/UnderAutomation.Fanuc.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43521,6 +43521,12 @@
4352143521
Indicates if the SNPX underlying TCP client is connected to the robot
4352243522
</summary>
4352343523
</member>
43524+
<member name="M:UnderAutomation.Fanuc.Snpx.Internal.SnpxClientBase.PollAndGetUpdatedConnectedState">
43525+
<summary>
43526+
Checks the actual connection status via an active socket polling
43527+
</summary>
43528+
<returns>True if the connection is still open after checking via polling</returns>
43529+
</member>
4352443530
<member name="M:UnderAutomation.Fanuc.Snpx.Internal.SnpxClientBase.Disconnect">
4352543531
<summary>
4352643532
Disconnect from the robot
@@ -43588,6 +43594,12 @@
4358843594
Is Telnet client connected
4358943595
</summary>
4359043596
</member>
43597+
<member name="M:UnderAutomation.Fanuc.Telnet.Internal.TelnetClientBase.PollAndGetUpdatedConnectedState">
43598+
<summary>
43599+
Checks the actual connection status via an active socket polling
43600+
</summary>
43601+
<returns>True if the connection is still open after checking via polling</returns>
43602+
</member>
4359143603
<member name="M:UnderAutomation.Fanuc.Telnet.Internal.TelnetClientBase.Disconnect">
4359243604
<summary>
4359343605
Disconnect Telnet client from robot
-512 Bytes
Binary file not shown.

Libraries/net40/UnderAutomation.Fanuc.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43521,6 +43521,12 @@
4352143521
Indicates if the SNPX underlying TCP client is connected to the robot
4352243522
</summary>
4352343523
</member>
43524+
<member name="M:UnderAutomation.Fanuc.Snpx.Internal.SnpxClientBase.PollAndGetUpdatedConnectedState">
43525+
<summary>
43526+
Checks the actual connection status via an active socket polling
43527+
</summary>
43528+
<returns>True if the connection is still open after checking via polling</returns>
43529+
</member>
4352443530
<member name="M:UnderAutomation.Fanuc.Snpx.Internal.SnpxClientBase.Disconnect">
4352543531
<summary>
4352643532
Disconnect from the robot
@@ -43588,6 +43594,12 @@
4358843594
Is Telnet client connected
4358943595
</summary>
4359043596
</member>
43597+
<member name="M:UnderAutomation.Fanuc.Telnet.Internal.TelnetClientBase.PollAndGetUpdatedConnectedState">
43598+
<summary>
43599+
Checks the actual connection status via an active socket polling
43600+
</summary>
43601+
<returns>True if the connection is still open after checking via polling</returns>
43602+
</member>
4359143603
<member name="M:UnderAutomation.Fanuc.Telnet.Internal.TelnetClientBase.Disconnect">
4359243604
<summary>
4359343605
Disconnect Telnet client from robot
-512 Bytes
Binary file not shown.

Libraries/net45/UnderAutomation.Fanuc.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43569,6 +43569,12 @@
4356943569
Indicates if the SNPX underlying TCP client is connected to the robot
4357043570
</summary>
4357143571
</member>
43572+
<member name="M:UnderAutomation.Fanuc.Snpx.Internal.SnpxClientBase.PollAndGetUpdatedConnectedState">
43573+
<summary>
43574+
Checks the actual connection status via an active socket polling
43575+
</summary>
43576+
<returns>True if the connection is still open after checking via polling</returns>
43577+
</member>
4357243578
<member name="M:UnderAutomation.Fanuc.Snpx.Internal.SnpxClientBase.Disconnect">
4357343579
<summary>
4357443580
Disconnect from the robot
@@ -43636,6 +43642,12 @@
4363643642
Is Telnet client connected
4363743643
</summary>
4363843644
</member>
43645+
<member name="M:UnderAutomation.Fanuc.Telnet.Internal.TelnetClientBase.PollAndGetUpdatedConnectedState">
43646+
<summary>
43647+
Checks the actual connection status via an active socket polling
43648+
</summary>
43649+
<returns>True if the connection is still open after checking via polling</returns>
43650+
</member>
4363943651
<member name="M:UnderAutomation.Fanuc.Telnet.Internal.TelnetClientBase.Disconnect">
4364043652
<summary>
4364143653
Disconnect Telnet client from robot
0 Bytes
Binary file not shown.

Libraries/net451/UnderAutomation.Fanuc.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43521,6 +43521,12 @@
4352143521
Indicates if the SNPX underlying TCP client is connected to the robot
4352243522
</summary>
4352343523
</member>
43524+
<member name="M:UnderAutomation.Fanuc.Snpx.Internal.SnpxClientBase.PollAndGetUpdatedConnectedState">
43525+
<summary>
43526+
Checks the actual connection status via an active socket polling
43527+
</summary>
43528+
<returns>True if the connection is still open after checking via polling</returns>
43529+
</member>
4352443530
<member name="M:UnderAutomation.Fanuc.Snpx.Internal.SnpxClientBase.Disconnect">
4352543531
<summary>
4352643532
Disconnect from the robot
@@ -43588,6 +43594,12 @@
4358843594
Is Telnet client connected
4358943595
</summary>
4359043596
</member>
43597+
<member name="M:UnderAutomation.Fanuc.Telnet.Internal.TelnetClientBase.PollAndGetUpdatedConnectedState">
43598+
<summary>
43599+
Checks the actual connection status via an active socket polling
43600+
</summary>
43601+
<returns>True if the connection is still open after checking via polling</returns>
43602+
</member>
4359143603
<member name="M:UnderAutomation.Fanuc.Telnet.Internal.TelnetClientBase.Disconnect">
4359243604
<summary>
4359343605
Disconnect Telnet client from robot
0 Bytes
Binary file not shown.

Libraries/net452/UnderAutomation.Fanuc.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43521,6 +43521,12 @@
4352143521
Indicates if the SNPX underlying TCP client is connected to the robot
4352243522
</summary>
4352343523
</member>
43524+
<member name="M:UnderAutomation.Fanuc.Snpx.Internal.SnpxClientBase.PollAndGetUpdatedConnectedState">
43525+
<summary>
43526+
Checks the actual connection status via an active socket polling
43527+
</summary>
43528+
<returns>True if the connection is still open after checking via polling</returns>
43529+
</member>
4352443530
<member name="M:UnderAutomation.Fanuc.Snpx.Internal.SnpxClientBase.Disconnect">
4352543531
<summary>
4352643532
Disconnect from the robot
@@ -43588,6 +43594,12 @@
4358843594
Is Telnet client connected
4358943595
</summary>
4359043596
</member>
43597+
<member name="M:UnderAutomation.Fanuc.Telnet.Internal.TelnetClientBase.PollAndGetUpdatedConnectedState">
43598+
<summary>
43599+
Checks the actual connection status via an active socket polling
43600+
</summary>
43601+
<returns>True if the connection is still open after checking via polling</returns>
43602+
</member>
4359143603
<member name="M:UnderAutomation.Fanuc.Telnet.Internal.TelnetClientBase.Disconnect">
4359243604
<summary>
4359343605
Disconnect Telnet client from robot

0 commit comments

Comments
 (0)