TibrvMsg.addField()

Method

Declaration

void addField(TibrvMsgField field)
  throws TibrvException

Purpose

Add a field object to a message.

Remarks

This method copies the information into the new message field. All related methods behave similarly.

It is illegal to add a field that has both a null field name, and a non-zero field identifier.

Field Name Length

The the longest possible field name is 127 bytes.

Parameter

Description

field

Add this field to the message.

See Also

TibrvMsg.add()

Add Scalar