Brunet.Symphony.BroadcastHandler.BroadcastHandler C# (CSharp) 메소드

BroadcastHandler() 공개 메소드

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
리턴 Brunet.Connections
    public BroadcastHandler(StructuredNode node)
    {
      Node = node;
    }