nn::util::Crc8::GetHash Member Function

Syntax

u8 GetHash();

Arguments

None.

Return Values

The calculation result.

Description

Gets the final result of calculating the CRC-8 hash value.

Once the context has been initialized using the nn::util::Crc8::InitializeContext function, you need to provide the input data using the nn::util::Crc8::Update function.

Revision History

2010/10/15
Initial version.

CONFIDENTIAL