Interface S7Event

  • All Superinterfaces:
    PlcMessage, PlcReadResponse, PlcResponse, PlcSubscriptionEvent, PlcTagResponse
    All Known Implementing Classes:
    S7AlarmEvent, S7CyclicEvent, S7ModeEvent, S7SysEvent, S7UserEvent

    public interface S7Event
    extends PlcSubscriptionEvent
    Like JMS but different. Maintain the same pattern as JMS MapMessage. S7Event is a Map whose key is a String and its value is an Object of primitive values. Classes derived from the S7Event must respect the following conversion table.

    | | boolean byte short char int long float double String byte[] |--------+------------------------------------------------------------- |boolean | X X |byte | X X X X X |short | X X X X |char | X X |int | X X X |long | X X |float | X X X |double | X X |String | X X X X X X X X |byte[] | X |--------+-------------------------------------------------------------