ホーム › NetworkManagement.MobileBroadband › MBN_MSG_STATUS
MBN_MSG_STATUS
列挙型メンバー 4
| 名前 | 10進 | 16進 |
|---|---|---|
| MBN_MSG_STATUS_NEW | 0 | 0x0 |
| MBN_MSG_STATUS_OLD | 1 | 0x1 |
| MBN_MSG_STATUS_DRAFT | 2 | 0x2 |
| MBN_MSG_STATUS_SENT | 3 | 0x3 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum MBN_MSG_STATUS : int {
MBN_MSG_STATUS_NEW = 0,
MBN_MSG_STATUS_OLD = 1,
MBN_MSG_STATUS_DRAFT = 2,
MBN_MSG_STATUS_SENT = 3
} MBN_MSG_STATUS;public enum MBN_MSG_STATUS : int
{
MBN_MSG_STATUS_NEW = 0,
MBN_MSG_STATUS_OLD = 1,
MBN_MSG_STATUS_DRAFT = 2,
MBN_MSG_STATUS_SENT = 3,
}Public Enum MBN_MSG_STATUS As Integer
MBN_MSG_STATUS_NEW = 0
MBN_MSG_STATUS_OLD = 1
MBN_MSG_STATUS_DRAFT = 2
MBN_MSG_STATUS_SENT = 3
End Enumimport enum
class MBN_MSG_STATUS(enum.IntEnum):
MBN_MSG_STATUS_NEW = 0
MBN_MSG_STATUS_OLD = 1
MBN_MSG_STATUS_DRAFT = 2
MBN_MSG_STATUS_SENT = 3// MBN_MSG_STATUS
pub const MBN_MSG_STATUS_NEW: i32 = 0;
pub const MBN_MSG_STATUS_OLD: i32 = 1;
pub const MBN_MSG_STATUS_DRAFT: i32 = 2;
pub const MBN_MSG_STATUS_SENT: i32 = 3;// MBN_MSG_STATUS
const (
MBN_MSG_STATUS_NEW int32 = 0
MBN_MSG_STATUS_OLD int32 = 1
MBN_MSG_STATUS_DRAFT int32 = 2
MBN_MSG_STATUS_SENT int32 = 3
)const
MBN_MSG_STATUS_NEW = 0;
MBN_MSG_STATUS_OLD = 1;
MBN_MSG_STATUS_DRAFT = 2;
MBN_MSG_STATUS_SENT = 3;// MBN_MSG_STATUS
pub const MBN_MSG_STATUS_NEW: i32 = 0;
pub const MBN_MSG_STATUS_OLD: i32 = 1;
pub const MBN_MSG_STATUS_DRAFT: i32 = 2;
pub const MBN_MSG_STATUS_SENT: i32 = 3;const
MBN_MSG_STATUS_NEW* = 0
MBN_MSG_STATUS_OLD* = 1
MBN_MSG_STATUS_DRAFT* = 2
MBN_MSG_STATUS_SENT* = 3enum MBN_MSG_STATUS : int {
MBN_MSG_STATUS_NEW = 0,
MBN_MSG_STATUS_OLD = 1,
MBN_MSG_STATUS_DRAFT = 2,
MBN_MSG_STATUS_SENT = 3,
}#define global MBN_MSG_STATUS_NEW 0x0
#define global MBN_MSG_STATUS_OLD 0x1
#define global MBN_MSG_STATUS_DRAFT 0x2
#define global MBN_MSG_STATUS_SENT 0x3