Uses of Enum
org.sentrysoftware.ipmi.core.coding.commands.sdr.record.AddressType
Packages that use AddressType
-
Uses of AddressType in org.sentrysoftware.ipmi.core.coding.commands.sdr.record
Methods in org.sentrysoftware.ipmi.core.coding.commands.sdr.record that return AddressTypeModifier and TypeMethodDescriptionCompactSensorRecord.getAddressType()EventOnlyRecord.getAddressType()FullSensorRecord.getAddressType()static AddressTypeAddressType.parseInt(int value) Parse the given int value and return the correspondingAddressTypestatic AddressTypeReturns the enum constant of this type with the specified name.static AddressType[]AddressType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.sentrysoftware.ipmi.core.coding.commands.sdr.record with parameters of type AddressTypeModifier and TypeMethodDescriptionvoidCompactSensorRecord.setAddressType(AddressType addressType) voidEventOnlyRecord.setAddressType(AddressType addressType) voidFullSensorRecord.setAddressType(AddressType addressType)