import{_ as e,o as s,c as n,e as a}from"./app-BrSLFMno.js";const t={},l=a(`
说明: 初始化通道
参数:
源代码
def __init__(self, name: str):
"""
初始化通道
Args:
name: 通道ID
"""
self._name = name
self._conn_send = None
self._conn_recv = None
self._closed = False
说明: 发送数据
参数:
源代码
def send(self, data):
"""
发送数据
Args:
data: 数据
"""
pass
说明: 接收数据
返回: data: 数据
源代码
def receive(self):
"""
接收数据
Returns:
data: 数据
"""
pass
说明: 关闭通道
源代码
def close(self):
"""
关闭通道
"""
pass
`,18),o=[l];function i(c,d){return s(),n("div",null,o)}const r=e(t,[["render",i],["__file","socks_channel.html.vue"]]),u=JSON.parse('{"path":"/dev/api/comm/socks_channel.html","title":"liteyuki.comm.socks_channel","lang":"zh-CN","frontmatter":{"title":"liteyuki.comm.socks_channel","description":"class SocksChannel method __init__(self, name: str) 说明: 初始化通道 参数: name: 通道ID 源代码 method send(self, data) 说明: 发送数据 参数: data: 数据 源代码 method receive(self) 说明: 接收数据 返回: data: 数据 源代码...","head":[["link",{"rel":"alternate","hreflang":"en-us","href":"https://vuepress-theme-hope-docs-demo.netlify.app/en/dev/api/comm/socks_channel.html"}],["meta",{"property":"og:url","content":"https://vuepress-theme-hope-docs-demo.netlify.app/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":"class SocksChannel method __init__(self, name: str) 说明: 初始化通道 参数: name: 通道ID 源代码 method send(self, data) 说明: 发送数据 参数: data: 数据 源代码 method receive(self) 说明: 接收数据 返回: data: 数据 源代码..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:locale:alternate","content":"en-US"}],["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":[]},{"level":3,"title":"method __init__(self, name: str)","slug":"method-init-self-name-str","link":"#method-init-self-name-str","children":[]},{"level":3,"title":"method send(self, data)","slug":"method-send-self-data","link":"#method-send-self-data","children":[]},{"level":3,"title":"method receive(self)","slug":"method-receive-self","link":"#method-receive-self","children":[]},{"level":3,"title":"method close(self)","slug":"method-close-self","link":"#method-close-self","children":[]}],"git":{"createdTime":null,"updatedTime":null,"contributors":[]},"readingTime":{"minutes":0.52,"words":156},"filePathRelative":"dev/api/comm/socks_channel.md","autoDesc":true}');export{r as comp,u as data};