msgcreate

This creates a new message.

msgcreate -meta ?CLASS? ?TYPE? USERDBRECOVER ?data?
  • CLASS specifies an hci message class, engine or protocol.
  • TYPE specifies an hci message type, data or reply.
  • USERDBRECOVER specifies that the message undergoes normal recovery database processing when it leaves the interpreter and enters the engine. By default, new messages are TYPE data, indeterminate CLASS, and not handled by the recovery database.

If specified, then data is the initial data value for the new message.

This command returns the new message handle.