This is called when a
Type.POINT
or
Type.GROUP
member joins the secure group.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
void peerAdded( DOFConnection connection, DOFAddress address, DOFSecurityScope scope )
Parameters
- connection
- Type: org.opendof.core.oalDOFConnection
This is the Type.HUB or GROUP connection that this listener was added on. - address
- Type: org.opendof.core.oalDOFAddress
The address of the joining node. - scope
- Type: org.opendof.core.oalDOFSecurityScope
The security scope of the joining node.
See Also