Java: enum Sq3AuthReturnE
→ C-API
More...
◆ Sq3AuthReturnE()
jvsq3lite.Sq3AuthReturnE.Sq3AuthReturnE |
( |
int | val | ) |
|
|
inline |
◆ get()
int jvsq3lite.Sq3AuthReturnE.get |
( |
| ) |
|
|
inline |
◆ set()
Definition at line 23 of file Sq3AuthReturnE.java.
23 {
24 return Sq3Lite.AuthReturnE_FromInt(val);
25 }
static SQ3_LITE Sq3Lite(MK_MNG mng)
cast a unknown-object into an Sq3LiteS pointer or NULL if not possible
◆ DENY
jvsq3lite.Sq3AuthReturnE.DENY =(1) |
◆ IGNORE
jvsq3lite.Sq3AuthReturnE.IGNORE =(2) |
◆ OK
jvsq3lite.Sq3AuthReturnE.OK =(0) |
The documentation for this enum was generated from the following file: