Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
C# (CSharp) ENet NativeMethods.enet_peer_disconnect_now示例
编程语言:
C# (CSharp)
命名空间/包名称:
ENet
类/类型:
NativeMethods
方法/功能:
enet_peer_disconnect_now
hotexamples.com的示例:
1
C# (CSharp) ENet NativeMethods.enet_peer_disconnect_now - 已找到1个示例
。这些是从开源项目中提取的最受好评的
ENet.NativeMethods.enet_peer_disconnect_now
现实C# (CSharp)示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
enet_host_create(2)
enet_enable_crc(2)
EnetHostCreate(2)
enet_host_service(1)
enet_host_check_events(1)
enet_host_compress(1)
enet_host_compress_with_range_encoder(1)
enet_host_connect(1)
enet_host_destroy(1)
enet_host_flush(1)
enet_packet_create(1)
enet_host_broadcast(1)
enet_packet_destroy(1)
enet_peer_disconnect(1)
enet_peer_disconnect_later(1)
enet_peer_disconnect_now(1)
enet_peer_ping(1)
enet_peer_reset(1)
enet_peer_send(1)
enet_host_channel_limit(1)
EnetEnableCrc(1)
enet_host_bandwidth_limit(1)
EnetHostService(1)
EnetHostChannelLimit(1)
EnetHostCheckEvents(1)
EnetHostCompress(1)
EnetHostCompressWithRangeCoder(1)
EnetHostConnect(1)
EnetHostDestroy(1)
EnetHostFlush(1)
EnetPacketCreate(1)
EnetHostBandwidthLimit(1)
EnetPacketDestroy(1)
EnetPeerDisconnect(1)
EnetPeerDisconnectLater(1)
EnetPeerDisconnectNow(1)
EnetPeerPing(1)
EnetPeerReset(1)
EnetPeerSend(1)
EnetPeerThrottleConfigure(1)
enet_peer_throttle_configure(1)
常用方法
enet_host_create (2)
enet_enable_crc (2)
EnetHostCreate (2)
enet_host_service (1)
enet_host_check_events (1)
enet_host_compress (1)
enet_host_compress_with_range_encoder (1)
enet_host_connect (1)
enet_host_destroy (1)
enet_host_flush (1)
常用方法
enet_packet_create (1)
enet_host_broadcast (1)
enet_packet_destroy (1)
enet_peer_disconnect (1)
enet_peer_disconnect_later (1)
enet_peer_disconnect_now (1)
enet_peer_ping (1)
enet_peer_reset (1)
enet_peer_send (1)
enet_host_channel_limit (1)
EnetEnableCrc (1)
enet_host_bandwidth_limit (1)
EnetHostService (1)
EnetHostChannelLimit (1)
EnetHostCheckEvents (1)
EnetHostCompress (1)
EnetHostCompressWithRangeCoder (1)
EnetHostConnect (1)
EnetHostDestroy (1)
EnetHostFlush (1)
常用方法
EnetEnableCrc (1)
enet_host_bandwidth_limit (1)
EnetHostService (1)
EnetHostChannelLimit (1)
EnetHostCheckEvents (1)
EnetHostCompress (1)
EnetHostCompressWithRangeCoder (1)
EnetHostConnect (1)
EnetHostDestroy (1)
EnetHostFlush (1)
EnetPacketCreate (1)
EnetHostBandwidthLimit (1)
EnetPacketDestroy (1)
EnetPeerDisconnect (1)
EnetPeerDisconnectLater (1)
EnetPeerDisconnectNow (1)
EnetPeerPing (1)
EnetPeerReset (1)
EnetPeerSend (1)
EnetPeerThrottleConfigure (1)
enet_peer_throttle_configure (1)
常用方法
EnetPacketCreate (1)
EnetHostBandwidthLimit (1)
EnetPacketDestroy (1)
EnetPeerDisconnect (1)
EnetPeerDisconnectLater (1)
EnetPeerDisconnectNow (1)
EnetPeerPing (1)
EnetPeerReset (1)
EnetPeerSend (1)
EnetPeerThrottleConfigure (1)
enet_peer_throttle_configure (1)
示例#1
0
显示文件
public void DisconnectNow(uint data) { NativeMethods.enet_peer_disconnect_now(this.peerPtr, data); }
x