Object Sensor data over APO

Is it possible to get Object Sensor or Traffic Sensor data over APO? I can do it through the C-code interface, but the APO seems to be much more limited.

Hello,

All different CarMaker components talk to each other over the APO, e.g. when you open IPG Control and query a certain signal to be displayed, the communication happens over the APO. Therefore, it should be possible to query ObjectSensor or Traffic data over the APO. I believe CarMaker even supports custom APO messages if you use the User_ApoMsg_Send() and User_ApoMsg_Eval() functions inside your User.c code.

Regards,
Bogomil