Class ParcelableIpSettings

java.lang.Object
com.flir.thermalsdk.androidsdk.live.ParcelableIpSettings
All Implemented Interfaces:
android.os.Parcelable

public class ParcelableIpSettings extends Object implements android.os.Parcelable
A wrapper used to provide Parcelable feature for IpSettings.
  • Field Details

    • CREATOR

      public static final android.os.Parcelable.Creator<ParcelableIpSettings> CREATOR
      Required by Parcelable interface.
      See Also:
      • Parcelable
  • Constructor Details

    • ParcelableIpSettings

      public ParcelableIpSettings(IpSettings ipSettings)
  • Method Details

    • getIpSettings

      public IpSettings getIpSettings()
    • describeContents

      public int describeContents()
      Specified by:
      describeContents in interface android.os.Parcelable
    • writeToParcel

      public void writeToParcel(android.os.Parcel out, int flags)
      Specified by:
      writeToParcel in interface android.os.Parcelable