2010-01-22 1.2.0

org.eclipse.soda.dk.arcom.io.device.messages
Class ArcomIoDeviceMessages

java.lang.Object
  extended by org.eclipse.soda.dk.arcom.io.device.messages.ArcomIoDeviceMessages

public class ArcomIoDeviceMessages
extends java.lang.Object

Arcom IO Relay 8 in 8. The device message interface defines the named messages for the ArcomIoDevice device.

The list of exported services:

Since:
1.0
Version:
1.2.0
See Also:
ArcomIoDeviceService, org.eclipse.soda.dk.device.service.DeviceService

Field Summary
static java.lang.String CLASS_NAME
          Defines the full class name.
 
Constructor Summary
ArcomIoDeviceMessages()
           
 
Method Summary
static FilterService getFullFilter()
          Gets the FullFilter value.
static MessageService getGetInputRequestMessage()
          Gets the GetInputRequestMessage value.
static MessageService getGetOutputRequestMessage()
          Gets the GetOutputRequestMessage value.
static MessageService getInputReportMessage()
          Gets the InputReportMessage value.
static MessageService getOutputReportMessage()
          Gets the OutputReportMessage value.
static MessageService getSetAllOutputsMessage()
          Gets the SetAllOutputsMessage value.
static MessageService getSetPin0Message()
          Gets the SetPin0Message value.
static MessageService getSetPin1Message()
          Gets the SetPin1Message value.
static MessageService getSetPin2Message()
          Gets the SetPin2Message value.
static MessageService getSetPin3Message()
          Gets the SetPin3Message value.
static MessageService getSetPin4Message()
          Gets the SetPin4Message value.
static MessageService getSetPin5Message()
          Gets the SetPin5Message value.
static MessageService getSetPin6Message()
          Gets the SetPin6Message value.
static MessageService getSetPin7Message()
          Gets the SetPin7Message value.
static FilterService getStandardFilter()
          Gets the StandardFilter value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_NAME

public static final java.lang.String CLASS_NAME
Defines the full class name.

Since:
1.0
See Also:
Constant Field Values
Constructor Detail

ArcomIoDeviceMessages

public ArcomIoDeviceMessages()
Method Detail

getFullFilter

public static FilterService getFullFilter()
Gets the FullFilter value.

Returns:
FilterService The FullFilter message
Since:
1.0

getSetAllOutputsMessage

public static MessageService getSetAllOutputsMessage()
Gets the SetAllOutputsMessage value.

Returns:
MessageService The SetAllOutputsMessage message
Since:
1.0

getStandardFilter

public static FilterService getStandardFilter()
Gets the StandardFilter value.

Returns:
FilterService The StandardFilter message
Since:
1.0

getSetPin0Message

public static MessageService getSetPin0Message()
Gets the SetPin0Message value.

Returns:
MessageService The SetPin0Message message
Since:
1.0

getSetPin1Message

public static MessageService getSetPin1Message()
Gets the SetPin1Message value.

Returns:
MessageService The SetPin1Message message
Since:
1.0

getSetPin2Message

public static MessageService getSetPin2Message()
Gets the SetPin2Message value.

Returns:
MessageService The SetPin2Message message
Since:
1.0

getSetPin3Message

public static MessageService getSetPin3Message()
Gets the SetPin3Message value.

Returns:
MessageService The SetPin3Message message
Since:
1.0

getSetPin4Message

public static MessageService getSetPin4Message()
Gets the SetPin4Message value.

Returns:
MessageService The SetPin4Message message
Since:
1.0

getSetPin5Message

public static MessageService getSetPin5Message()
Gets the SetPin5Message value.

Returns:
MessageService The SetPin5Message message
Since:
1.0

getSetPin6Message

public static MessageService getSetPin6Message()
Gets the SetPin6Message value.

Returns:
MessageService The SetPin6Message message
Since:
1.0

getSetPin7Message

public static MessageService getSetPin7Message()
Gets the SetPin7Message value.

Returns:
MessageService The SetPin7Message message
Since:
1.0

getGetOutputRequestMessage

public static MessageService getGetOutputRequestMessage()
Gets the GetOutputRequestMessage value.

Returns:
MessageService The GetOutputRequestMessage message
Since:
1.0

getOutputReportMessage

public static MessageService getOutputReportMessage()
Gets the OutputReportMessage value.

Returns:
MessageService The OutputReportMessage message
Since:
1.0

getGetInputRequestMessage

public static MessageService getGetInputRequestMessage()
Gets the GetInputRequestMessage value.

Returns:
MessageService The GetInputRequestMessage message
Since:
1.0

getInputReportMessage

public static MessageService getInputReportMessage()
Gets the InputReportMessage value.

Returns:
MessageService The InputReportMessage message
Since:
1.0

2010-01-22 1.2.0

Copyright (c) 2010 IBM. See license in Legal section.