Class EOS_IntegratedPlatformOptionsContainer
java.lang.Object
com.sun.jna.PointerType
host.anzo.eossdk.eos.sdk.integratedplatform.EOS_IntegratedPlatformOptionsContainer
- All Implemented Interfaces:
com.sun.jna.NativeMapped,AutoCloseable
public class EOS_IntegratedPlatformOptionsContainer
extends com.sun.jna.PointerType
implements AutoCloseable
- Since:
- 8/9/2023
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sun.jna.PointerType
equals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative, toString
-
Constructor Details
-
EOS_IntegratedPlatformOptionsContainer
public EOS_IntegratedPlatformOptionsContainer(com.sun.jna.Pointer address) -
EOS_IntegratedPlatformOptionsContainer
public EOS_IntegratedPlatformOptionsContainer()
-
-
Method Details
-
add
Adds an integrated platform options to the container.- Parameters:
options- Object containing properties related to setting a user's Status- Returns:
EOS_EResult.EOS_Successif modification was added successfully, otherwise an error code related to the problem
-
release
public void release()Release the memory associated with an EOS_HIntegratedPlatformOptionsContainer handle. This must be called on Handles retrieved from EOS_IntegratedPlatform_CreateIntegratedPlatformOptionsContainer. This can be safely called on a NULL integrated platform options container handle. -
close
- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-