Return the number of connections in the given direction (inbound, outbound, or both).

Synopsis

Declared in <net.h>

[[requires_capability(0x7fbc935fa930), requires_capability(0x7fbc93361540), requires_capability(0x7fbc8742a9c0), requires_capability(0x7fbc974605a0), requires_capability(0x7fbc8e97c6e0), requires_capability(0x7fbc859fda50), requires_capability(0x7fbc90e3aeb0), requires_capability(0x7fbc8ec35fe0), requires_capability(0x7fbc92aee4a0), requires_capability(0x7fbc7cdafd10), requires_capability(0x7fbc9fc8beb0)]]
size_t
GetNodeCount(ConnectionDirection direction) const;

Return Value

the number of connections matching the given direction.

Parameters

Name

Description

direction

the connection direction(s) to count.

Created with MrDocs