|
| xroad.node_ctypes.on_object_handler = ctypes.CFUNCTYPE(None, ctypes.c_void_p, ctypes.c_ushort, ctypes.c_void_p) |
|
| xroad.node_ctypes.on_epoll_event_handler = ctypes.CFUNCTYPE(None, ctypes.POINTER(EpollEventCTypes)) |
|
| xroad.node_ctypes.on_send_node_obj_handler = ctypes.CFUNCTYPE(None, ctypes.c_char_p, ctypes.c_void_p) |
|
| xroad.node_ctypes.lib = None |
|
| xroad.node_ctypes.restype |
|
| xroad.node_ctypes.argtypes |
|
int | xroad.node_ctypes.version_major = 0 |
|
int | xroad.node_ctypes.version_minor = 0 |
|
string | xroad.node_ctypes.version_git_hash = "" |
|