connectP2p method

HSteamNetConnection connectP2p(
  1. Pointer<SteamNetworkingIdentity> identityRemote,
  2. int nRemoteVirtualPort,
  3. int nOptions,
  4. Pointer<SteamNetworkingConfigValue> pOptions,
)

Implementation

HSteamNetConnection connectP2p(
  Pointer<SteamNetworkingIdentity> identityRemote,
  int nRemoteVirtualPort,
  int nOptions,
  Pointer<SteamNetworkingConfigValue> pOptions,
) =>
    _connectP2p.call(
      this,
      identityRemote,
      nRemoteVirtualPort,
      nOptions,
      pOptions,
    );