IecValueServerObjectTGetAsduCommand 方法 |
获取发送的Asdu报文信息
命名空间:
HslCommunication.Instrument.IEC
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.3.0.0 (12.3.0.0)
语法public List<byte[]> GetAsduCommand(
byte reason,
byte station
)
Public Function GetAsduCommand (
reason As Byte,
station As Byte
) As List(Of Byte())
public:
List<array<unsigned char>^>^ GetAsduCommand(
unsigned char reason,
unsigned char station
)
member GetAsduCommand :
reason : byte *
station : byte -> List<byte[]>
参数
- reason
- 类型:SystemByte
传送原因 - station
- 类型:SystemByte
公共地址
返回值
类型:
ListByte[缺少 "M:HslCommunication.Instrument.IEC.IecValueServerObject`1.GetAsduCommand(System.Byte,System.Byte)" 的 <returns> 文档]
参见