|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MessageType | |
|---|---|
| com.kuka.roboticsAPI.controllerModel.sunrise.connectionLib | Contains the java ConnectionLib implementation. |
| Uses of MessageType in com.kuka.roboticsAPI.controllerModel.sunrise.connectionLib |
|---|
| Methods in com.kuka.roboticsAPI.controllerModel.sunrise.connectionLib that return MessageType | |
|---|---|
static MessageType |
MessageType.fromId(int id)
Creates a message type out of the given id. |
static MessageType |
MessageType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MessageType[] |
MessageType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.kuka.roboticsAPI.controllerModel.sunrise.connectionLib with parameters of type MessageType | |
|---|---|
void |
Message.setType(MessageType messageType)
Sets the type of the message. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||