
Additonally,
Please let me know how to set the following network variable structure ?
typedef struct {
Bits NV_selector_hi :6;
Bits direction :1; /* 1 => output NV, 0 => input NV */
Bits must_be_one :1; /* Must be set to 1 for NV */
Bits NV_selector_lo :8;
Byte data[MAX_NETVAR_DATA]; /* Network variable data */
} UnprocessedNV;