AllenBradleyHelperRegisterSessionHandle 方法 |
向PLC注册会话ID的报文
Register a message with the PLC for the session ID
命名空间:
HslCommunication.Profinet.AllenBradley
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static byte[] RegisterSessionHandle(
byte[] senderContext = null
)
Public Shared Function RegisterSessionHandle (
Optional senderContext As Byte() = Nothing
) As Byte()
public:
static array<unsigned char>^ RegisterSessionHandle(
array<unsigned char>^ senderContext = nullptr
)
static member RegisterSessionHandle :
?senderContext : byte[]
(* Defaults:
let _senderContext = defaultArg senderContext null
*)
-> byte[]
参数
- senderContext (Optional)
- 类型:SystemByte
发送的上下文信息
返回值
类型:
Byte报文信息 -> Message information
参见