包 | flash.net |
类 | public final class NetGroupSendResult |
继承 | NetGroupSendResult Object |
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10.1, AIR 2 |
相关 API 元素
flash.net.NetGroup.sendToNearest()
flash.net.NetGroup.sendToNeighbor()
flash.net.NetGroup.sendToAllNeighbors()
flash.net.NetGroup.sendToNeighbor()
flash.net.NetGroup.sendToAllNeighbors()
公共常量
常量 | 由以下参数定义 | ||
---|---|---|---|
ERROR : String = "error" [静态]
表示在使用定向路由方法时出现错误(例如,无权限)。 | NetGroupSendResult | ||
NO_ROUTE : String = "no route" [静态]
表示未找到任何可用来将消息路由到其请求目标的邻居。 | NetGroupSendResult | ||
SENT : String = "sent" [静态]
表示为消息找到路由并转发到其目标。 | NetGroupSendResult |
常量详细信息
ERROR | 常量 |
public static const ERROR:String = "error"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10.1, AIR 2 |
表示在使用定向路由方法时出现错误(例如,无权限)。
NO_ROUTE | 常量 |
public static const NO_ROUTE:String = "no route"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10.1, AIR 2 |
表示未找到任何可用来将消息路由到其请求目标的邻居。
SENT | 常量 |
public static const SENT:String = "sent"
语言版本: | ActionScript 3.0 |
运行时版本: | Flash Player 10.1, AIR 2 |
表示为消息找到路由并转发到其目标。
Tue Jun 12 2018, 11:04 AM Z