wire_close_lsp_channels method

void wire_close_lsp_channels(
  1. int port_
)

Implementation

void wire_close_lsp_channels(
  int port_,
) {
  return _wire_close_lsp_channels(
    port_,
  );
}