MC Protocol Serial C++ 0.2.3
MC protocol serial library for MCU-oriented environments
Loading...
Searching...
No Matches
mcprotocol::serial::MelsecSerialClient Member List

This is the complete list of members for mcprotocol::serial::MelsecSerialClient, including all inherited members.

async_batch_read_bits(std::uint32_t now_ms, const BatchReadBitsRequest &request, std::span< BitValue > out_bits, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_batch_read_words(std::uint32_t now_ms, const BatchReadWordsRequest &request, std::span< std::uint16_t > out_words, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_batch_write_bits(std::uint32_t now_ms, const BatchWriteBitsRequest &request, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_batch_write_words(std::uint32_t now_ms, const BatchWriteWordsRequest &request, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_clear_error_information(std::uint32_t now_ms, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_control_global_signal(std::uint32_t now_ms, const GlobalSignalControlRequest &request, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_delete_user_frame(std::uint32_t now_ms, const UserFrameDeleteRequest &request, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_deregister_cpu_monitoring(std::uint32_t now_ms, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_direct_read_extended_file_register_words(std::uint32_t now_ms, const ExtendedFileRegisterDirectBatchReadWordsRequest &request, std::span< std::uint16_t > out_words, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_direct_write_extended_file_register_words(std::uint32_t now_ms, const ExtendedFileRegisterDirectBatchWriteWordsRequest &request, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_extended_batch_read_words(std::uint32_t now_ms, const QualifiedBufferWordDevice &device, std::uint16_t points, std::span< std::uint16_t > out_words, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_extended_batch_write_words(std::uint32_t now_ms, const QualifiedBufferWordDevice &device, std::span< const std::uint16_t > words, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_initialize_c24_transmission_sequence(std::uint32_t now_ms, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_link_direct_batch_read_bits(std::uint32_t now_ms, const LinkDirectDevice &device, std::uint16_t points, std::span< BitValue > out_bits, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_link_direct_batch_read_words(std::uint32_t now_ms, const LinkDirectDevice &device, std::uint16_t points, std::span< std::uint16_t > out_words, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_link_direct_batch_write_bits(std::uint32_t now_ms, const LinkDirectDevice &device, std::span< const BitValue > bits, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_link_direct_batch_write_words(std::uint32_t now_ms, const LinkDirectDevice &device, std::span< const std::uint16_t > words, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_link_direct_multi_block_read(std::uint32_t now_ms, const LinkDirectMultiBlockReadRequest &request, std::span< std::uint16_t > out_words, std::span< BitValue > out_bits, std::span< MultiBlockReadBlockResult > out_results, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_link_direct_multi_block_write(std::uint32_t now_ms, const LinkDirectMultiBlockWriteRequest &request, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_link_direct_random_read(std::uint32_t now_ms, std::span< const LinkDirectRandomReadItem > items, std::span< std::uint32_t > out_values, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_link_direct_random_write_bits(std::uint32_t now_ms, std::span< const LinkDirectRandomWriteBitItem > items, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_link_direct_random_write_words(std::uint32_t now_ms, std::span< const LinkDirectRandomWriteWordItem > items, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_link_direct_register_monitor(std::uint32_t now_ms, const LinkDirectMonitorRegistration &request, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_lock_remote_password(std::uint32_t now_ms, std::string_view remote_password, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_loopback(std::uint32_t now_ms, std::span< const char > hex_ascii, std::span< char > out_echoed, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_multi_block_read(std::uint32_t now_ms, const MultiBlockReadRequest &request, std::span< std::uint16_t > out_words, std::span< BitValue > out_bits, std::span< MultiBlockReadBlockResult > out_results, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_multi_block_write(std::uint32_t now_ms, const MultiBlockWriteRequest &request, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_random_read(std::uint32_t now_ms, const RandomReadRequest &request, std::span< std::uint32_t > out_values, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_random_write_bits(std::uint32_t now_ms, std::span< const RandomWriteBitItem > items, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_random_write_extended_file_register_words(std::uint32_t now_ms, std::span< const ExtendedFileRegisterRandomWriteWordItem > items, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_random_write_words(std::uint32_t now_ms, std::span< const RandomWriteWordItem > items, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_read_cpu_model(std::uint32_t now_ms, CpuModelInfo &out_info, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_read_extended_file_register_monitor(std::uint32_t now_ms, std::span< std::uint16_t > out_words, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_read_extended_file_register_words(std::uint32_t now_ms, const ExtendedFileRegisterBatchReadWordsRequest &request, std::span< std::uint16_t > out_words, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_read_host_buffer(std::uint32_t now_ms, const HostBufferReadRequest &request, std::span< std::uint16_t > out_words, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_read_module_buffer(std::uint32_t now_ms, const ModuleBufferReadRequest &request, std::span< std::byte > out_bytes, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_read_monitor(std::uint32_t now_ms, std::span< std::uint32_t > out_values, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_read_user_frame(std::uint32_t now_ms, const UserFrameReadRequest &request, UserFrameRegistrationData &out_data, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_register_extended_file_register_monitor(std::uint32_t now_ms, const ExtendedFileRegisterMonitorRegistration &request, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_register_monitor(std::uint32_t now_ms, const MonitorRegistration &request, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_remote_latch_clear(std::uint32_t now_ms, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_remote_pause(std::uint32_t now_ms, RemoteOperationMode mode, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_remote_reset(std::uint32_t now_ms, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_remote_run(std::uint32_t now_ms, RemoteOperationMode mode, RemoteRunClearMode clear_mode, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_remote_stop(std::uint32_t now_ms, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_unlock_remote_password(std::uint32_t now_ms, std::string_view remote_password, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_write_extended_file_register_words(std::uint32_t now_ms, const ExtendedFileRegisterBatchWriteWordsRequest &request, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_write_host_buffer(std::uint32_t now_ms, const HostBufferWriteRequest &request, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_write_module_buffer(std::uint32_t now_ms, const ModuleBufferWriteRequest &request, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
async_write_user_frame(std::uint32_t now_ms, const UserFrameWriteRequest &request, CompletionHandler callback, void *user) noexceptmcprotocol::serial::MelsecSerialClient
busy() const noexceptmcprotocol::serial::MelsecSerialClient
cancel() noexceptmcprotocol::serial::MelsecSerialClient
configure(const ProtocolConfig &config) noexceptmcprotocol::serial::MelsecSerialClient
MelsecSerialClient()=defaultmcprotocol::serial::MelsecSerialClient
notify_tx_complete(std::uint32_t now_ms, Status transport_status=ok_status()) noexceptmcprotocol::serial::MelsecSerialClient
on_rx_bytes(std::uint32_t now_ms, std::span< const std::byte > bytes) noexceptmcprotocol::serial::MelsecSerialClient
pending_tx_frame() const noexceptmcprotocol::serial::MelsecSerialClient
poll(std::uint32_t now_ms) noexceptmcprotocol::serial::MelsecSerialClient
set_rs485_hooks(const Rs485Hooks &hooks) noexceptmcprotocol::serial::MelsecSerialClient