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 |
|
|
Create an independent copy of this TibrvMsgField object. |
|
|
Create an independent copy of this C field struct in a new TibrvMsgField object. |