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

use strict;

package Raritan::RPC::assetmgrmodel::AssetStrip::Orientation;

use constant TOP_CONNECTOR => 0;
use constant BOTTOM_CONNECTOR => 1;
use constant UNKNOWN_ORIENTATION => 2;

1;
