LSFastEnetGetErrorDesciption 方法 |
get the description of the error code meanning
命名空间:
HslCommunication.Profinet.LSIS
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static string GetErrorDesciption(
byte code
)
Public Shared Function GetErrorDesciption (
code As Byte
) As String
public:
static String^ GetErrorDesciption(
unsigned char code
)
static member GetErrorDesciption :
code : byte -> string
参数
- code
- 类型:SystemByte
code value
返回值
类型:
Stringstring information
参见