CustomRequestHelper =================== .. currentmodule:: labpyproject.core.net.custom_TCP .. autoclass:: CustomRequestHelper :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~CustomRequestHelper.ASK_FOR_UID ~CustomRequestHelper.BLOC_PREFIX ~CustomRequestHelper.BLOC_SUFFIX ~CustomRequestHelper.BUFFERSIZE ~CustomRequestHelper.CLIENT_CONNECTED ~CustomRequestHelper.CLIENT_DISCONNECTED ~CustomRequestHelper.CLIENT_SHUTDOWN ~CustomRequestHelper.CONFIRM_RECEPTION ~CustomRequestHelper.CONNECTION_MAX_COUNT ~CustomRequestHelper.CONNECTION_REFUSED ~CustomRequestHelper.ERRNO_CON ~CustomRequestHelper.ERRNO_DATA ~CustomRequestHelper.ERRNO_DICT ~CustomRequestHelper.ERRNO_NET ~CustomRequestHelper.ERRNO_SEND ~CustomRequestHelper.ERRNO_SYS ~CustomRequestHelper.INACTIVE_COUNT ~CustomRequestHelper.MSGUID_INCREMENT ~CustomRequestHelper.NEED_CONFIRMATION ~CustomRequestHelper.PING ~CustomRequestHelper.RECONNECTION_DELAY ~CustomRequestHelper.RECONNECTION_TIMEOUT ~CustomRequestHelper.REGEXP_CMD ~CustomRequestHelper.REGEXP_MSGUID ~CustomRequestHelper.RESEND_DELAY ~CustomRequestHelper.SELECT_TIMEOUT ~CustomRequestHelper.SEND_MAX_COUNT ~CustomRequestHelper.SERVER_CONNECTED ~CustomRequestHelper.SERVER_DISCONNECTED ~CustomRequestHelper.SERVER_SHUTDOWN ~CustomRequestHelper.SET_CLIENT_READ_INFOS ~CustomRequestHelper.STATUS_CONNECTED ~CustomRequestHelper.STATUS_DISCONNECTED ~CustomRequestHelper.STATUS_ERROR_CONNECTION ~CustomRequestHelper.STATUS_REJECTED ~CustomRequestHelper.STATUS_SHUTDOWN ~CustomRequestHelper.STATUS_UNDEFINED ~CustomRequestHelper.UID_SET_BY_SERVER .. rubric:: Methods Summary .. autosummary:: ~CustomRequestHelper.create_cmd_msg ~CustomRequestHelper.create_dict_receive ~CustomRequestHelper.create_indexed_request ~CustomRequestHelper.create_test_msg ~CustomRequestHelper.get_ip ~CustomRequestHelper.is_error_fatal ~CustomRequestHelper.mark_msg_as_unique ~CustomRequestHelper.prefix_msg_with_code ~CustomRequestHelper.receive_indexed_request ~CustomRequestHelper.send_indexed_request ~CustomRequestHelper.split_cmd_and_msg ~CustomRequestHelper.split_unique_mark_and_msg .. rubric:: Attributes Documentation .. autoattribute:: ASK_FOR_UID .. autoattribute:: BLOC_PREFIX .. autoattribute:: BLOC_SUFFIX .. autoattribute:: BUFFERSIZE .. autoattribute:: CLIENT_CONNECTED .. autoattribute:: CLIENT_DISCONNECTED .. autoattribute:: CLIENT_SHUTDOWN .. autoattribute:: CONFIRM_RECEPTION .. autoattribute:: CONNECTION_MAX_COUNT .. autoattribute:: CONNECTION_REFUSED .. autoattribute:: ERRNO_CON .. autoattribute:: ERRNO_DATA .. autoattribute:: ERRNO_DICT .. autoattribute:: ERRNO_NET .. autoattribute:: ERRNO_SEND .. autoattribute:: ERRNO_SYS .. autoattribute:: INACTIVE_COUNT .. autoattribute:: MSGUID_INCREMENT .. autoattribute:: NEED_CONFIRMATION .. autoattribute:: PING .. autoattribute:: RECONNECTION_DELAY .. autoattribute:: RECONNECTION_TIMEOUT .. autoattribute:: REGEXP_CMD .. autoattribute:: REGEXP_MSGUID .. autoattribute:: RESEND_DELAY .. autoattribute:: SELECT_TIMEOUT .. autoattribute:: SEND_MAX_COUNT .. autoattribute:: SERVER_CONNECTED .. autoattribute:: SERVER_DISCONNECTED .. autoattribute:: SERVER_SHUTDOWN .. autoattribute:: SET_CLIENT_READ_INFOS .. autoattribute:: STATUS_CONNECTED .. autoattribute:: STATUS_DISCONNECTED .. autoattribute:: STATUS_ERROR_CONNECTION .. autoattribute:: STATUS_REJECTED .. autoattribute:: STATUS_SHUTDOWN .. autoattribute:: STATUS_UNDEFINED .. autoattribute:: UID_SET_BY_SERVER .. rubric:: Methods Documentation .. automethod:: create_cmd_msg .. automethod:: create_dict_receive .. automethod:: create_indexed_request .. automethod:: create_test_msg .. automethod:: get_ip .. automethod:: is_error_fatal .. automethod:: mark_msg_as_unique .. automethod:: prefix_msg_with_code .. automethod:: receive_indexed_request .. automethod:: send_indexed_request .. automethod:: split_cmd_and_msg .. automethod:: split_unique_mark_and_msg