You are here: Elements > Methods > Other Resources

Other Resources

This section describes various functions that are built in to the protocol analyzer and available to method writers. These functions are available to methods of all types.

When calling one of these functions in a method, you must preface it by "MTH::" as in this example:

int i = MTH::TableGetDetail(tblParam1, i64CurrentField, bIsDefault);