/*---------------------------------------------------------------------------* Project: Horizon File: uds_packet.h Copyright (C)2009 Nintendo Co., Ltd. All rights reserved. These coded instructions, statements, and computer programs contain proprietary information of Nintendo of America Inc. and/or Nintendo Company Ltd., and are protected by Federal copyright law. They may not be disclosed to third parties or copied or duplicated in any form, in whole or in part, without the prior written consent of Nintendo. $Rev: 27700 $ *---------------------------------------------------------------------------*/ /*! @file @brief UDS 用 Vendor Specific IE の定義 */ #ifndef LIBRARIES_UDS_CTR_UDS_IE_H_ #define LIBRARIES_UDS_CTR_UDS_IE_H_ #include #include namespace nn { namespace uds { namespace CTR { namespace detail { const bit8 VSIE_OUI[3] = {0x00, 0x1f, 0x32}; //!< CTR 用 Vendor Specific IE で使用される OUI const size_t VSIE_SIZE_MAX = 250; //NetworkDescription に含める接続情報 const bit16 EJECT_SPECTAOTR_FLAG = 0x0001; //!<接続中の Spectator を退去させるフラグ、新規接続も禁止 const bit16 DISALLOW_CONNECT_FLAG = 0x0002; //!