Class StorageManagerStatistics


public final class StorageManagerStatistics extends StatisticsDataSection
  • Field Details

  • Method Details

    • smslen

      public int smslen()
      SMSLEN value.
      Returns:
      int SMSLEN value
    • smsid

      public int smsid()
      SMSID value.
      Returns:
      int SMSID value
    • smsdvers

      public int smsdvers()
      SMSDVERS value.
      Returns:
      int SMSDVERS value
    • storageManagerGlobalStatistics

      public StorageManagerGlobalStatistics storageManagerGlobalStatistics()
      Get the StorageManagerGlobalStatistics section
      Returns:
      StorageManagerGlobalStatistics the global statistics
    • storageManagerDsaStatistics

      public List<StorageManagerDsaStatistics> storageManagerDsaStatistics()
      Get a List containing StorageStatistics Sections from the section
      Returns:
      a list of StorageStatistics (possibly empty)
    • create

      public static StorageManagerStatistics create(byte[] Data, int offset, int length)
      create is intended for internal use only. Instances of this section are created by the parent record or section.
      Parameters:
      Data - Array of bytes containing data for this section
      offset - Offset of this section in the data
      length - length of the section