gateway_msgs/RemoteRuleWithStatus Message

File: gateway_msgs/RemoteRuleWithStatus.msg

Raw Message Definition

# The remote rule whose status is being defined here
RemoteRule remote_rule

# Whether the flip is still pending, was accepted 
string UNKNOWN=unknown
string PENDING=pending
string ACCEPTED=accepted
string BLOCKED=blocked
string RESEND=resend
string status

Compact Message Definition

string UNKNOWN=unknown
string PENDING=pending
string ACCEPTED=accepted
string BLOCKED=blocked
string RESEND=resend
gateway_msgs/RemoteRule remote_rule
string status