Class EOS_P2P_AddNotifyPeerConnectionEstablishedOptions

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

@FieldOrder({"ApiVersion","LocalUserId","SocketId"}) public class EOS_P2P_AddNotifyPeerConnectionEstablishedOptions extends com.sun.jna.Structure
Structure containing information about which connections should be notified
Since:
8/22/2023
  • Field Details

    • EOS_P2P_ADDNOTIFYPEERCONNECTIONESTABLISHED_API_LATEST

      public static final int EOS_P2P_ADDNOTIFYPEERCONNECTIONESTABLISHED_API_LATEST
      See Also:
    • ApiVersion

      public int ApiVersion
      API Version: Set this to EOS_P2P_ADDNOTIFYPEERCONNECTIONESTABLISHED_API_LATEST.
    • LocalUserId

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

      The optional socket ID, used as a filter for established connections. If NULL, this function handler will be called for all sockets
  • Constructor Details

    • EOS_P2P_AddNotifyPeerConnectionEstablishedOptions

      public EOS_P2P_AddNotifyPeerConnectionEstablishedOptions()
    • EOS_P2P_AddNotifyPeerConnectionEstablishedOptions

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