|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caen.RFIDLibrary.CAENRFIDChannel
@Deprecated public final class CAENRFIDChannel
This class defines the CAEN RFID Channel.
Method Summary | |
---|---|
void |
AddSource(CAENRFIDLogicalSource source)
Deprecated. Add a Source to the Channel |
void |
AddTrigger(CAENRFIDTrigger trigger)
Deprecated. Add a notify Trigger to Channel. |
boolean |
GetChannelStatus()
Deprecated. |
CAENRFIDChannelReservedType |
GetChannelType()
Deprecated. Return an CAENRFIDChannelReservedType object representing the type of the ReservedChannel |
java.lang.String |
GetName()
Deprecated. Get the name of the CAENRFIDChannel. |
boolean |
IsSourcePresent(CAENRFIDLogicalSource Source)
Deprecated. Check if a Source is in the Channel |
boolean |
IsTriggerPresent(CAENRFIDTrigger Trigger)
Deprecated. Check if a Trigger is in the Channel |
void |
RemoveSource(CAENRFIDLogicalSource source)
Deprecated. Remove the Source from the Channel |
void |
RemoveTrigger(CAENRFIDTrigger trigger)
Deprecated. Remove a notify Trigger from the Channel |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void AddTrigger(CAENRFIDTrigger trigger) throws CAENRFIDException
trigger
- The CAENRFIDTrigger object rapresenting the Notify Trigger
CAENRFIDException
- If the Reader raises an error.public void RemoveTrigger(CAENRFIDTrigger trigger) throws CAENRFIDException
trigger
- The CAENRFIDTrigger object rapresenting the Notify Trigger
CAENRFIDException
- If the Reader raises an error.public void AddSource(CAENRFIDLogicalSource source) throws CAENRFIDException
source
- The CAENRFIDSource representing the Source to be added to Channel
CAENRFIDException
- If the Reader raises an error.public void RemoveSource(CAENRFIDLogicalSource source) throws CAENRFIDException
source
- The CAENRFIDSource representing the Source to be removed from Channel
CAENRFIDException
- If the Reader raises an error.public boolean IsSourcePresent(CAENRFIDLogicalSource Source) throws CAENRFIDException
Source
- The CAENRFIDSource representing the Source to be checked
CAENRFIDException
- If the Reader raises an error.public boolean IsTriggerPresent(CAENRFIDTrigger Trigger) throws CAENRFIDException
Trigger
- the CAENRFIDTrigger Object of the Trigger to be checked
CAENRFIDException
- If the Reader raises an error.public java.lang.String GetName() throws CAENRFIDException
CAENRFIDException
- If the Reader raises an error.public CAENRFIDChannelReservedType GetChannelType() throws CAENRFIDException
CAENRFIDException
- If the Reader raises an error.public boolean GetChannelStatus() throws CAENRFIDException
CAENRFIDException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |