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 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static bool SetAuthorizationCode(
string code
)
Public Shared Function SetAuthorizationCode (
code As String
) As Boolean
public:
static bool SetAuthorizationCode(
String^ code
)
static member SetAuthorizationCode :
code : string -> bool
参数
- code
- 类型:SystemString
授权码,如果授权码为空,则使用在线激活的方式
返回值
类型:
Boolean是否激活成功
参见