In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Changes

Jump to navigation Jump to search
85 bytes added ,  19:39, 19 February 2010
Added note about byte swapping.
Line 141: Line 141:  
Configuration, info, and wd_sendwmbdata_param structs:
 
Configuration, info, and wd_sendwmbdata_param structs:
 
<source lang="c">
 
<source lang="c">
//wd_privacy and wd_config fields are little-endian.
+
//wd_privacy and wd_config fields are big-endian, but they are byte swapped when checking the values and copying to/from internal config.
 
typedef struct _wd_privacy//When verified, only the mode and keyId/keyLen are verified. Size 72 bytes.
 
typedef struct _wd_privacy//When verified, only the mode and keyId/keyLen are verified. Size 72 bytes.
 
{
 
{
340

edits

Navigation menu