internal PlcMemoryInfoTrigger(Object triggerValue, TriggerTypes type, string name, string description, EventMemory memoryType = EventMemory.DM, UInt32 readOffset = 0, AccessSize accessSize = AccessSize.WORD, BitPlace bitPlace = BitPlace.NOBIT, bool isEnable = true, Object constantValue = null) : base(name, description, memoryType, readOffset, accessSize, bitPlace, isEnable, constantValue) { TriggerValue = triggerValue; TriggerType = type; }