Brunet.Symphony.BroadcastHandler.BroadcastHandler C# (CSharp) Méthode

BroadcastHandler() public méthode

Creates a BroadcastHandler, don't forget to Subscribe to the Node.DemuxHandler with the PType -> BroadcastSender.PType.
public BroadcastHandler ( StructuredNode node ) : Brunet.Connections
node StructuredNode
Résultat Brunet.Connections
    public BroadcastHandler(StructuredNode node)
    {
      Node = node;
    }