NWMUDS:UpdateNetworkAttribute

NWMUDS:UpdateNetworkAttribute

Request #

Index WordDescription
0Header code [0x00070080]
1u16 bitmask
2u8 flag

Response #

Index WordDescription
0Header code
1Result code

Description #

When flag is zero, an u16 state field is cleared using the input bitmask. When flag is non-zero, it’s ORRed using the input bitmask instead. If bitmask 0x4 is clear in the input bitmask, this clears that bit in the value before actually writing the value into state.

This seems to be used by the host device for updating networkstruct+0x16.