Class ChannelPathControlSection

java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf73.subtype1.ChannelPathControlSection

public final class ChannelPathControlSection extends SmfData
  • Field Details

  • Method Details

    • smf73smp

      public long smf73smp()
      SMF73SMP value.
      Returns:
      long SMF73SMP value
    • smf73cfl

      public int smf73cfl()
      SMF73CFL value.
      Returns:
      int SMF73CFL value
    • smf73dca

      public boolean smf73dca()
      Return true if SMF73DCA bit in smf73cfl() is set.
      Returns:
      boolean SMF73DCA bit is set in smf73cfl()

      SMF73DCA = 0x80

    • smf73iac

      public boolean smf73iac()
      Return true if SMF73IAC bit in smf73cfl() is set.
      Returns:
      boolean SMF73IAC bit is set in smf73cfl()

      SMF73IAC = 0x40

    • smf73iod

      public boolean smf73iod()
      Return true if SMF73IOD bit in smf73cfl() is set.
      Returns:
      boolean SMF73IOD bit is set in smf73cfl()

      SMF73IOD = 0x20

    • smf73icv

      public boolean smf73icv()
      Return true if SMF73ICV bit in smf73cfl() is set.
      Returns:
      boolean SMF73ICV bit is set in smf73cfl()

      SMF73ICV = 0x10

    • smf73rep

      public boolean smf73rep()
      Return true if SMF73REP bit in smf73cfl() is set.
      Returns:
      boolean SMF73REP bit is set in smf73cfl()

      SMF73REP = 0x08

    • smf73cmf

      public boolean smf73cmf()
      Return true if SMF73CMF bit in smf73cfl() is set.
      Returns:
      boolean SMF73CMF bit is set in smf73cfl()

      SMF73CMF = 0x04

    • smf73mcg

      public boolean smf73mcg()
      Return true if SMF73MCG bit in smf73cfl() is set.
      Returns:
      boolean SMF73MCG bit is set in smf73cfl()

      SMF73MCG = 0x02

    • smf73cmc

      public boolean smf73cmc()
      Return true if SMF73CMC bit in smf73cfl() is set.
      Returns:
      boolean SMF73CMC bit is set in smf73cfl()

      SMF73CMC = 0x01

    • smf73sfl

      public int smf73sfl()
      SMF73SFL value.
      Returns:
      int SMF73SFL value
    • smf73cmh

      public boolean smf73cmh()
      Return true if SMF73CMH bit in smf73sfl() is set.
      Returns:
      boolean SMF73CMH bit is set in smf73sfl()

      SMF73CMH = 0x80

    • smf73cmd

      public boolean smf73cmd()
      Return true if SMF73CMD bit in smf73sfl() is set.
      Returns:
      boolean SMF73CMD bit is set in smf73sfl()

      SMF73CMD = 0x40

    • smf73mcs

      public boolean smf73mcs()
      Return true if SMF73MCS bit in smf73sfl() is set.
      Returns:
      boolean SMF73MCS bit is set in smf73sfl()

      SMF73MCS = 0x20

    • smf73ecm

      public boolean smf73ecm()
      Return true if SMF73ECM bit in smf73sfl() is set.
      Returns:
      boolean SMF73ECM bit is set in smf73sfl()

      SMF73ECM = 0x10

    • smf73tnm

      public String smf73tnm()
      SMF73TNM value.
      Returns:
      String SMF73TNM value
    • smf73tsf

      public String smf73tsf()
      SMF73TSF value.
      Returns:
      String SMF73TSF value
    • smf73tok

      public String smf73tok()
      SMF73TOK value.
      Returns:
      String SMF73TOK value
    • smf73tdt

      public LocalDate smf73tdt()
      SMF73TDT as LocalDate.
      Returns:
      LocalDate SMF73TDT Date
      See Also:
    • smf73tdtRawValue

      public String smf73tdtRawValue()
      SMF73TDT String value.
      Returns:
      String SMF73TDT value
    • smf73ttm

      public LocalTime smf73ttm()
      SMF73TTM as LocalTime.
      Returns:
      LocalTime SMF73TTM Time
      See Also:
    • smf73ttmRawValue

      public String smf73ttmRawValue()
      SMF73TTM String value.
      Returns:
      String SMF73TTM value
    • smf73crc

      public long smf73crc()
      SMF73CRC value.
      Returns:
      long SMF73CRC value
    • smf73csc

      public long smf73csc()
      SMF73CSC value.
      Returns:
      long SMF73CSC value
    • smf73tdy

      public LocalDate smf73tdy()
      SMF73TDY as LocalDate.
      Returns:
      LocalDate SMF73TDY Date
      See Also:
    • smf73tdyRawValue

      public String smf73tdyRawValue()
      SMF73TDY String value.
      Returns:
      String SMF73TDY value
    • smf73cmi

      public int smf73cmi()
      SMF73CMI value.
      Returns:
      int SMF73CMI value
    • smf73css

      public int smf73css()
      SMF73CSS value.
      Returns:
      int SMF73CSS value
    • create

      public static ChannelPathControlSection 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