The Message Sensor logic brick.
Currently only loopback (local) networks are supported.
|
|
integer
|
getFrameMessageCount()
Get the number of messages received since the last frame. |
source code
|
|
list
|
getBodies()
Gets the list of message bodies. |
source code
|
|
string
|
getSubject()
Gets the message subject this sensor is listening for from the
Subject: field. |
source code
|
|
list
|
getSubjects()
Gets the list of message subjects received. |
source code
|
|
Inherited from SCA_ISensor.SCA_ISensor :
getFrequency ,
getInvert ,
getUseNegPulseMode ,
getUsePosPulseMode ,
isPositive ,
setFrequency ,
setInvert ,
setUseNegPulseMode ,
setUsePosPulseMode
Inherited from SCA_ILogicBrick.SCA_ILogicBrick :
getExecutePriority ,
getOwner ,
setExecutePriority
|