Uses of Enum
org.sentrysoftware.ipmi.core.coding.payload.lan.NetworkFunction
Packages that use NetworkFunction
Package
Description
The package containing command wrappers.
Chassis related commands.
FRU related commands.
SDR related commands.
SEL related commands.
Session management related commands.
The LAN payload format encoders and decoders.
-
Uses of NetworkFunction in org.sentrysoftware.ipmi.core.coding.commands
Methods in org.sentrysoftware.ipmi.core.coding.commands that return NetworkFunctionModifier and TypeMethodDescriptionabstract NetworkFunctionIpmiCommandCoder.getNetworkFunction()Retrieves network function specific for command represented by this class. -
Uses of NetworkFunction in org.sentrysoftware.ipmi.core.coding.commands.chassis
Methods in org.sentrysoftware.ipmi.core.coding.commands.chassis that return NetworkFunctionModifier and TypeMethodDescriptionChassisControl.getNetworkFunction()GetChassisStatus.getNetworkFunction() -
Uses of NetworkFunction in org.sentrysoftware.ipmi.core.coding.commands.fru
Methods in org.sentrysoftware.ipmi.core.coding.commands.fru that return NetworkFunctionModifier and TypeMethodDescriptionGetFruInventoryAreaInfo.getNetworkFunction()ReadFruData.getNetworkFunction() -
Uses of NetworkFunction in org.sentrysoftware.ipmi.core.coding.commands.payload
Methods in org.sentrysoftware.ipmi.core.coding.commands.payload that return NetworkFunctionModifier and TypeMethodDescriptionActivatePayload.getNetworkFunction()DeactivatePayload.getNetworkFunction()GetChannelPayloadSupport.getNetworkFunction()GetPayloadActivationStatus.getNetworkFunction() -
Uses of NetworkFunction in org.sentrysoftware.ipmi.core.coding.commands.sdr
Methods in org.sentrysoftware.ipmi.core.coding.commands.sdr that return NetworkFunctionModifier and TypeMethodDescriptionGetSdr.getNetworkFunction()GetSdrRepositoryInfo.getNetworkFunction()GetSensorReading.getNetworkFunction()ReserveSdrRepository.getNetworkFunction() -
Uses of NetworkFunction in org.sentrysoftware.ipmi.core.coding.commands.sel
Methods in org.sentrysoftware.ipmi.core.coding.commands.sel that return NetworkFunctionModifier and TypeMethodDescriptionGetSelEntry.getNetworkFunction()GetSelInfo.getNetworkFunction()ReserveSel.getNetworkFunction() -
Uses of NetworkFunction in org.sentrysoftware.ipmi.core.coding.commands.session
Methods in org.sentrysoftware.ipmi.core.coding.commands.session that return NetworkFunctionModifier and TypeMethodDescriptionCloseSession.getNetworkFunction()GetChannelAuthenticationCapabilities.getNetworkFunction()GetChannelCipherSuites.getNetworkFunction()OpenSession.getNetworkFunction()Rakp1.getNetworkFunction()Rakp3.getNetworkFunction()SetSessionPrivilegeLevel.getNetworkFunction() -
Uses of NetworkFunction in org.sentrysoftware.ipmi.core.coding.payload.lan
Methods in org.sentrysoftware.ipmi.core.coding.payload.lan that return NetworkFunctionModifier and TypeMethodDescriptionIpmiLanMessage.getNetworkFunction()static NetworkFunctionNetworkFunction.parseInt(int value) static NetworkFunctionReturns the enum constant of this type with the specified name.static NetworkFunction[]NetworkFunction.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.sentrysoftware.ipmi.core.coding.payload.lan with parameters of type NetworkFunctionModifier and TypeMethodDescriptionvoidIpmiLanMessage.setNetworkFunction(NetworkFunction networkFunction) Constructors in org.sentrysoftware.ipmi.core.coding.payload.lan with parameters of type NetworkFunctionModifierConstructorDescriptionIpmiLanRequest(NetworkFunction networkFunction, byte commandCode, byte[] requestData, byte sequenceNumber) Builds IpmiLanRequest addressed at LUN 0.IpmiLanRequest(NetworkFunction networkFunction, byte commandCode, byte[] requestData, byte sequenceNumber, byte lun) Builds IpmiLanRequest.