Class EOS_P2P_AddNotifyPeerConnectionClosedOptions

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

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

    • EOS_P2P_ADDNOTIFYPEERCONNECTIONCLOSED_API_LATEST

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

      public int ApiVersion
    • LocalUserId

      public EOS_ProductUserId LocalUserId
      The Product User ID of the local user who would like notifications
    • SocketId

      The optional socket ID to listen for to be closed. If NULL, this function handler will be called for all closed connections
  • Constructor Details

    • EOS_P2P_AddNotifyPeerConnectionClosedOptions

      public EOS_P2P_AddNotifyPeerConnectionClosedOptions()
    • EOS_P2P_AddNotifyPeerConnectionClosedOptions

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