ABSTRACT

Once created, the SNA’s corresponding connection manager must register it. The following line registers the players SNA with its client connection manager.

clientCM.registerArray(&players); Once registered, the developer has the equivalent of a fixed array of the provided template objects. The developer may interact with each object in that array using the brackets operator as follows. The SNA framework returns a pointer to the object at the specified index.