Request

    Samgr

    Description:

    Defines a request.

    You can use this structure to define the request that will be sent to a feature through the asynchronous function of . Request, which is data that is packed to send to a feature. If the data is not empty and the length is not 0, the system automatically releases the data.

    Summary

    Data Fields

    Field Documentation

    data

    Data content

    Description:

    Data length

    msgId

    Description:

    Message ID

    msgValue

    Description:

    Message value, which is defined by developers