/** * The package containing command wrappers. These include command encoders and decoders. * To add custom IPMI command extend {@link com.veraxsystems.vxipmi.coding.commands.IpmiCommandCoder} class and implement {@link com.veraxsystems.vxipmi.api.async.messages.IpmiResponseData} interface. */ package com.veraxsystems.vxipmi.coding.commands;