KeyenceNanoHelperGetDisConnectCmd 方法 |
断开PLC连接的命令报文
Command message to disconnect PLC
命名空间:
HslCommunication.Profinet.Keyence
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static byte[] GetDisConnectCmd(
byte station,
bool useStation
)
Public Shared Function GetDisConnectCmd (
station As Byte,
useStation As Boolean
) As Byte()
public:
static array<unsigned char>^ GetDisConnectCmd(
unsigned char station,
bool useStation
)
static member GetDisConnectCmd :
station : byte *
useStation : bool -> byte[]
参数
- station
- 类型:SystemByte
当前PLC的站号信息 - useStation
- 类型:SystemBoolean
是否启动站号命令
返回值
类型:
Byte[缺少 "M:HslCommunication.Profinet.Keyence.KeyenceNanoHelper.GetDisConnectCmd(System.Byte,System.Boolean)" 的 <returns> 文档]
参见