Node.acceptConnections

Specifies if incoming connections will be accepted by listener. It's value does not have any affect if litenForConnections was specified as false in constructor

  1. bool acceptConnections [@property getter]
  2. bool acceptConnections [@property setter]
    class Node
    @property
    bool
    acceptConnections
    (
    bool newVal
    )

Meta