getVersion( )

Gets the version of M-Business Client whose interface definitions were used to build this object.

Interface
PODSObject
IDL definition
PODSUInt16 getVersion( );
JavaScript synopsis

Not applicable

C synopsis
PODSUInt16 PODSgetVersion(PODSObject* podsobj);
Parameters
  • podsobj   The PODSObject object.

Returns

A PODSUInt16 value representing the version of M-Business Anywhere client whose interface definitions were used to build this object.

Remarks

Useful to ensure compatibility when two PODs are communicating with each other. For objects defined by M-Business, the GetVersion( ) method always returns the current M-Business Client version number, defined by the constant PODS_VERSION in pods.h.