|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KNXFormatException | |
---|---|
tuwien.auto.calimero | Base package of the Calimero library. |
tuwien.auto.calimero.cemi | Offers an interface to the common External Message Interface, cEMI for short. |
tuwien.auto.calimero.dptxlator | Contains translators for translating between KNX datapoint types (DPT), java types and values carrying more specific type semantics (e.g. engineering unit). |
tuwien.auto.calimero.knxnetip.servicetype | Contains service types used by KNXnet/IP protocols. |
tuwien.auto.calimero.knxnetip.util | Structures used in KNXnet/IP service types. |
tuwien.auto.calimero.link.medium | Contains setting types storing necessary KNX device and medium information, and KNX message frame types for different KNX communication media. |
tuwien.auto.calimero.mgmt | Contains KNX property and management services. |
tuwien.auto.calimero.process | Provides high level process communication. |
Uses of KNXFormatException in tuwien.auto.calimero |
---|
Methods in tuwien.auto.calimero that throw KNXFormatException | |
---|---|
static KNXAddress |
KNXAddress.create(java.lang.String address)
Creates a KNX address from a string address representation. |
Constructors in tuwien.auto.calimero that throw KNXFormatException | |
---|---|
GroupAddress(java.lang.String address)
Creates a KNX group address from a string address representation. |
|
IndividualAddress(java.lang.String address)
Creates a KNX individual address from a string address
representation. |
Uses of KNXFormatException in tuwien.auto.calimero.cemi |
---|
Methods in tuwien.auto.calimero.cemi that throw KNXFormatException | |
---|---|
static CEMI |
CEMIFactory.create(byte[] data,
int offset,
int length)
Creates a new cEMI message out of the given data byte stream. |
static CEMI |
CEMIFactory.create(int msgCode,
byte[] data,
CEMI original)
Creates a new cEMI message with information provided by original ,
and adjusts it to match the supplied msgCode and data . |
static CEMI |
CEMIFactory.createFromEMI(byte[] frame)
Creates a new cEMI message out of the supplied EMI frame. |
Constructors in tuwien.auto.calimero.cemi that throw KNXFormatException | |
---|---|
CEMIBusMon(byte[] data,
int offset,
int length)
Creates a new busmonitor message from a byte stream. |
|
CEMIDevMgmt(byte[] data,
int offset,
int length)
Creates a new device management message from a byte stream. |
|
CEMILData(byte[] data,
int offset)
Creates a new L-Data message from a byte stream. |
|
CEMILDataEx(byte[] data,
int offset)
Creates a new L-Data message from a byte stream. |
Uses of KNXFormatException in tuwien.auto.calimero.dptxlator |
---|
Methods in tuwien.auto.calimero.dptxlator that throw KNXFormatException | |
---|---|
long |
DPTXlatorDate.getValueMilliseconds()
Returns the date information in UTC milliseconds, using the translator default calendar. |
long |
DPTXlatorDateTime.getValueMilliseconds()
Returns the date and time information of the first date/time item in UTC milliseconds, using the system default Calendar . |
void |
DPTXlator2ByteUnsigned.setTimePeriod(long milliseconds)
Sets the first translation item value from input of unit millisecond. |
protected void |
DPTXlator.setTypeID(java.util.Map availableTypes,
java.lang.String dptID)
Sets the DPT for the translator to use for translation, doing a lookup before in the translator's map containing the available, implemented datapoint types. |
void |
DPTXlator2ByteFloat.setValue(float value)
Sets the translation value from a float. |
void |
DPTXlator8BitUnsigned.setValue(int scaled)
Sets one new translation item from a scaled unsigned value, replacing any old items. |
void |
DPTXlator2ByteUnsigned.setValue(int value)
Sets the value of the first translation item. |
void |
DPTXlator4ByteUnsigned.setValue(long value)
Sets the value of the first translation item. |
void |
DPTXlator.setValue(java.lang.String value)
Translates the value according to the set datapoint ID. |
void |
DPTXlator.setValues(java.lang.String[] values)
Translates the array of strings according to the set datapoint ID. |
protected void |
DPTXlatorDate.toDPT(java.lang.String value,
short[] dst,
int index)
|
protected void |
DPTXlatorTime.toDPT(java.lang.String value,
short[] dst,
int index)
|
protected void |
DPTXlatorString.toDPT(java.lang.String value,
short[] dst,
int index)
|
protected void |
DPTXlatorDateTime.toDPT(java.lang.String value,
short[] dst,
int index)
|
protected void |
DPTXlatorBoolean.toDPT(java.lang.String value,
short[] dst,
int index)
|
protected void |
DPTXlator8BitUnsigned.toDPT(java.lang.String value,
short[] dst,
int index)
|
protected void |
DPTXlator4ByteUnsigned.toDPT(java.lang.String value,
short[] dst,
int index)
|
protected void |
DPTXlator3BitControlled.toDPT(java.lang.String value,
short[] dst,
int index)
|
protected void |
DPTXlator2ByteUnsigned.toDPT(java.lang.String value,
short[] dst,
int index)
|
protected void |
DPTXlator2ByteFloat.toDPT(java.lang.String value,
short[] dst,
int index)
|
protected abstract void |
DPTXlator.toDPT(java.lang.String value,
short[] dst,
int index)
Translates a string value representation into KNX data type according the current DPT and stores the result into dst . |
Constructors in tuwien.auto.calimero.dptxlator that throw KNXFormatException | |
---|---|
DPTXlator2ByteFloat(DPT dpt)
Creates a translator for the given datapoint type. |
|
DPTXlator2ByteFloat(java.lang.String dptID)
Creates a translator for dptID . |
|
DPTXlator2ByteUnsigned(DPT dpt)
Creates a translator for the given datapoint type. |
|
DPTXlator2ByteUnsigned(java.lang.String dptID)
Creates a translator for the given datapoint type ID. |
|
DPTXlator3BitControlled(DPT dpt)
Creates a translator for the given datapoint type. |
|
DPTXlator3BitControlled(java.lang.String dptID)
Creates a translator for the given datapoint type ID. |
|
DPTXlator4ByteUnsigned(DPT dpt)
Creates a translator for the given datapoint type. |
|
DPTXlator4ByteUnsigned(java.lang.String dptID)
Creates a translator for the given datapoint type ID. |
|
DPTXlator8BitUnsigned(DPT dpt)
Creates a translator for the given datapoint type. |
|
DPTXlator8BitUnsigned(java.lang.String dptID)
Creates a translator for the given datapoint type ID. |
|
DPTXlatorBoolean(DPT dpt)
Creates a translator for the given datapoint type. |
|
DPTXlatorBoolean(java.lang.String dptID)
Creates a translator for the given datapoint type ID. |
|
DPTXlatorDate(DPT dpt)
Creates a translator for the given datapoint type. |
|
DPTXlatorDate(java.lang.String dptID)
Creates a translator for the given datapoint type ID. |
|
DPTXlatorDateTime(DPT dpt)
Creates a translator for the given datapoint type. |
|
DPTXlatorDateTime(java.lang.String dptID)
Creates a translator for the given datapoint type ID. |
|
DPTXlatorString(DPT dpt)
Creates a translator for the given datapoint type. |
|
DPTXlatorString(java.lang.String dptID)
Creates a translator for the given datapoint type ID. |
|
DPTXlatorTime(DPT dpt)
Creates a translator for the given datapoint type. |
|
DPTXlatorTime(java.lang.String dptID)
Creates a translator for the given datapoint type ID. |
Uses of KNXFormatException in tuwien.auto.calimero.knxnetip.servicetype |
---|
Methods in tuwien.auto.calimero.knxnetip.servicetype that throw KNXFormatException | |
---|---|
static ServiceRequest |
PacketHelper.getEmptyServiceRequest(KNXnetIPHeader h,
byte[] data,
int offset)
Internal use only. |
static ServiceRequest |
PacketHelper.getServiceRequest(KNXnetIPHeader h,
byte[] data,
int offset)
Creates a new service request using the data byte array and
information from the KNXnet/IP header. |
Constructors in tuwien.auto.calimero.knxnetip.servicetype that throw KNXFormatException | |
---|---|
ConnectionstateRequest(byte[] data,
int offset)
Creates a connection state request out of a byte array. |
|
ConnectionstateResponse(byte[] data,
int offset)
Creates a connection state response out of a byte array. |
|
ConnectRequest(byte[] data,
int offset)
Creates a connect request out of a byte array. |
|
ConnectResponse(byte[] data,
int offset)
Creates a connect response out of a byte array. |
|
DescriptionRequest(byte[] data,
int offset)
Creates a description request out of a byte array. |
|
DescriptionResponse(byte[] data,
int offset)
Creates a new description response out of a byte array. |
|
DisconnectRequest(byte[] data,
int offset)
Creates a disconnect request out of a byte array. |
|
DisconnectResponse(byte[] data,
int offset)
Creates a disconnect response out of a byte array. |
|
KNXnetIPHeader(byte[] frame,
int offset)
Creates a new KNXnet/IP header by reading in the header of a KNXnet/IP frame. |
|
RoutingIndication(byte[] data,
int offset,
int length)
Creates a routing indication out of a byte array. |
|
RoutingLostMessage(byte[] data,
int offset)
Creates a new routing lost message indication out of a byte array. |
|
SearchRequest(byte[] data,
int offset)
Creates a search request out of a byte array. |
|
SearchResponse(byte[] data,
int offset)
Creates a new search response out of a byte array. |
|
ServiceAck(int serviceType,
byte[] data,
int offset)
Creates a new service acknowledge out of a byte array. |
|
ServiceRequest(int serviceType,
byte[] data,
int offset,
int length)
Creates a new service request out of a byte array. |
Uses of KNXFormatException in tuwien.auto.calimero.knxnetip.util |
---|
Methods in tuwien.auto.calimero.knxnetip.util that throw KNXFormatException | |
---|---|
static CRI |
CRI.createRequest(byte[] data,
int offset)
Creates a new CRI out of a byte array. |
static CRD |
CRD.createResponse(byte[] data,
int offset)
Creates a new CRD out of a byte array. |
Constructors in tuwien.auto.calimero.knxnetip.util that throw KNXFormatException | |
---|---|
CRD(byte[] data,
int offset)
Creates a new CRD out of a byte array. |
|
CRI(byte[] data,
int offset)
Creates a new CRI out of a byte array. |
|
DeviceDIB(byte[] data,
int offset)
Creates a device DIB out of a byte array. |
|
DIB(byte[] data,
int offset)
Creates a new DIB out of a byte array. |
|
HPAI(byte[] data,
int offset)
Creates a HPAI out of a byte array. |
|
ManufacturerDIB(byte[] data,
int offset)
Creates a manufacturer data DIB out of a byte array. |
|
SuppFamiliesDIB(byte[] data,
int offset)
Creates a supported families DIB out of a byte array. |
|
TunnelCRD(byte[] data,
int offset)
Creates a new CRD for tunnel connection type out of a byte array. |
|
TunnelCRI(byte[] data,
int offset)
Creates a new CRI for tunnel connection type out of a byte array. |
Uses of KNXFormatException in tuwien.auto.calimero.link.medium |
---|
Methods in tuwien.auto.calimero.link.medium that throw KNXFormatException | |
---|---|
static RawFrame |
RawFrameFactory.create(int mediumType,
byte[] data,
int offset)
Creates a raw frame out of a byte array for the specified communication medium. |
static RawFrame |
RawFrameFactory.createPL110(byte[] data,
int offset)
Creates a raw frame out of a byte array for the PL110 communication medium. |
static RawFrame |
RawFrameFactory.createPL132(byte[] data,
int offset)
Creates a raw frame out of a byte array for the PL132 communication medium. |
static RawFrame |
RawFrameFactory.createTP1(byte[] data,
int offset)
Creates a raw frame out of a byte array for the TP1 communication medium. |
Constructors in tuwien.auto.calimero.link.medium that throw KNXFormatException | |
---|---|
PL110Ack(byte[] data,
int offset)
Creates a new PL110 acknowledge frame out of a byte array. |
|
PL110LData(byte[] data,
int offset)
Creates a new L-data frame out of a byte array. |
|
PL132LData(byte[] data,
int offset)
Creates a new L-data frame out of a byte array. |
|
TP1Ack(byte[] data,
int offset)
Creates a new TP1 acknowledge frame out of a byte array. |
|
TP1LData(byte[] data,
int offset)
Creates a new L-data frame out of a byte array. |
|
TP1LPollData(byte[] data,
int offset)
Creates a new L-polldata frame out of a byte array. |
Uses of KNXFormatException in tuwien.auto.calimero.mgmt |
---|
Constructors in tuwien.auto.calimero.mgmt that throw KNXFormatException | |
---|---|
PropertyClient(PropertyAdapter adapter)
Creates a new property client using the specified adapter for accessing device properties. |
Uses of KNXFormatException in tuwien.auto.calimero.process |
---|
Methods in tuwien.auto.calimero.process that throw KNXFormatException | |
---|---|
boolean |
ProcessListenerEx.asBool(ProcessEvent e)
Returns the ASDU of the received process event as boolean datapoint value. |
byte |
ProcessListenerEx.asControl(ProcessEvent e)
Returns the ASDU of the received process event as 3 Bit controlled datapoint value. |
float |
ProcessListenerEx.asFloat(ProcessEvent e)
Returns the ASDU of the received process event as 2 byte KNX float datapoint value. |
java.lang.String |
ProcessListenerEx.asString(ProcessEvent e)
Returns the ASDU of the received process event as string datapoint value. |
short |
ProcessListenerEx.asUnsigned(ProcessEvent e,
java.lang.String scale)
Returns the ASDU of the received process event as unsigned 8 Bit datapoint value. |
boolean |
ProcessCommunicatorImpl.readBool(GroupAddress dst)
|
byte |
ProcessCommunicatorImpl.readControl(GroupAddress dst)
|
float |
ProcessCommunicatorImpl.readFloat(GroupAddress dst)
|
java.lang.String |
ProcessCommunicatorImpl.readString(GroupAddress dst)
|
short |
ProcessCommunicatorImpl.readUnsigned(GroupAddress dst,
java.lang.String scale)
|
void |
ProcessCommunicatorImpl.write(GroupAddress dst,
boolean control,
byte stepcode)
|
void |
ProcessCommunicatorImpl.write(GroupAddress dst,
float value)
|
void |
ProcessCommunicatorImpl.write(GroupAddress dst,
int value,
java.lang.String scale)
|
void |
ProcessCommunicatorImpl.write(GroupAddress dst,
java.lang.String value)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |