jwtHeaderGetBool (Function) |
Top Previous Next |
jwtHeaderGet reads a boolean header from the JWT object.
Input: jwt : SYSHANDLE A handle to the JWT object.
name : STRING The name of the header to read.
Output: value : BOOL The value of the header.
Returns: INT
Declaration: FUNCTION jwtHeaderGetBool : INT;
Example: INCLUDE rtcu.inc |