如果您清楚类型代号,可以根据值进行扩展
命名空间:
HslCommunication.Profinet.Keyence
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public KeyenceDataType(
byte code,
byte type,
string asciiCode,
int fromBase
)
Public Sub New (
code As Byte,
type As Byte,
asciiCode As String,
fromBase As Integer
)
public:
KeyenceDataType(
unsigned char code,
unsigned char type,
String^ asciiCode,
int fromBase
)
new :
code : byte *
type : byte *
asciiCode : string *
fromBase : int -> KeyenceDataType
参数
- code
- 类型:SystemByte
数据类型的代号 - type
- 类型:SystemByte
0或1,默认为0 - asciiCode
- 类型:SystemString
ASCII格式的类型信息 - fromBase
- 类型:SystemInt32
指示地址的多少进制的,10或是16
参见