/* * Copyright (C) 2013-2014 Sony Computer Science Laboratories, Inc. All Rights Reserved. * Copyright (C) 2014 Sony Corporation. All Rights Reserved. */ package com.sonycsl.Kadecot.call; public class Permission { /** * Allow to access all devices */ public static final int ALL = 0; /** * Limit to access some device by protocol */ public static final int LIMITED = 1; }