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

use strict;

package Raritan::RPC::assetmgrmodel::AssetStripConfig::Orientation;

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

1;
