ホーム › Devices.AllJoyn › 定数
定数
38Windows.Win32.Devices.AllJoyn
| 名前 | 型 | 値 |
|---|---|---|
| QCC_TRUE | DWORD | 1 |
| QCC_FALSE | DWORD | 0 |
| ALLJOYN_MESSAGE_FLAG_NO_REPLY_EXPECTED | DWORD | 1 |
| ALLJOYN_MESSAGE_FLAG_AUTO_START | DWORD | 2 |
| ALLJOYN_MESSAGE_FLAG_ALLOW_REMOTE_MSG | DWORD | 4 |
| ALLJOYN_MESSAGE_FLAG_SESSIONLESS | DWORD | 16 |
| ALLJOYN_MESSAGE_FLAG_GLOBAL_BROADCAST | DWORD | 32 |
| ALLJOYN_MESSAGE_FLAG_ENCRYPTED | DWORD | 128 |
| ALLJOYN_TRAFFIC_TYPE_MESSAGES | DWORD | 1 |
| ALLJOYN_TRAFFIC_TYPE_RAW_UNRELIABLE | DWORD | 2 |
| ALLJOYN_TRAFFIC_TYPE_RAW_RELIABLE | DWORD | 4 |
| ALLJOYN_PROXIMITY_ANY | DWORD | 255 |
| ALLJOYN_PROXIMITY_PHYSICAL | DWORD | 1 |
| ALLJOYN_PROXIMITY_NETWORK | DWORD | 2 |
| ALLJOYN_NAMED_PIPE_CONNECT_SPEC | unknown | npipe: |
| ALLJOYN_READ_READY | DWORD | 1 |
| ALLJOYN_WRITE_READY | DWORD | 2 |
| ALLJOYN_DISCONNECTED | DWORD | 4 |
| ALLJOYN_LITTLE_ENDIAN | BYTE | 108 |
| ALLJOYN_BIG_ENDIAN | BYTE | 66 |
| ALLJOYN_MESSAGE_DEFAULT_TIMEOUT | DWORD | 25000 |
| ALLJOYN_CRED_PASSWORD | WORD | 1 |
| ALLJOYN_CRED_USER_NAME | WORD | 2 |
| ALLJOYN_CRED_CERT_CHAIN | WORD | 4 |
| ALLJOYN_CRED_PRIVATE_KEY | WORD | 8 |
| ALLJOYN_CRED_LOGON_ENTRY | WORD | 16 |
| ALLJOYN_CRED_EXPIRATION | WORD | 32 |
| ALLJOYN_CRED_NEW_PASSWORD | WORD | 4097 |
| ALLJOYN_CRED_ONE_TIME_PWD | WORD | 8193 |
| ALLJOYN_PROP_ACCESS_READ | BYTE | 1 |
| ALLJOYN_PROP_ACCESS_WRITE | BYTE | 2 |
| ALLJOYN_PROP_ACCESS_RW | BYTE | 3 |
| ALLJOYN_MEMBER_ANNOTATE_NO_REPLY | BYTE | 1 |
| ALLJOYN_MEMBER_ANNOTATE_DEPRECATED | BYTE | 2 |
| ALLJOYN_MEMBER_ANNOTATE_SESSIONCAST | BYTE | 4 |
| ALLJOYN_MEMBER_ANNOTATE_SESSIONLESS | BYTE | 8 |
| ALLJOYN_MEMBER_ANNOTATE_UNICAST | BYTE | 16 |
| ALLJOYN_MEMBER_ANNOTATE_GLOBAL_BROADCAST | BYTE | 32 |
各言語での定義
定数の定義。C/C++〜Go タブは数値定数のみ(GUID・文字列定数は上の表 / HSP タブを参照)。HSP は #define global。
#define QCC_TRUE 1
#define QCC_FALSE 0
#define ALLJOYN_MESSAGE_FLAG_NO_REPLY_EXPECTED 1
#define ALLJOYN_MESSAGE_FLAG_AUTO_START 2
#define ALLJOYN_MESSAGE_FLAG_ALLOW_REMOTE_MSG 4
#define ALLJOYN_MESSAGE_FLAG_SESSIONLESS 16
#define ALLJOYN_MESSAGE_FLAG_GLOBAL_BROADCAST 32
#define ALLJOYN_MESSAGE_FLAG_ENCRYPTED 128
#define ALLJOYN_TRAFFIC_TYPE_MESSAGES 1
#define ALLJOYN_TRAFFIC_TYPE_RAW_UNRELIABLE 2
#define ALLJOYN_TRAFFIC_TYPE_RAW_RELIABLE 4
#define ALLJOYN_PROXIMITY_ANY 255
#define ALLJOYN_PROXIMITY_PHYSICAL 1
#define ALLJOYN_PROXIMITY_NETWORK 2
#define ALLJOYN_READ_READY 1
#define ALLJOYN_WRITE_READY 2
#define ALLJOYN_DISCONNECTED 4
#define ALLJOYN_LITTLE_ENDIAN 108
#define ALLJOYN_BIG_ENDIAN 66
#define ALLJOYN_MESSAGE_DEFAULT_TIMEOUT 25000
#define ALLJOYN_CRED_PASSWORD 1
#define ALLJOYN_CRED_USER_NAME 2
#define ALLJOYN_CRED_CERT_CHAIN 4
#define ALLJOYN_CRED_PRIVATE_KEY 8
#define ALLJOYN_CRED_LOGON_ENTRY 16
#define ALLJOYN_CRED_EXPIRATION 32
#define ALLJOYN_CRED_NEW_PASSWORD 4097
#define ALLJOYN_CRED_ONE_TIME_PWD 8193
#define ALLJOYN_PROP_ACCESS_READ 1
#define ALLJOYN_PROP_ACCESS_WRITE 2
#define ALLJOYN_PROP_ACCESS_RW 3
#define ALLJOYN_MEMBER_ANNOTATE_NO_REPLY 1
#define ALLJOYN_MEMBER_ANNOTATE_DEPRECATED 2
#define ALLJOYN_MEMBER_ANNOTATE_SESSIONCAST 4
#define ALLJOYN_MEMBER_ANNOTATE_SESSIONLESS 8
#define ALLJOYN_MEMBER_ANNOTATE_UNICAST 16
#define ALLJOYN_MEMBER_ANNOTATE_GLOBAL_BROADCAST 32public const uint QCC_TRUE = 1;
public const uint QCC_FALSE = 0;
public const uint ALLJOYN_MESSAGE_FLAG_NO_REPLY_EXPECTED = 1;
public const uint ALLJOYN_MESSAGE_FLAG_AUTO_START = 2;
public const uint ALLJOYN_MESSAGE_FLAG_ALLOW_REMOTE_MSG = 4;
public const uint ALLJOYN_MESSAGE_FLAG_SESSIONLESS = 16;
public const uint ALLJOYN_MESSAGE_FLAG_GLOBAL_BROADCAST = 32;
public const uint ALLJOYN_MESSAGE_FLAG_ENCRYPTED = 128;
public const uint ALLJOYN_TRAFFIC_TYPE_MESSAGES = 1;
public const uint ALLJOYN_TRAFFIC_TYPE_RAW_UNRELIABLE = 2;
public const uint ALLJOYN_TRAFFIC_TYPE_RAW_RELIABLE = 4;
public const uint ALLJOYN_PROXIMITY_ANY = 255;
public const uint ALLJOYN_PROXIMITY_PHYSICAL = 1;
public const uint ALLJOYN_PROXIMITY_NETWORK = 2;
public const uint ALLJOYN_READ_READY = 1;
public const uint ALLJOYN_WRITE_READY = 2;
public const uint ALLJOYN_DISCONNECTED = 4;
public const byte ALLJOYN_LITTLE_ENDIAN = 108;
public const byte ALLJOYN_BIG_ENDIAN = 66;
public const uint ALLJOYN_MESSAGE_DEFAULT_TIMEOUT = 25000;
public const ushort ALLJOYN_CRED_PASSWORD = 1;
public const ushort ALLJOYN_CRED_USER_NAME = 2;
public const ushort ALLJOYN_CRED_CERT_CHAIN = 4;
public const ushort ALLJOYN_CRED_PRIVATE_KEY = 8;
public const ushort ALLJOYN_CRED_LOGON_ENTRY = 16;
public const ushort ALLJOYN_CRED_EXPIRATION = 32;
public const ushort ALLJOYN_CRED_NEW_PASSWORD = 4097;
public const ushort ALLJOYN_CRED_ONE_TIME_PWD = 8193;
public const byte ALLJOYN_PROP_ACCESS_READ = 1;
public const byte ALLJOYN_PROP_ACCESS_WRITE = 2;
public const byte ALLJOYN_PROP_ACCESS_RW = 3;
public const byte ALLJOYN_MEMBER_ANNOTATE_NO_REPLY = 1;
public const byte ALLJOYN_MEMBER_ANNOTATE_DEPRECATED = 2;
public const byte ALLJOYN_MEMBER_ANNOTATE_SESSIONCAST = 4;
public const byte ALLJOYN_MEMBER_ANNOTATE_SESSIONLESS = 8;
public const byte ALLJOYN_MEMBER_ANNOTATE_UNICAST = 16;
public const byte ALLJOYN_MEMBER_ANNOTATE_GLOBAL_BROADCAST = 32;QCC_TRUE = 1
QCC_FALSE = 0
ALLJOYN_MESSAGE_FLAG_NO_REPLY_EXPECTED = 1
ALLJOYN_MESSAGE_FLAG_AUTO_START = 2
ALLJOYN_MESSAGE_FLAG_ALLOW_REMOTE_MSG = 4
ALLJOYN_MESSAGE_FLAG_SESSIONLESS = 16
ALLJOYN_MESSAGE_FLAG_GLOBAL_BROADCAST = 32
ALLJOYN_MESSAGE_FLAG_ENCRYPTED = 128
ALLJOYN_TRAFFIC_TYPE_MESSAGES = 1
ALLJOYN_TRAFFIC_TYPE_RAW_UNRELIABLE = 2
ALLJOYN_TRAFFIC_TYPE_RAW_RELIABLE = 4
ALLJOYN_PROXIMITY_ANY = 255
ALLJOYN_PROXIMITY_PHYSICAL = 1
ALLJOYN_PROXIMITY_NETWORK = 2
ALLJOYN_READ_READY = 1
ALLJOYN_WRITE_READY = 2
ALLJOYN_DISCONNECTED = 4
ALLJOYN_LITTLE_ENDIAN = 108
ALLJOYN_BIG_ENDIAN = 66
ALLJOYN_MESSAGE_DEFAULT_TIMEOUT = 25000
ALLJOYN_CRED_PASSWORD = 1
ALLJOYN_CRED_USER_NAME = 2
ALLJOYN_CRED_CERT_CHAIN = 4
ALLJOYN_CRED_PRIVATE_KEY = 8
ALLJOYN_CRED_LOGON_ENTRY = 16
ALLJOYN_CRED_EXPIRATION = 32
ALLJOYN_CRED_NEW_PASSWORD = 4097
ALLJOYN_CRED_ONE_TIME_PWD = 8193
ALLJOYN_PROP_ACCESS_READ = 1
ALLJOYN_PROP_ACCESS_WRITE = 2
ALLJOYN_PROP_ACCESS_RW = 3
ALLJOYN_MEMBER_ANNOTATE_NO_REPLY = 1
ALLJOYN_MEMBER_ANNOTATE_DEPRECATED = 2
ALLJOYN_MEMBER_ANNOTATE_SESSIONCAST = 4
ALLJOYN_MEMBER_ANNOTATE_SESSIONLESS = 8
ALLJOYN_MEMBER_ANNOTATE_UNICAST = 16
ALLJOYN_MEMBER_ANNOTATE_GLOBAL_BROADCAST = 32pub const QCC_TRUE: u32 = 1;
pub const QCC_FALSE: u32 = 0;
pub const ALLJOYN_MESSAGE_FLAG_NO_REPLY_EXPECTED: u32 = 1;
pub const ALLJOYN_MESSAGE_FLAG_AUTO_START: u32 = 2;
pub const ALLJOYN_MESSAGE_FLAG_ALLOW_REMOTE_MSG: u32 = 4;
pub const ALLJOYN_MESSAGE_FLAG_SESSIONLESS: u32 = 16;
pub const ALLJOYN_MESSAGE_FLAG_GLOBAL_BROADCAST: u32 = 32;
pub const ALLJOYN_MESSAGE_FLAG_ENCRYPTED: u32 = 128;
pub const ALLJOYN_TRAFFIC_TYPE_MESSAGES: u32 = 1;
pub const ALLJOYN_TRAFFIC_TYPE_RAW_UNRELIABLE: u32 = 2;
pub const ALLJOYN_TRAFFIC_TYPE_RAW_RELIABLE: u32 = 4;
pub const ALLJOYN_PROXIMITY_ANY: u32 = 255;
pub const ALLJOYN_PROXIMITY_PHYSICAL: u32 = 1;
pub const ALLJOYN_PROXIMITY_NETWORK: u32 = 2;
pub const ALLJOYN_READ_READY: u32 = 1;
pub const ALLJOYN_WRITE_READY: u32 = 2;
pub const ALLJOYN_DISCONNECTED: u32 = 4;
pub const ALLJOYN_LITTLE_ENDIAN: u8 = 108;
pub const ALLJOYN_BIG_ENDIAN: u8 = 66;
pub const ALLJOYN_MESSAGE_DEFAULT_TIMEOUT: u32 = 25000;
pub const ALLJOYN_CRED_PASSWORD: u16 = 1;
pub const ALLJOYN_CRED_USER_NAME: u16 = 2;
pub const ALLJOYN_CRED_CERT_CHAIN: u16 = 4;
pub const ALLJOYN_CRED_PRIVATE_KEY: u16 = 8;
pub const ALLJOYN_CRED_LOGON_ENTRY: u16 = 16;
pub const ALLJOYN_CRED_EXPIRATION: u16 = 32;
pub const ALLJOYN_CRED_NEW_PASSWORD: u16 = 4097;
pub const ALLJOYN_CRED_ONE_TIME_PWD: u16 = 8193;
pub const ALLJOYN_PROP_ACCESS_READ: u8 = 1;
pub const ALLJOYN_PROP_ACCESS_WRITE: u8 = 2;
pub const ALLJOYN_PROP_ACCESS_RW: u8 = 3;
pub const ALLJOYN_MEMBER_ANNOTATE_NO_REPLY: u8 = 1;
pub const ALLJOYN_MEMBER_ANNOTATE_DEPRECATED: u8 = 2;
pub const ALLJOYN_MEMBER_ANNOTATE_SESSIONCAST: u8 = 4;
pub const ALLJOYN_MEMBER_ANNOTATE_SESSIONLESS: u8 = 8;
pub const ALLJOYN_MEMBER_ANNOTATE_UNICAST: u8 = 16;
pub const ALLJOYN_MEMBER_ANNOTATE_GLOBAL_BROADCAST: u8 = 32;const (
QCC_TRUE uint32 = 1
QCC_FALSE uint32 = 0
ALLJOYN_MESSAGE_FLAG_NO_REPLY_EXPECTED uint32 = 1
ALLJOYN_MESSAGE_FLAG_AUTO_START uint32 = 2
ALLJOYN_MESSAGE_FLAG_ALLOW_REMOTE_MSG uint32 = 4
ALLJOYN_MESSAGE_FLAG_SESSIONLESS uint32 = 16
ALLJOYN_MESSAGE_FLAG_GLOBAL_BROADCAST uint32 = 32
ALLJOYN_MESSAGE_FLAG_ENCRYPTED uint32 = 128
ALLJOYN_TRAFFIC_TYPE_MESSAGES uint32 = 1
ALLJOYN_TRAFFIC_TYPE_RAW_UNRELIABLE uint32 = 2
ALLJOYN_TRAFFIC_TYPE_RAW_RELIABLE uint32 = 4
ALLJOYN_PROXIMITY_ANY uint32 = 255
ALLJOYN_PROXIMITY_PHYSICAL uint32 = 1
ALLJOYN_PROXIMITY_NETWORK uint32 = 2
ALLJOYN_READ_READY uint32 = 1
ALLJOYN_WRITE_READY uint32 = 2
ALLJOYN_DISCONNECTED uint32 = 4
ALLJOYN_LITTLE_ENDIAN byte = 108
ALLJOYN_BIG_ENDIAN byte = 66
ALLJOYN_MESSAGE_DEFAULT_TIMEOUT uint32 = 25000
ALLJOYN_CRED_PASSWORD uint16 = 1
ALLJOYN_CRED_USER_NAME uint16 = 2
ALLJOYN_CRED_CERT_CHAIN uint16 = 4
ALLJOYN_CRED_PRIVATE_KEY uint16 = 8
ALLJOYN_CRED_LOGON_ENTRY uint16 = 16
ALLJOYN_CRED_EXPIRATION uint16 = 32
ALLJOYN_CRED_NEW_PASSWORD uint16 = 4097
ALLJOYN_CRED_ONE_TIME_PWD uint16 = 8193
ALLJOYN_PROP_ACCESS_READ byte = 1
ALLJOYN_PROP_ACCESS_WRITE byte = 2
ALLJOYN_PROP_ACCESS_RW byte = 3
ALLJOYN_MEMBER_ANNOTATE_NO_REPLY byte = 1
ALLJOYN_MEMBER_ANNOTATE_DEPRECATED byte = 2
ALLJOYN_MEMBER_ANNOTATE_SESSIONCAST byte = 4
ALLJOYN_MEMBER_ANNOTATE_SESSIONLESS byte = 8
ALLJOYN_MEMBER_ANNOTATE_UNICAST byte = 16
ALLJOYN_MEMBER_ANNOTATE_GLOBAL_BROADCAST byte = 32
)#define global QCC_TRUE 1
#define global QCC_FALSE 0
#define global ALLJOYN_MESSAGE_FLAG_NO_REPLY_EXPECTED 1
#define global ALLJOYN_MESSAGE_FLAG_AUTO_START 2
#define global ALLJOYN_MESSAGE_FLAG_ALLOW_REMOTE_MSG 4
#define global ALLJOYN_MESSAGE_FLAG_SESSIONLESS 16
#define global ALLJOYN_MESSAGE_FLAG_GLOBAL_BROADCAST 32
#define global ALLJOYN_MESSAGE_FLAG_ENCRYPTED 128
#define global ALLJOYN_TRAFFIC_TYPE_MESSAGES 1
#define global ALLJOYN_TRAFFIC_TYPE_RAW_UNRELIABLE 2
#define global ALLJOYN_TRAFFIC_TYPE_RAW_RELIABLE 4
#define global ALLJOYN_PROXIMITY_ANY 255
#define global ALLJOYN_PROXIMITY_PHYSICAL 1
#define global ALLJOYN_PROXIMITY_NETWORK 2
#define global ALLJOYN_NAMED_PIPE_CONNECT_SPEC "npipe:"
#define global ALLJOYN_READ_READY 1
#define global ALLJOYN_WRITE_READY 2
#define global ALLJOYN_DISCONNECTED 4
#define global ALLJOYN_LITTLE_ENDIAN 108
#define global ALLJOYN_BIG_ENDIAN 66
#define global ALLJOYN_MESSAGE_DEFAULT_TIMEOUT 25000
#define global ALLJOYN_CRED_PASSWORD 1
#define global ALLJOYN_CRED_USER_NAME 2
#define global ALLJOYN_CRED_CERT_CHAIN 4
#define global ALLJOYN_CRED_PRIVATE_KEY 8
#define global ALLJOYN_CRED_LOGON_ENTRY 16
#define global ALLJOYN_CRED_EXPIRATION 32
#define global ALLJOYN_CRED_NEW_PASSWORD 4097
#define global ALLJOYN_CRED_ONE_TIME_PWD 8193
#define global ALLJOYN_PROP_ACCESS_READ 1
#define global ALLJOYN_PROP_ACCESS_WRITE 2
#define global ALLJOYN_PROP_ACCESS_RW 3
#define global ALLJOYN_MEMBER_ANNOTATE_NO_REPLY 1
#define global ALLJOYN_MEMBER_ANNOTATE_DEPRECATED 2
#define global ALLJOYN_MEMBER_ANNOTATE_SESSIONCAST 4
#define global ALLJOYN_MEMBER_ANNOTATE_SESSIONLESS 8
#define global ALLJOYN_MEMBER_ANNOTATE_UNICAST 16
#define global ALLJOYN_MEMBER_ANNOTATE_GLOBAL_BROADCAST 32