FalconSendVC

Superclass:

FalconEvent

FalconSendVC


 public:
      FalconSendVC(VU_ID entityId, VuTargetEntity *target, VU_BOOL loopback=TRUE);
      FalconSendVC(VU_MSG_TYPE type, VU_ID senderid, VU_ID target);
      ~FalconSendVC(void);
      int Size (void);
      int Decode (VU_BYTE **buf, int length);
      int Encode (VU_BYTE **buf);
      class DATA_BLOCK
      {
         public:

            long size;
            uchar* data;
      } dataBlock;

   protected:
      int Process(uchar autodisp);