大约有 46 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0032 秒)
Laya_社区(26) Laya2.0_文档(9) Laya3.0_文档(3) laya_api(2) Laya3.0_api(2) Laya2.0_api(2) Laya2.0_示例(1) Laya_示例(1)
...r.Instance.ShowTips(str,"Confirm",OnCallBack); } } } else if (message is ArrayBuffer) { trace(new Byte(message).readUTFBytes()); } socket.input.clear(); } private function OnCallBack():void { MsgManger.SendMsg("LoginOut"); } private function onConnectError(e:Event=null):void { trace("error"); } } ...
来源: Laya_社区 发布时间: 20170724
...cket类_onMessage bug 引擎socket类_onMessage bug socket数据类型 ArrayBuffer 引擎代码_onMessage函数内: /** * @private * 接收到数据处理方法。 * @param msg 数据。 */ protected _onMessage(msg: any): void { if (!msg || !ms...
来源: Laya_社区 发布时间: 20220822
...器。 Parameters data: any 需要发送的数据,可以是String或者ArrayBuffer。 Returns void Globals "laya/net/Socket" Socket constructor disableInput protocols BIG_ENDIAN LITTLE_ENDIAN connected endian input output cleanSocket close connect connectByUrl event flush hasListener off offAll of...
来源: Laya3.0_api 发布时间: 20231115
...器。 Parameters data:* — 需要发送的数据,可以是String或者ArrayBuffer。 Event Detail close Event Event Object Type: laya.events.EventEvent.type property = Event.CLOSE 连接被关闭后调度。 error Event Event Object Type: laya.events.EventEvent.type property = Event.ERROR 出...
来源: laya_api 发布时间: 20170929
...器。 Parameters data:* — 需要发送的数据,可以是String或者ArrayBuffer。 Event Detail close Event Event Object Type: laya.events.EventEvent.type property = Event.CLOSE 连接被关闭后调度。 error Event Event Object Type: laya.events.EventEvent.type property = Event.ERROR 出...
来源: Laya2.0_api 发布时间: 20190513
...text", data: "this is demo text" }; type参数的可选值有text/json/xml/arraybuffer/bytes/filePath/custom,特别的,filePath是一个文件的绝对路径,custom可以指定一个自定义的回调函数。 如果资源不需要输出,那可以直接将输出内容置为空数组,即:...
来源: Laya3.0_文档 发布时间: 20241014