2008-02-07 1.1.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:

Version:
1.1.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.

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

getSetAllOutputsMessage

public static MessageService getSetAllOutputsMessage()
Gets the SetAllOutputsMessage value.

Returns:
MessageService The SetAllOutputsMessage message

getStandardFilter

public static FilterService getStandardFilter()
Gets the StandardFilter value.

Returns:
FilterService The StandardFilter message

getSetPin0Message

public static MessageService getSetPin0Message()
Gets the SetPin0Message value.

Returns:
MessageService The SetPin0Message message

getSetPin1Message

public static MessageService getSetPin1Message()
Gets the SetPin1Message value.

Returns:
MessageService The SetPin1Message message

getSetPin2Message

public static MessageService getSetPin2Message()
Gets the SetPin2Message value.

Returns:
MessageService The SetPin2Message message

getSetPin3Message

public static MessageService getSetPin3Message()
Gets the SetPin3Message value.

Returns:
MessageService The SetPin3Message message

getSetPin4Message

public static MessageService getSetPin4Message()
Gets the SetPin4Message value.

Returns:
MessageService The SetPin4Message message

getSetPin5Message

public static MessageService getSetPin5Message()
Gets the SetPin5Message value.

Returns:
MessageService The SetPin5Message message

getSetPin6Message

public static MessageService getSetPin6Message()
Gets the SetPin6Message value.

Returns:
MessageService The SetPin6Message message

getSetPin7Message

public static MessageService getSetPin7Message()
Gets the SetPin7Message value.

Returns:
MessageService The SetPin7Message message

getGetOutputRequestMessage

public static MessageService getGetOutputRequestMessage()
Gets the GetOutputRequestMessage value.

Returns:
MessageService The GetOutputRequestMessage message

getOutputReportMessage

public static MessageService getOutputReportMessage()
Gets the OutputReportMessage value.

Returns:
MessageService The OutputReportMessage message

getGetInputRequestMessage

public static MessageService getGetInputRequestMessage()
Gets the GetInputRequestMessage value.

Returns:
MessageService The GetInputRequestMessage message

getInputReportMessage

public static MessageService getInputReportMessage()
Gets the InputReportMessage value.

Returns:
MessageService The InputReportMessage message

2008-02-07 1.1.0

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