LtiManagementInterface constructor

LtiManagementInterface()

Construct a new instance of an LTI Management interface.

Implementation

LtiManagementInterface() {
  setPorts([
    Logic.port('LMOPENREQ'),
    Logic.port('LMACTIVE'),
  ], [
    PairDirection.fromProvider,
  ]);

  setPorts([
    Logic.port('LMOPENACK'),
    Logic.port('LMASKCLOSE'),
  ], [
    PairDirection.fromConsumer,
  ]);
}