BowlerKernel
Public Member Functions | Private Attributes | List of all members
com.neuronrobotics.sdk.dyio.DyIOChannelEvent Class Reference
Collaboration diagram for com.neuronrobotics.sdk.dyio.DyIOChannelEvent:
Collaboration graph
[legend]

Public Member Functions

 DyIOChannelEvent (DyIOChannel channel, ByteList data)
 
 DyIOChannelEvent (DyIOChannel c, Integer integer)
 
DyIOChannel getChannel ()
 
ByteList getData ()
 
int getValue ()
 
int getUnsignedValue ()
 
int getSignedValue ()
 

Private Attributes

ByteList data
 
DyIOChannel channel
 
Integer integer
 

Detailed Description

a DyIO Channel Event.

Author
rbreznak

Definition at line 25 of file DyIOChannelEvent.java.

Constructor & Destructor Documentation

◆ DyIOChannelEvent() [1/2]

com.neuronrobotics.sdk.dyio.DyIOChannelEvent.DyIOChannelEvent ( DyIOChannel  channel,
ByteList  data 
)

Instantiates a new dy io channel event.

Parameters
channelthe channel
datathe data

Definition at line 42 of file DyIOChannelEvent.java.

References com.neuronrobotics.sdk.dyio.DyIOChannelEvent.channel, and com.neuronrobotics.sdk.dyio.DyIOChannelEvent.data.

◆ DyIOChannelEvent() [2/2]

com.neuronrobotics.sdk.dyio.DyIOChannelEvent.DyIOChannelEvent ( DyIOChannel  c,
Integer  integer 
)

Instantiates a new dy io channel event.

Parameters
cthe c
integerthe integer

Definition at line 53 of file DyIOChannelEvent.java.

References com.neuronrobotics.sdk.dyio.DyIOChannelEvent.integer.

Member Function Documentation

◆ getChannel()

DyIOChannel com.neuronrobotics.sdk.dyio.DyIOChannelEvent.getChannel ( )

◆ getData()

ByteList com.neuronrobotics.sdk.dyio.DyIOChannelEvent.getData ( )

◆ getSignedValue()

int com.neuronrobotics.sdk.dyio.DyIOChannelEvent.getSignedValue ( )

◆ getUnsignedValue()

int com.neuronrobotics.sdk.dyio.DyIOChannelEvent.getUnsignedValue ( )

◆ getValue()

int com.neuronrobotics.sdk.dyio.DyIOChannelEvent.getValue ( )

Member Data Documentation

◆ channel

DyIOChannel com.neuronrobotics.sdk.dyio.DyIOChannelEvent.channel
private

◆ data

ByteList com.neuronrobotics.sdk.dyio.DyIOChannelEvent.data
private

◆ integer

Integer com.neuronrobotics.sdk.dyio.DyIOChannelEvent.integer
private

The documentation for this class was generated from the following file: