| IEC104TotalSubscriptions 方法 (UInt16, Byte, Byte) | 
 
            总召唤,支持设置总召唤代码,0x01: 定时主动上送,  0x14: 相应总召唤上送,  0x03: 越限上送
            
 
        命名空间: 
     HslCommunication.Instrument.IEC
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public OperateResult TotalSubscriptions(
	ushort station,
	byte code,
	byte reason
)
Public Function TotalSubscriptions ( 
	station As UShort,
	code As Byte,
	reason As Byte
) As OperateResult
public:
OperateResult^ TotalSubscriptions(
	unsigned short station, 
	unsigned char code, 
	unsigned char reason
)
member TotalSubscriptions : 
        station : uint16 * 
        code : byte * 
        reason : byte -> OperateResult 
参数
- station
- 类型:SystemUInt16
 公共单元地址
- code
- 类型:SystemByte
 总召唤的代码,0x01: 定时主动上送,  0x14: 相应总召唤上送,  0x03: 越限上送
- reason
- 类型:SystemByte
 传送原因,通常可选 06:激活,07:激活确认
返回值
类型:
OperateResult是否总召唤成功
 参见
参见