IecValueServerObjectTGetAsduBreakOut 方法 |
获取一个突发的数据变化的报文信息
命名空间:
HslCommunication.Instrument.IEC
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.3.0.0 (12.3.0.0)
语法public byte[] GetAsduBreakOut(
IecValueObject<T> iecValue,
byte station
)
Public Function GetAsduBreakOut (
iecValue As IecValueObject(Of T),
station As Byte
) As Byte()
public:
array<unsigned char>^ GetAsduBreakOut(
IecValueObject<T>^ iecValue,
unsigned char station
)
member GetAsduBreakOut :
iecValue : IecValueObject<'T> *
station : byte -> byte[]
参数
- iecValue
- 类型:HslCommunication.Instrument.IECIecValueObjectT
数据变化值 - station
- 类型:SystemByte
公共地址
返回值
类型:
Byte发送客户端的报文
参见