put

This method adds a message to the end of the message queue.

Visibility

Public

Signature
virtual OMBoolean put (void* m, OMBoolean fromISR = FALSE)
    = 0;
Parameters
m

The message to be added to the queue.

fromISR

A Boolean value that specifies whether the message being added was generated from an interrupt service routine (ISR). The default value is FALSE.

Returns

The method returns one of the following Boolean values:


Feedback