BTPCodec.cpp 339 Bytes
Newer Older
filatov's avatar
filatov committed
#include "BTPCodec.h"

int BTPACodec::encode (const BTPA& msg, OCTETSTRING& data)
{
 return 0;
}
int BTPACodec::decode (const OCTETSTRING& data, BTPA& msg)
{
 return 0;
}

int BTPBCodec::encode (const BTPB& msg, OCTETSTRING& data)
{
 return 0;
}
int BTPBCodec::decode (const OCTETSTRING& data, BTPB& msg)
{
 return 0;
}