import{_ as e,o as n,c as s,e as a}from"./app-BvUYPzLF.js";const t={},o=a(`
Description: Copyright (C) 2020-2024 LiteyukiStudio. All Rights Reserved
@Time : 2024/8/25 下午3:54 @Author : snowykami @Email : snowykami@outlook.com @File : channelv2.py @Software: PyCharm
Description: 初始化通道
Arguments:
Source code or View on GitHub
def __init__(self, name: str):
"""
初始化通道
Args:
name: 通道ID
"""
self._name = name
self._conn_send = None
self._conn_recv = None
self._closed = False
Description: 发送数据
Arguments:
Source code or View on GitHub
def send(self, data):
"""
发送数据
Args:
data: 数据
"""
pass
Description: 接收数据
Return: data: 数据
Source code or View on GitHub
def receive(self):
"""
接收数据
Returns:
data: 数据
"""
pass
Description: 关闭通道
Source code or View on GitHub
def close(self):
"""
关闭通道
"""
pass
`,21),i=[o];function l(c,r){return n(),s("div",null,i)}const d=e(t,[["render",l],["__file","socks_channel.html.vue"]]),u=JSON.parse('{"path":"/en/dev/api/comm/socks_channel.html","title":"liteyuki.comm.socks_channel","lang":"en-US","frontmatter":{"title":"liteyuki.comm.socks_channel","lastUpdated":false,"description":"liteyuki.comm.socks_channel Description: Copyright (C) 2020-2024 LiteyukiStudio. All Rights Reserved @Time : 2024/8/25 下午3:54 @Author : snowykami @Email : snowykami@outlook.com ...","head":[["link",{"rel":"alternate","hreflang":"zh-cn","href":"https://vuepress-theme-hope-docs-demo.netlify.app/dev/api/comm/socks_channel.html"}],["meta",{"property":"og:url","content":"https://vuepress-theme-hope-docs-demo.netlify.app/en/dev/api/comm/socks_channel.html"}],["meta",{"property":"og:site_name","content":"LiteyukiBot"}],["meta",{"property":"og:title","content":"liteyuki.comm.socks_channel"}],["meta",{"property":"og:description","content":"liteyuki.comm.socks_channel Description: Copyright (C) 2020-2024 LiteyukiStudio. All Rights Reserved @Time : 2024/8/25 下午3:54 @Author : snowykami @Email : snowykami@outlook.com ..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"en-US"}],["meta",{"property":"og:locale:alternate","content":"zh-CN"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"liteyuki.comm.socks_channel\\",\\"image\\":[\\"\\"],\\"dateModified\\":null,\\"author\\":[]}"]]},"headers":[{"level":3,"title":"class SocksChannel","slug":"class-sockschannel","link":"#class-sockschannel","children":[]}],"git":{"createdTime":null,"updatedTime":null,"contributors":[]},"readingTime":{"minutes":0.73,"words":219},"filePathRelative":"en/dev/api/comm/socks_channel.md","autoDesc":true}');export{d as comp,u as data};