<< Click to Display Table of Contents >>

repository_agent.try_usl_check

Sets whether to check the USL.

Values

true

Check USL

false

Do not check USL(The default value)

Reference

If the OZ Server uses the USL, the value of this parameter must be set to "true".

Android/iOS Viewer requires the following settings.

Android

1.Add the library file to your Eclipse project.(Add one of the files libOZUSLClientDES128.so, libOZUSLClientSession.so, or libOZUSLClientAES256.so as needed.)

iOS

1.Add the framework to your Xcode project.(Add one of the files OZUSLDES128.framework, OZUSLSession.framework, or OZUSLAES256.framework as needed.)

2.Call the __OZPack_load_OZUSLClient() function before using this function.