00001 package org.ros.internal.node.service; 00002 00003 enum ServiceResponseDecoderState { 00004 ERROR_CODE, MESSAGE_LENGTH, MESSAGE 00005 }