----------------------------------------------------------------------------- Get code of ZWave AV command -----------------------------------------------------------------------------
| 30 | // Get code of ZWave AV command |
| 31 | //----------------------------------------------------------------------------- |
| 32 | uint16 SimpleAVCommandItem::GetCode() |
| 33 | { |
| 34 | return m_code; |
| 35 | } |
| 36 | |
| 37 | //----------------------------------------------------------------------------- |
| 38 | // <SimpleAVCommand::GetVersion> |