NetHandle 转换 (NetHandle to Int32) |
也可以赋值给int数据
命名空间:
HslCommunication
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static implicit operator int (
NetHandle netHandle
)
Public Shared Widening Operator CType (
netHandle As NetHandle
) As Integer
static implicit operator int (
NetHandle netHandle
)
F# does not support the declaration of new casting operators.
参数
- netHandle
- 类型:HslCommunicationNetHandle
netHandle对象
返回值
类型:
Int32等值的消息对象
参见