PeerCastStation.Core.AtomCollectionExtensions.SetChanPktType C# (CSharp) Method

SetChanPktType() public static method

public static SetChanPktType ( this collection, ID4 value ) : void
collection this
value ID4
return void
    public static void SetChanPktType(this IAtomCollection collection, ID4 value)
    {
      SetAtomTo(collection, new Atom(Atom.PCP_CHAN_PKT_TYPE, value.GetBytes()));
    }
AtomCollectionExtensions