Murata RF modules are designed to simplify wireless development and certification by minimizing the amount of RF expertise you need to wirelessly enable a wide range of applications.

Response/CreateSocketResponse.cpp

Committer:
yangcq88517
Date:
2016-03-16
Revision:
9:0ce800923eda
Parent:
0:8e83b9448758

File content as of revision 9:0ce800923eda:

#include "CreateSocketResponse.h"

using namespace SmartLabMuRata;

CreateSocketResponse::CreateSocketResponse(Payload * payload)
    : Payload(payload)
{ }

SNICCode CreateSocketResponse::GetStatus()
{
    return (SNICCode)GetData()[2];
}

char CreateSocketResponse::GetSocketID()
{
    return GetData()[3];
}