SecsValue 构造函数 (SecsItemType, Object) |
通过指定的参数类型及值信息,来实例化一个对象
Instantiate an object by specifying the parameter type and value information
命名空间:
HslCommunication.Secs.Types
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public SecsValue(
SecsItemType type,
Object value
)
Public Sub New (
type As SecsItemType,
value As Object
)
public:
SecsValue(
SecsItemType type,
Object^ value
)
new :
type : SecsItemType *
value : Object -> SecsValue
参数
- type
- 类型:HslCommunication.Secs.TypesSecsItemType
数据的类型信息 - value
- 类型:SystemObject
数据值信息,当是List类型时,本值为空
参见