Returns the shape of a message the engine types.
The message id or name, such as 33 or GLOBAL_POSITION_INT.
33
GLOBAL_POSITION_INT
The shape.
If this build does not type that message, in which case describe it with MessageSchemaBuilder.
const position = schemaFor('GLOBAL_POSITION_INT')console.log(position.id, position.wireLen) Copy
const position = schemaFor('GLOBAL_POSITION_INT')console.log(position.id, position.wireLen)
Returns the shape of a message the engine types.