Class ChannelData4
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf73.subtype1.ChannelData4
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ChannelData4create(com.blackhillsoftware.smf.internal.Section Data, int offset, int length) create is intended for internal use only.intSMF73G4IOEC value.doubleSMF73G4MBC value.doubleSMF73G4MCU value.doubleSMF73G4MRU value.doubleSMF73G4MWU value.doubleSMF73G4PRU value.doubleSMF73G4PUC value.doubleSMF73G4PWU value.doubleSMF73G4TBC value.doubleSMF73G4TRU value.doubleSMF73G4TUC value.doubleSMF73G4TWU value.int3 byte SMF73G4US value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf73g4mbc
public double smf73g4mbc()SMF73G4MBC value.- Returns:
- double SMF73G4MBC value
-
smf73g4mcu
public double smf73g4mcu()SMF73G4MCU value.- Returns:
- double SMF73G4MCU value
-
smf73g4mwu
public double smf73g4mwu()SMF73G4MWU value.- Returns:
- double SMF73G4MWU value
-
smf73g4mru
public double smf73g4mru()SMF73G4MRU value.- Returns:
- double SMF73G4MRU value
-
smf73g4ioec
public int smf73g4ioec()SMF73G4IOEC value.- Returns:
- int SMF73G4IOEC value
-
smf73g4us
public int smf73g4us()3 byte SMF73G4US value.- Returns:
- int SMF73G4US value
-
smf73g4tbc
public double smf73g4tbc()SMF73G4TBC value.- Returns:
- double SMF73G4TBC value
-
smf73g4tuc
public double smf73g4tuc()SMF73G4TUC value.- Returns:
- double SMF73G4TUC value
-
smf73g4puc
public double smf73g4puc()SMF73G4PUC value.- Returns:
- double SMF73G4PUC value
-
smf73g4twu
public double smf73g4twu()SMF73G4TWU value.- Returns:
- double SMF73G4TWU value
-
smf73g4pwu
public double smf73g4pwu()SMF73G4PWU value.- Returns:
- double SMF73G4PWU value
-
smf73g4tru
public double smf73g4tru()SMF73G4TRU value.- Returns:
- double SMF73G4TRU value
-
smf73g4pru
public double smf73g4pru()SMF73G4PRU value.- Returns:
- double SMF73G4PRU value
-
create
public static ChannelData4 create(com.blackhillsoftware.smf.internal.Section 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 sectionoffset- Offset of this section in the datalength- length of the section
-