Class EOS_P2P_AddNotifyPeerConnectionRequestOptions

java.lang.Object
com.sun.jna.Structure
host.anzo.eossdk.eos.sdk.p2p.options.EOS_P2P_AddNotifyPeerConnectionRequestOptions
Direct Known Subclasses:
EOS_P2P_AddNotifyPeerConnectionRequestOptions.ByReference, EOS_P2P_AddNotifyPeerConnectionRequestOptions.ByValue

@FieldOrder({"ApiVersion","LocalUserId","SocketId"}) public class EOS_P2P_AddNotifyPeerConnectionRequestOptions extends com.sun.jna.Structure
Structure containing information about who would like connection notifications, and about which socket.
Since:
8/22/2023
  • Field Details

    • EOS_P2P_ADDNOTIFYPEERCONNECTIONREQUEST_API_LATEST

      public static final int EOS_P2P_ADDNOTIFYPEERCONNECTIONREQUEST_API_LATEST
      The most recent version of the EOS_P2P_AddNotifyPeerConnectionRequest API.
      See Also:
    • ApiVersion

      public int ApiVersion
    • LocalUserId

      public EOS_ProductUserId LocalUserId
      The Product User ID of the user who is listening for incoming connection requests
    • SocketId

      The optional socket ID to listen for, used as a filter for incoming connection requests; If NULL, incoming connection requests will not be filtered
  • Constructor Details

    • EOS_P2P_AddNotifyPeerConnectionRequestOptions

      public EOS_P2P_AddNotifyPeerConnectionRequestOptions()
    • EOS_P2P_AddNotifyPeerConnectionRequestOptions

      public EOS_P2P_AddNotifyPeerConnectionRequestOptions(com.sun.jna.Pointer peer)