コード例 #1
0
 internal void Shutdown()
 {
     NearbyConnections.NearbyConnections_Stop(SelfPtr());
 }
コード例 #2
0
 internal void StopAllConnections()
 {
     NearbyConnections.NearbyConnections_Stop(SelfPtr());
 }