struct tapi_iomux_methods
A multiplexer methods.
#include <tapi_iomux.h> struct tapi_iomux_methods { // fields tapi_iomux_method_create create; tapi_iomux_method_add add; tapi_iomux_method_mod mod; tapi_iomux_method_del del; tapi_iomux_method_call call; tapi_iomux_method_destroy destroy; };