点击或拖拽改变大小

AuthorizationSetAuthorizationCode 方法 (String)

设置本组件系统的授权信息,如果激活失败,只能使用24小时,24小时后所有的网络通信不会成功
Set the authorization information of this component system. If the activation fails, it can only be used for 8 hours. All network communication will not succeed after 8 hours

命名空间:  HslCommunication
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public static bool SetAuthorizationCode(
	string code
)

参数

code
类型:SystemString
授权码,如果授权码为空,则使用在线激活的方式

返回值

类型:Boolean
是否激活成功
参见