AllenBradleyHelperUnRegisterSessionHandle 方法 |
获取卸载一个已注册的会话的报文
Get a message to uninstall a registered session
命名空间:
HslCommunication.Profinet.AllenBradley
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static byte[] UnRegisterSessionHandle(
uint sessionHandle
)
Public Shared Function UnRegisterSessionHandle (
sessionHandle As UInteger
) As Byte()
public:
static array<unsigned char>^ UnRegisterSessionHandle(
unsigned int sessionHandle
)
static member UnRegisterSessionHandle :
sessionHandle : uint32 -> byte[]
参数
- sessionHandle
- 类型:SystemUInt32
当前会话的ID信息
返回值
类型:
Byte字节报文信息 -> BYTE message information
参见