| DLT645HelperFunction1C 方法  | 
 
            功能码1C的操作,主要用来控制跳闸(控制类型1A),合闸允许(控制类型1B)
            
 
        命名空间: 
     HslCommunication.Instrument.DLT.Helper
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public static OperateResult Function1C(
	IDlt645 dlt,
	string password,
	string opCode,
	string station,
	byte controlType,
	DateTime validTime
)
Public Shared Function Function1C ( 
	dlt As IDlt645,
	password As String,
	opCode As String,
	station As String,
	controlType As Byte,
	validTime As DateTime
) As OperateResult
public:
static OperateResult^ Function1C(
	IDlt645^ dlt, 
	String^ password, 
	String^ opCode, 
	String^ station, 
	unsigned char controlType, 
	DateTime validTime
)
static member Function1C : 
        dlt : IDlt645 * 
        password : string * 
        opCode : string * 
        station : string * 
        controlType : byte * 
        validTime : DateTime -> OperateResult 
参数
- dlt
- 类型:HslCommunication.Instrument.DLT.HelperIDlt645
 DLT通信对象
- password
- 类型:SystemString
 密钥信息
- opCode
- 类型:SystemString
 操作者代码
- station
- 类型:SystemString
 站号信息
- controlType
- 类型:SystemByte
 控制类型
- validTime
- 类型:SystemDateTime
 有效截止时间
返回值
类型:
OperateResult是否操作成功
 参见
参见