Difference between revisions of "Unit Authentication"
From Ultibo.org
Line 10: | Line 10: | ||
---- | ---- | ||
− | '' | + | |
+ | <div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial; padding-top: 20px; padding-bottom: 15px;"> | ||
+ | <div style="font-size: 14px; padding-left: 12px;">'''Authenticator Flag constants''' <code> AUTHENTICATOR_FLAG_* </code></div> | ||
+ | <div class="mw-collapsible-content" style="text-align: left; padding-left: 5px;"> | ||
+ | {| class="wikitable" style="font-size: 14px; background: white;" | ||
+ | |- | ||
+ | | <code>AUTHENTICATOR_FLAG_NONE = $00000000;</code> | ||
+ | |colspan="2"| | ||
+ | |- | ||
+ | |} | ||
+ | </div></div> | ||
+ | <br /> | ||
=== Type definitions === | === Type definitions === |
Revision as of 01:34, 24 November 2016
Return to Unit Reference
Description
To be documented
Constants
Authenticator Flag constants
AUTHENTICATOR_FLAG_*
AUTHENTICATOR_FLAG_NONE = $00000000;
|
Type definitions
To be documented
Public variables
To be documented
Function declarations
Initialization functions
procedure AuthInit;
Description: To be documented
Note | None documented |
---|
Return to Unit Reference