# SPDX-License-Identifier: BSD-3-Clause
#
# Copyright 2020 Raritan Inc. All rights reserved.
#
# This file was generated by IdlC from Controller.idl.

use strict;

package Raritan::RPC::pdumodel::Controller_2_0_1::Status;

use constant OK => 0;
use constant COMMUNICATION_UNSTABLE => 1;
use constant COMMUNICATION_FAILURE => 2;
use constant UNKNOWN => 3;

1;
