PanasonicMewtocolServerCreateFailedResponse 方法 |
创建一个失败的返回消息,指定错误码即可,会自动计算出来BCC校验和
命名空间:
HslCommunication.Profinet.Panasonic
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 protected string CreateFailedResponse(
byte code
)
Protected Function CreateFailedResponse (
code As Byte
) As String
protected:
String^ CreateFailedResponse(
unsigned char code
)
member CreateFailedResponse :
code : byte -> string
参数
- code
- 类型:SystemByte
错误码
返回值
类型:
String原始字节报文,用于反馈消息
参见