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

GetBcstTTL() public static method

public static GetBcstTTL ( this collection ) : byte?
collection this
return byte?
    public static byte? GetBcstTTL(this IAtomCollection collection)
    {
      return GetByteFrom(collection, Atom.PCP_BCST_TTL);
    }
AtomCollectionExtensions