An NDoc Documented Class Library

CCODEC. Method 

Adds a new field definition to the CODEC. The field definition specifies how a field should be encoded (operator) and the slot to use for the field as well as the field data type.

public void (
   Int32 ID,
   CFieldDef.type Type,
   CFieldDef.op Op,
   Int32 TID,
   Int32 Slot
);

Parameters

Int32
Field identifier
CFieldDef.type
Field data type
CFieldDef.op
Field encoding operation
Int32
Field template to use
Int32
Field slot

See Also

CCODEC Class | FAST Namespace