메소드 |
설명 |
|
FunapiMulticastClient ( FunapiNetwork network, FunEncoding encoding ) : UnityEngine |
|
|
InChannel ( string channel_id ) : bool |
|
|
JoinChannel ( string channel_id, ChannelReceiveHandler handler ) : bool |
|
|
LeaveChannel ( string channel_id ) : bool |
|
|
SendToChannel ( FunMulticastMessage mcast_msg ) : bool |
The sender must fill in the mcast_msg. The "channel_id" field is mandatory. And mcas_msg must have join and leave flags set. |
|
SendToChannel ( object json_msg ) : bool |
The sender must fill in the mcast_msg. The "channel_id" field is mandatory. And mcas_msg must have join and leave flags set. |
|