AllenBradleyDF1SerialPackCommand 方法 |
打包命令的操作,加站号进行打包成完整的数据内容,命令内容为原始命令,打包后会自动补充0x10的值
命名空间:
HslCommunication.Profinet.AllenBradley
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public byte[] PackCommand(
byte station,
byte[] command
)
Public Function PackCommand (
station As Byte,
command As Byte()
) As Byte()
public:
array<unsigned char>^ PackCommand(
unsigned char station,
array<unsigned char>^ command
)
member PackCommand :
station : byte *
command : byte[] -> byte[]
参数
- station
- 类型:SystemByte
站号信息 - command
- 类型:SystemByte
等待发送的命令
返回值
类型:
Byte打包之后的数据内容
参见