jwtHeaderGetDint (Function) |
Top Previous Next |
jwtHeaderGetDint reads an integer 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 : DINT The value of the header.
Returns: INT
Declaration: FUNCTION jwtHeaderGetDint : INT;
Example: INCLUDE rtcu.inc |