Websocket_Sample for MurataTypeYD

Dependencies:   mbed picojson

Embed: (wiki syntax)

« Back to documentation index

Data Structures

Data Structures

Here are the data structures with brief descriptions:
C_SNIC_CoreInternal class used by any other classes
C_SNIC_UartCommandManagerInternal class for managing the SNIC UART command
C_SNIC_UartMsgUtilInternal utility class used by any other classes
C_SNIC_WifiInterfaceInterface class for using SNIC UART
EndpointIP Endpoint (address, port)
Mail< T, queue_sz >The Mail class allow to control, send, receive, or wait for mail
MemoryPool< T, pool_sz >Define and manage fixed-size memory pools of objects of a given type
MutexUsed to synchronise the execution of threads
Queue< T, queue_sz >The Queue class allow to control, send, receive, or wait for messages
RtosTimerAllow creating and and controlling of timer functions in the system
SemaphoreUsed to manage and protect access to a set of shared resources
SocketSocket file descriptor and select wrapper
tagMEMPOOL_BLOCK_TMemorypool
tagSCAN_RESULT_TScan result structure used by scanresults handler
tagWIFI_STATUS_TWi-Fi status used by getWifiStatus()
TCPSocketConnectionInterface class for TCP socket of using SNIC UART
TCPSocketServerInterface class for TCP server socket of using SNIC UART
ThreadAllow defining, creating, and controlling thread functions in the system
UDPSocketInterface class for UDP socket of using SNIC UART
WebsocketWebsocket client Class