WsfCommandChain¶
- WsfCommandChain
Methods¶
- WsfPlatform Commander()¶
Return the platform’s commander.
- WsfPlatformList Peers()¶
Return a platform list of peers.
- WsfPlatformList Subordinates()¶
Return a platform list of subordinates.
- int PeerCount()¶
Return the number of peers in the command chain.
- WsfPlatform PeerEntry(int aIndex)¶
Return the peer at the specified index.
- int SubordinateCount()¶
Return the number of subordinates in the command chain.
- WsfPlatform SubordinateEntry(int aIndex)¶
Return the subordinates at the specified index.