Function verifyRequiredCTypeProperties

  • Verifies required properties for a given CType before sending or receiving a message.

    Parameters

    • requiredProperties: string[]

      The list of required properties that need to be verified against a CType.

    • cType: ICType

      A CType used to verify the properties.

    Returns void