Services - tools - models - for embedded software development
Embecosm divider strip
Prev  Next

4.6.1.  Convenience String Packet Output

Many response packets take the form of a fixed string. As a convenience put_str_packet () is provided. This takes a constant string argument, from which a struct rsp_buf is constructed. This is then sent using put_packet ().

Embecosm divider strip