public static final class DeviceResources.Device.BEL.Reader
extends org.capnproto.StructReader
Modifier and Type | Method and Description |
---|---|
DeviceResources.Device.BELCategory |
getCategory() |
DeviceResources.Device.BELInverter.Reader |
getInverting() |
int |
getName() |
org.capnproto.Void |
getNonInverting() |
org.capnproto.PrimitiveList.Int.Reader |
getPins() |
int |
getType() |
boolean |
hasInverting() |
boolean |
hasPins() |
boolean |
isInverting() |
boolean |
isNonInverting() |
DeviceResources.Device.BEL.Which |
which() |
public DeviceResources.Device.BEL.Which which()
public final int getName()
public final int getType()
public final boolean hasPins()
public final org.capnproto.PrimitiveList.Int.Reader getPins()
public final DeviceResources.Device.BELCategory getCategory()
public final boolean isNonInverting()
public final org.capnproto.Void getNonInverting()
public final boolean isInverting()
public boolean hasInverting()
public DeviceResources.Device.BELInverter.Reader getInverting()