jwtHeaderAddDint (Function) |
Top Previous Next |
jwtHeaderAddDint adds a new integer header to the JWT object. If the header already exists, it must be deleted first with jwtHeaderDelete.
Input: jwt : SYSHANDLE A handle to the JWT object.
name : STRING The name of the header to add.
value : DINT The value to add.
Returns: INT
Declaration: FUNCTION jwtHeaderAddDint : INT;
Example: INCLUDE rtcu.inc |