SecsValue 构造函数 (SecsItemType, Object, Int32) |
通过指定的参数类型及值信息,来实例化一个对象
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,
int length
)
Public Sub New (
type As SecsItemType,
value As Object,
length As Integer
)
public:
SecsValue(
SecsItemType type,
Object^ value,
int length
)
new :
type : SecsItemType *
value : Object *
length : int -> SecsValue
参数
- type
- 类型:HslCommunication.Secs.TypesSecsItemType
数据的类型信息 - value
- 类型:SystemObject
数据值信息,当是List类型时,本值为空 - length
- 类型:SystemInt32
长度参数信息
参见