CTR NEX API Reference
nn::nex::IdentifierTypes クラス

メッセージタイプを定義します [詳解]

#include <RendezVous/Core/src/Common/Constants/IdentifierTypes.h>

公開型

enum  Types {
  InvalidType = 0,
  PIDType = 1,
  GIDType = 2,
  FirstUserIdType = 100,
  MaxTypeID = QUNSIGNEDINT32_MAX
}
 メッセージタイプの列挙型を定義します [詳解]
 

詳解

メッセージタイプを定義します

参照
UserMessage, UserMessage::GetRecipientID(), UserMessage::GetRecipientType()

列挙型メンバ詳解

メッセージタイプの列挙型を定義します

値の1から99がNEXの予約値で、100以上がユーザー用の値です。

参照
UserMessage, UserMessage::GetRecipientID(), UserMessage::GetRecipientType()
列挙値
InvalidType 

An invalid type.

無効なタイプです。

PIDType 

The Principal Identifier (PrincipalID) type.

PrincipalID

GIDType 

The Gathering Identifier (GatheringID) type.

GatheringID

FirstUserIdType 

The first user-configurable account.

User用TypeIDの最小値(100)です。

MaxTypeID 

IDの最大値