com.kuka.roboticsAPI.requestModel
Class GetSafetySignalsRequest
java.lang.Object
com.kuka.roboticsAPI.requestModel.AbstractRequest
com.kuka.roboticsAPI.requestModel.AbstractDeviceRequest
com.kuka.roboticsAPI.requestModel.GetSafetySignalsRequest
- All Implemented Interfaces:
- IDeviceRequest, IRequest
public class GetSafetySignalsRequest
- extends AbstractDeviceRequest
Requests the safety signals for a device.
- This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.
| Methods inherited from interface com.kuka.roboticsAPI.requestModel.IRequest |
hasResult |
GetSafetySignalsRequest
public GetSafetySignalsRequest(Device device)
- Creates a new GetSafetySignalsRequest.
- Parameters:
device - The device for which the safety signals are requested.77- This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.
getResult
public Object getResult()
- Gets the result of the request.
- Returns:
- The result of the request.
- This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.
setResult
public void setResult(Object safetySignal)
- Sets the result of the request. This should be done by the request
handler which handles the request.
- Parameters:
safetySignal - the safety signal which is the result of the reuquest.- This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.
Copyright © 2019. All rights reserved.