You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ProductionSystem/Production_Oil/Dll/Custom.Communication.Framew...

96 lines
3.7 KiB
XML

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?xml version="1.0"?>
<doc>
<assembly>
<name>Custom.Communication.Framework</name>
</assembly>
<members>
<member name="M:Custom.Communication.Framework.Common.StrHelper.StrToHexByteArray(System.String)">
<summary>
字符串转16进制字节数组
</summary>
<param name="hexString"></param>
<returns></returns>
</member>
<member name="M:Custom.Communication.Framework.Common.StrHelper.ToBytesFromHexString(System.String)">
<summary>
16进制格式字符串转字节数组
</summary>
<param name="hexString"></param>
<returns></returns>
</member>
<member name="T:Custom.Communication.Framework.HslAuthor.HslAuthorize">
<summary>
HSL授权
</summary>
</member>
<member name="M:Custom.Communication.Framework.HslAuthor.HslAuthorize.HslCommunicationAuthor">
<summary>
通讯授权
</summary>
</member>
<member name="M:Custom.Communication.Framework.HslAuthor.HslAuthorize.HslControlsAuthor">
<summary>
控件授权
</summary>
<returns></returns>
</member>
<member name="T:Custom.Communication.Framework.MyPlc.OmronHelper">
<summary>
欧姆龙PLC
</summary>
</member>
<member name="F:Custom.Communication.Framework.MyPlc.OmronHelper.PLCIsConnected">
<summary>
PLC连接状态
</summary>
</member>
<member name="M:Custom.Communication.Framework.MyPlc.OmronHelper.GetOmronCipNet(System.String,System.Int32,System.Int32)">
<summary>
欧姆龙PLC连接
</summary>
<param name="plcIp">IP地址</param>
<param name="plcPort">端口号</param>
<param name="connectTimeOut">连接超时时间默认3000毫秒</param>
<returns>true连接成功 false连接失败</returns>
</member>
<member name="M:Custom.Communication.Framework.MyPlc.OmronHelper.GetPlcVal(System.String,System.String,System.UInt16)">
<summary>
获取PLC值
</summary>
<param name="dataType">数据类型</param>
<param name="pointAddress">点位地址</param>
<param name="length">读取长度,仅读取字符串时有效</param>
<returns></returns>
</member>
<member name="M:Custom.Communication.Framework.MyPlc.OmronHelper.WriteToPlc(System.String,System.String,System.String,System.Int32)">
<summary>
写入PLC
</summary>
<param name="dataType"></param>
<param name="pointAddress"></param>
<param name="val"></param>
<param name="length">byte类型时需要定义的byte数组长度</param>
<returns></returns>
</member>
<member name="T:Custom.Communication.Framework.MySocket.SocketHelper">
<summary>
Socket通讯
</summary>
</member>
<member name="M:Custom.Communication.Framework.MySocket.SocketHelper.Connect(System.Net.IPAddress,System.Int32)">
<summary>
Socket连接
</summary>
<param name="ip">IP地址</param>
<param name="port">端口号</param>
<returns></returns>
</member>
<member name="P:Custom.Communication.Framework.MySocket.SocketHelper.IsConnect">
<summary>
是否连接
</summary>
<returns></returns>
</member>
</members>
</doc>