com.eurotech.framework.protocol.pcn
Interface Pcn1001InputLineInfoService

All Superinterfaces:
Pcn1001AddressInfoService
All Known Subinterfaces:
Pcn1001InfoService, Pcn1001Service
All Known Implementing Classes:
Pcn1001

public interface Pcn1001InputLineInfoService
extends Pcn1001AddressInfoService

Defines PCN-1001 Input Line Info service

Author:
ilya.binshtok

Field Summary
static String SERVICE_NAME
          name of this service
 
Method Summary
 boolean isInput0Level()
          Reports the status of input0 line
 boolean isInput1Level()
          Reports the status of input1 line
 
Methods inherited from interface com.eurotech.framework.protocol.pcn.Pcn1001AddressInfoService
getSnpAddress
 

Field Detail

SERVICE_NAME

static final String SERVICE_NAME
name of this service

Method Detail

isInput0Level

boolean isInput0Level()
Reports the status of input0 line

Returns:
status of input0 line as boolean

isInput1Level

boolean isInput1Level()
Reports the status of input1 line

Returns:
status of input1 line as boolean


Copyright © 2013. All Rights Reserved.