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

GetHeloPing() public static method

public static GetHeloPing ( this collection ) : int?
collection this
return int?
    public static int? GetHeloPing(this IAtomCollection collection)
    {
      return (int?)GetUShortFrom(collection, Atom.PCP_HELO_PING);
    }
AtomCollectionExtensions