Searched refs:getChannel (Results 1 – 2 of 2) sorted by relevance
51 uint8_t getChannel();
37 uint8_t NCSICommand::getChannel() in getChannel() function in phosphor::network::ncsi::NCSICommand445 std::cout << "Send Command, CHANNEL : " << std::hex << (int)cmd.getChannel() in sendCommand()454 int rc = internal::applyCmd(*this, nl_cmd, cmd.package, cmd.getChannel(), in sendCommand()600 cmdHeader.channel = (uint8_t)(cmd.package << 5 | cmd.getChannel()); in sendCommand()