NODE_ADDRESS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 1394.h

typedef struct _NODE_ADDRESS {
  USHORT NA_Node_Number : 6;
  USHORT NA_Bus_Number : 10;
} NODE_ADDRESS, *PNODE_ADDRESS;

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-1394-_node_address)

_NODE_ADDRESS structure

Description

The NODE_ADDRESS structure specifies the 10-bit bus number and 6-bit node number that serve as the node address for a 1394 node.

Members

NA_Node_Number

Specifies the 6-bit node number. This member contains bits 10-15 of the node address.

NA_Bus_Number

Specifies the 10-bit bus number. This member specifies bits 0-10 of the node address.

See also

BUS_GENERATION_NODE

IO_ADDRESS