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