awSetEventTag
BrokerError awSetEventTag(
BrokerEvent event,
int tag);
Set the tag envelope field of event to the value represented by tag. This is equivalent to, but more convenient than, calling:
awSetIntegerField(event,"_env.tag",tag);
Possible BrokerError major codes | Meaning |
AW_ERROR_INVALID_EVENT | The event is invalid. |
See also: