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.

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers SocketStartReceiveResponse.h Source File

SocketStartReceiveResponse.h

00001 #ifndef SmartLab_MuRata_Response_SocketStartReceiveResponse
00002 #define SmartLab_MuRata_Response_SocketStartReceiveResponse
00003 
00004 #include "Payload.h"
00005 #include "SNICCode.h"
00006 
00007 namespace SmartLabMuRata
00008 {
00009 class SocketStartReceiveResponse : public Payload
00010 {
00011 public:
00012     SocketStartReceiveResponse(Payload * payload);
00013 
00014     SNICCode GetStatus();
00015 
00016     int GetReceiveBufferSize();
00017 };
00018 }
00019 
00020 #endif