TibrvMsgField()

Constructor

Declaration

TibrvMsgField()
TibrvMsgField(const TibrvMsgField& field)
TibrvMsgField(const tibrvMsgField& cField)

Purpose

Create a message field object.

Remarks

Because the field object is identical to the C field struct, programs can use the struct’s accessors to get and set the field’s name, data, and other members.

Parameter

Description

field

Create an independent copy of this TibrvMsgField object.

cField

Create an independent copy of this C field struct in a new TibrvMsgField object.

See Also

TibrvMsg::addField()

TibrvMsg::getField()

TibrvMsg::updateField()