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