Document API IEC60730 Library
Static Public Attributes | List of all members
enums.JLinkFunctions Class Reference

Static Public Attributes

 LOG_PROTOTYPE = ctypes.CFUNCTYPE(None, ctypes.c_char_p)
 
 UNSECURE_HOOK_PROTOTYPE
 
 FLASH_PROGRESS_PROTOTYPE
 

Detailed Description

Collection of function prototype and type builders for the J-Link SDK
API calls.

Member Data Documentation

◆ FLASH_PROGRESS_PROTOTYPE

enums.JLinkFunctions.FLASH_PROGRESS_PROTOTYPE
static
Initial value:
= ctypes.CFUNCTYPE(None,
ctypes.c_char_p,
ctypes.c_char_p,
ctypes.c_int)

◆ UNSECURE_HOOK_PROTOTYPE

enums.JLinkFunctions.UNSECURE_HOOK_PROTOTYPE
static
Initial value:
= ctypes.CFUNCTYPE(ctypes.c_int,
ctypes.c_char_p,
ctypes.c_char_p,
ctypes.c_uint32)

The documentation for this class was generated from the following file: