|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SML_Message | |
---|---|
org.openmuc.jsml.structures | |
org.openmuc.jsml.tl |
Uses of SML_Message in org.openmuc.jsml.structures |
---|
Methods in org.openmuc.jsml.structures that return types with arguments of type SML_Message | |
---|---|
List<SML_Message> |
SML_File.getMessages()
|
Methods in org.openmuc.jsml.structures with parameters of type SML_Message | |
---|---|
void |
SML_File.add(SML_Message message)
add SML_Message to SML_File |
Constructors in org.openmuc.jsml.structures with parameters of type SML_Message | |
---|---|
SML_File(SML_Message smlFile)
Creates a new SML_File and adds the given SML_Message. |
Constructor parameters in org.openmuc.jsml.structures with type arguments of type SML_Message | |
---|---|
SML_File(List<SML_Message> smlFile)
Creates a SML_File with the given list of SML_Messages. |
Uses of SML_Message in org.openmuc.jsml.tl |
---|
Methods in org.openmuc.jsml.tl with parameters of type SML_Message | |
---|---|
void |
SML_TConnection.sendAttentionResponse(OctetString attentionType,
String message,
OctetString serverID,
SML_Message faultyMessage,
Socket socket)
sends an SML_AttentionRes with sock |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |