blob: 49560270fdecc7d071df8340154b88bd82dee628 [file] [log] [blame]
using Amqp.Framing;
namespace NMS.AMQP.Test.TestAmqp.BasicTypes
{
public static class FrameCodes
{
public static readonly ulong TRANSFER = new Transfer().Descriptor.Code;
}
}