Agnos.Protocol.ClientUtils.ReplySlot.ReplySlot C# (CSharp) Method

ReplySlot() public method

public ReplySlot ( Packers packer ) : System
packer Packers
return System
                public ReplySlot(Packers.AbstractPacker packer)
                {
                    type = ReplySlotType.SLOT_EMPTY;
                    value = packer;
                }
Protocol.ClientUtils.ReplySlot