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

SetChanPktPos() public static method

public static SetChanPktPos ( this collection, uint value ) : void
collection this
value uint
return void
    public static void SetChanPktPos(this IAtomCollection collection, uint value)
    {
      SetAtomTo(collection, new Atom(Atom.PCP_CHAN_PKT_POS, value));
    }
AtomCollectionExtensions