ホーム › Devices.WebServicesOnDevices › WSDXML_OP
WSDXML_OP
列挙型メンバー 47
| 名前 | 10進 | 16進 |
|---|---|---|
| OpNone | 0 | 0x0 |
| OpEndOfTable | 1 | 0x1 |
| OpBeginElement_ | 2 | 0x2 |
| OpBeginAnyElement | 3 | 0x3 |
| OpEndElement | 4 | 0x4 |
| OpElement_ | 5 | 0x5 |
| OpAnyElement | 6 | 0x6 |
| OpAnyElements | 7 | 0x7 |
| OpAnyText | 8 | 0x8 |
| OpAttribute_ | 9 | 0x9 |
| OpBeginChoice | 10 | 0xA |
| OpEndChoice | 11 | 0xB |
| OpBeginSequence | 12 | 0xC |
| OpEndSequence | 13 | 0xD |
| OpBeginAll | 14 | 0xE |
| OpEndAll | 15 | 0xF |
| OpAnything | 16 | 0x10 |
| OpAnyNumber | 17 | 0x11 |
| OpOneOrMore | 18 | 0x12 |
| OpOptional | 19 | 0x13 |
| OpFormatBool_ | 20 | 0x14 |
| OpFormatInt8_ | 21 | 0x15 |
| OpFormatInt16_ | 22 | 0x16 |
| OpFormatInt32_ | 23 | 0x17 |
| OpFormatInt64_ | 24 | 0x18 |
| OpFormatUInt8_ | 25 | 0x19 |
| OpFormatUInt16_ | 26 | 0x1A |
| OpFormatUInt32_ | 27 | 0x1B |
| OpFormatUInt64_ | 28 | 0x1C |
| OpFormatUnicodeString_ | 29 | 0x1D |
| OpFormatDom_ | 30 | 0x1E |
| OpFormatStruct_ | 31 | 0x1F |
| OpFormatUri_ | 32 | 0x20 |
| OpFormatUuidUri_ | 33 | 0x21 |
| OpFormatName_ | 34 | 0x22 |
| OpFormatListInsertTail_ | 35 | 0x23 |
| OpFormatType_ | 36 | 0x24 |
| OpFormatDynamicType_ | 37 | 0x25 |
| OpFormatLookupType_ | 38 | 0x26 |
| OpFormatDuration_ | 39 | 0x27 |
| OpFormatDateTime_ | 40 | 0x28 |
| OpFormatFloat_ | 41 | 0x29 |
| OpFormatDouble_ | 42 | 0x2A |
| OpProcess_ | 43 | 0x2B |
| OpQualifiedAttribute_ | 44 | 0x2C |
| OpFormatXMLDeclaration_ | 45 | 0x2D |
| OpFormatMax | 46 | 0x2E |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum WSDXML_OP : int {
OpNone = 0,
OpEndOfTable = 1,
OpBeginElement_ = 2,
OpBeginAnyElement = 3,
OpEndElement = 4,
OpElement_ = 5,
OpAnyElement = 6,
OpAnyElements = 7,
OpAnyText = 8,
OpAttribute_ = 9,
OpBeginChoice = 10,
OpEndChoice = 11,
OpBeginSequence = 12,
OpEndSequence = 13,
OpBeginAll = 14,
OpEndAll = 15,
OpAnything = 16,
OpAnyNumber = 17,
OpOneOrMore = 18,
OpOptional = 19,
OpFormatBool_ = 20,
OpFormatInt8_ = 21,
OpFormatInt16_ = 22,
OpFormatInt32_ = 23,
OpFormatInt64_ = 24,
OpFormatUInt8_ = 25,
OpFormatUInt16_ = 26,
OpFormatUInt32_ = 27,
OpFormatUInt64_ = 28,
OpFormatUnicodeString_ = 29,
OpFormatDom_ = 30,
OpFormatStruct_ = 31,
OpFormatUri_ = 32,
OpFormatUuidUri_ = 33,
OpFormatName_ = 34,
OpFormatListInsertTail_ = 35,
OpFormatType_ = 36,
OpFormatDynamicType_ = 37,
OpFormatLookupType_ = 38,
OpFormatDuration_ = 39,
OpFormatDateTime_ = 40,
OpFormatFloat_ = 41,
OpFormatDouble_ = 42,
OpProcess_ = 43,
OpQualifiedAttribute_ = 44,
OpFormatXMLDeclaration_ = 45,
OpFormatMax = 46
} WSDXML_OP;public enum WSDXML_OP : int
{
OpNone = 0,
OpEndOfTable = 1,
OpBeginElement_ = 2,
OpBeginAnyElement = 3,
OpEndElement = 4,
OpElement_ = 5,
OpAnyElement = 6,
OpAnyElements = 7,
OpAnyText = 8,
OpAttribute_ = 9,
OpBeginChoice = 10,
OpEndChoice = 11,
OpBeginSequence = 12,
OpEndSequence = 13,
OpBeginAll = 14,
OpEndAll = 15,
OpAnything = 16,
OpAnyNumber = 17,
OpOneOrMore = 18,
OpOptional = 19,
OpFormatBool_ = 20,
OpFormatInt8_ = 21,
OpFormatInt16_ = 22,
OpFormatInt32_ = 23,
OpFormatInt64_ = 24,
OpFormatUInt8_ = 25,
OpFormatUInt16_ = 26,
OpFormatUInt32_ = 27,
OpFormatUInt64_ = 28,
OpFormatUnicodeString_ = 29,
OpFormatDom_ = 30,
OpFormatStruct_ = 31,
OpFormatUri_ = 32,
OpFormatUuidUri_ = 33,
OpFormatName_ = 34,
OpFormatListInsertTail_ = 35,
OpFormatType_ = 36,
OpFormatDynamicType_ = 37,
OpFormatLookupType_ = 38,
OpFormatDuration_ = 39,
OpFormatDateTime_ = 40,
OpFormatFloat_ = 41,
OpFormatDouble_ = 42,
OpProcess_ = 43,
OpQualifiedAttribute_ = 44,
OpFormatXMLDeclaration_ = 45,
OpFormatMax = 46,
}Public Enum WSDXML_OP As Integer
OpNone = 0
OpEndOfTable = 1
OpBeginElement_ = 2
OpBeginAnyElement = 3
OpEndElement = 4
OpElement_ = 5
OpAnyElement = 6
OpAnyElements = 7
OpAnyText = 8
OpAttribute_ = 9
OpBeginChoice = 10
OpEndChoice = 11
OpBeginSequence = 12
OpEndSequence = 13
OpBeginAll = 14
OpEndAll = 15
OpAnything = 16
OpAnyNumber = 17
OpOneOrMore = 18
OpOptional = 19
OpFormatBool_ = 20
OpFormatInt8_ = 21
OpFormatInt16_ = 22
OpFormatInt32_ = 23
OpFormatInt64_ = 24
OpFormatUInt8_ = 25
OpFormatUInt16_ = 26
OpFormatUInt32_ = 27
OpFormatUInt64_ = 28
OpFormatUnicodeString_ = 29
OpFormatDom_ = 30
OpFormatStruct_ = 31
OpFormatUri_ = 32
OpFormatUuidUri_ = 33
OpFormatName_ = 34
OpFormatListInsertTail_ = 35
OpFormatType_ = 36
OpFormatDynamicType_ = 37
OpFormatLookupType_ = 38
OpFormatDuration_ = 39
OpFormatDateTime_ = 40
OpFormatFloat_ = 41
OpFormatDouble_ = 42
OpProcess_ = 43
OpQualifiedAttribute_ = 44
OpFormatXMLDeclaration_ = 45
OpFormatMax = 46
End Enumimport enum
class WSDXML_OP(enum.IntEnum):
OpNone = 0
OpEndOfTable = 1
OpBeginElement_ = 2
OpBeginAnyElement = 3
OpEndElement = 4
OpElement_ = 5
OpAnyElement = 6
OpAnyElements = 7
OpAnyText = 8
OpAttribute_ = 9
OpBeginChoice = 10
OpEndChoice = 11
OpBeginSequence = 12
OpEndSequence = 13
OpBeginAll = 14
OpEndAll = 15
OpAnything = 16
OpAnyNumber = 17
OpOneOrMore = 18
OpOptional = 19
OpFormatBool_ = 20
OpFormatInt8_ = 21
OpFormatInt16_ = 22
OpFormatInt32_ = 23
OpFormatInt64_ = 24
OpFormatUInt8_ = 25
OpFormatUInt16_ = 26
OpFormatUInt32_ = 27
OpFormatUInt64_ = 28
OpFormatUnicodeString_ = 29
OpFormatDom_ = 30
OpFormatStruct_ = 31
OpFormatUri_ = 32
OpFormatUuidUri_ = 33
OpFormatName_ = 34
OpFormatListInsertTail_ = 35
OpFormatType_ = 36
OpFormatDynamicType_ = 37
OpFormatLookupType_ = 38
OpFormatDuration_ = 39
OpFormatDateTime_ = 40
OpFormatFloat_ = 41
OpFormatDouble_ = 42
OpProcess_ = 43
OpQualifiedAttribute_ = 44
OpFormatXMLDeclaration_ = 45
OpFormatMax = 46// WSDXML_OP
pub const OpNone: i32 = 0;
pub const OpEndOfTable: i32 = 1;
pub const OpBeginElement_: i32 = 2;
pub const OpBeginAnyElement: i32 = 3;
pub const OpEndElement: i32 = 4;
pub const OpElement_: i32 = 5;
pub const OpAnyElement: i32 = 6;
pub const OpAnyElements: i32 = 7;
pub const OpAnyText: i32 = 8;
pub const OpAttribute_: i32 = 9;
pub const OpBeginChoice: i32 = 10;
pub const OpEndChoice: i32 = 11;
pub const OpBeginSequence: i32 = 12;
pub const OpEndSequence: i32 = 13;
pub const OpBeginAll: i32 = 14;
pub const OpEndAll: i32 = 15;
pub const OpAnything: i32 = 16;
pub const OpAnyNumber: i32 = 17;
pub const OpOneOrMore: i32 = 18;
pub const OpOptional: i32 = 19;
pub const OpFormatBool_: i32 = 20;
pub const OpFormatInt8_: i32 = 21;
pub const OpFormatInt16_: i32 = 22;
pub const OpFormatInt32_: i32 = 23;
pub const OpFormatInt64_: i32 = 24;
pub const OpFormatUInt8_: i32 = 25;
pub const OpFormatUInt16_: i32 = 26;
pub const OpFormatUInt32_: i32 = 27;
pub const OpFormatUInt64_: i32 = 28;
pub const OpFormatUnicodeString_: i32 = 29;
pub const OpFormatDom_: i32 = 30;
pub const OpFormatStruct_: i32 = 31;
pub const OpFormatUri_: i32 = 32;
pub const OpFormatUuidUri_: i32 = 33;
pub const OpFormatName_: i32 = 34;
pub const OpFormatListInsertTail_: i32 = 35;
pub const OpFormatType_: i32 = 36;
pub const OpFormatDynamicType_: i32 = 37;
pub const OpFormatLookupType_: i32 = 38;
pub const OpFormatDuration_: i32 = 39;
pub const OpFormatDateTime_: i32 = 40;
pub const OpFormatFloat_: i32 = 41;
pub const OpFormatDouble_: i32 = 42;
pub const OpProcess_: i32 = 43;
pub const OpQualifiedAttribute_: i32 = 44;
pub const OpFormatXMLDeclaration_: i32 = 45;
pub const OpFormatMax: i32 = 46;// WSDXML_OP
const (
OpNone int32 = 0
OpEndOfTable int32 = 1
OpBeginElement_ int32 = 2
OpBeginAnyElement int32 = 3
OpEndElement int32 = 4
OpElement_ int32 = 5
OpAnyElement int32 = 6
OpAnyElements int32 = 7
OpAnyText int32 = 8
OpAttribute_ int32 = 9
OpBeginChoice int32 = 10
OpEndChoice int32 = 11
OpBeginSequence int32 = 12
OpEndSequence int32 = 13
OpBeginAll int32 = 14
OpEndAll int32 = 15
OpAnything int32 = 16
OpAnyNumber int32 = 17
OpOneOrMore int32 = 18
OpOptional int32 = 19
OpFormatBool_ int32 = 20
OpFormatInt8_ int32 = 21
OpFormatInt16_ int32 = 22
OpFormatInt32_ int32 = 23
OpFormatInt64_ int32 = 24
OpFormatUInt8_ int32 = 25
OpFormatUInt16_ int32 = 26
OpFormatUInt32_ int32 = 27
OpFormatUInt64_ int32 = 28
OpFormatUnicodeString_ int32 = 29
OpFormatDom_ int32 = 30
OpFormatStruct_ int32 = 31
OpFormatUri_ int32 = 32
OpFormatUuidUri_ int32 = 33
OpFormatName_ int32 = 34
OpFormatListInsertTail_ int32 = 35
OpFormatType_ int32 = 36
OpFormatDynamicType_ int32 = 37
OpFormatLookupType_ int32 = 38
OpFormatDuration_ int32 = 39
OpFormatDateTime_ int32 = 40
OpFormatFloat_ int32 = 41
OpFormatDouble_ int32 = 42
OpProcess_ int32 = 43
OpQualifiedAttribute_ int32 = 44
OpFormatXMLDeclaration_ int32 = 45
OpFormatMax int32 = 46
)const
OpNone = 0;
OpEndOfTable = 1;
OpBeginElement_ = 2;
OpBeginAnyElement = 3;
OpEndElement = 4;
OpElement_ = 5;
OpAnyElement = 6;
OpAnyElements = 7;
OpAnyText = 8;
OpAttribute_ = 9;
OpBeginChoice = 10;
OpEndChoice = 11;
OpBeginSequence = 12;
OpEndSequence = 13;
OpBeginAll = 14;
OpEndAll = 15;
OpAnything = 16;
OpAnyNumber = 17;
OpOneOrMore = 18;
OpOptional = 19;
OpFormatBool_ = 20;
OpFormatInt8_ = 21;
OpFormatInt16_ = 22;
OpFormatInt32_ = 23;
OpFormatInt64_ = 24;
OpFormatUInt8_ = 25;
OpFormatUInt16_ = 26;
OpFormatUInt32_ = 27;
OpFormatUInt64_ = 28;
OpFormatUnicodeString_ = 29;
OpFormatDom_ = 30;
OpFormatStruct_ = 31;
OpFormatUri_ = 32;
OpFormatUuidUri_ = 33;
OpFormatName_ = 34;
OpFormatListInsertTail_ = 35;
OpFormatType_ = 36;
OpFormatDynamicType_ = 37;
OpFormatLookupType_ = 38;
OpFormatDuration_ = 39;
OpFormatDateTime_ = 40;
OpFormatFloat_ = 41;
OpFormatDouble_ = 42;
OpProcess_ = 43;
OpQualifiedAttribute_ = 44;
OpFormatXMLDeclaration_ = 45;
OpFormatMax = 46;// WSDXML_OP
pub const OpNone: i32 = 0;
pub const OpEndOfTable: i32 = 1;
pub const OpBeginElement_: i32 = 2;
pub const OpBeginAnyElement: i32 = 3;
pub const OpEndElement: i32 = 4;
pub const OpElement_: i32 = 5;
pub const OpAnyElement: i32 = 6;
pub const OpAnyElements: i32 = 7;
pub const OpAnyText: i32 = 8;
pub const OpAttribute_: i32 = 9;
pub const OpBeginChoice: i32 = 10;
pub const OpEndChoice: i32 = 11;
pub const OpBeginSequence: i32 = 12;
pub const OpEndSequence: i32 = 13;
pub const OpBeginAll: i32 = 14;
pub const OpEndAll: i32 = 15;
pub const OpAnything: i32 = 16;
pub const OpAnyNumber: i32 = 17;
pub const OpOneOrMore: i32 = 18;
pub const OpOptional: i32 = 19;
pub const OpFormatBool_: i32 = 20;
pub const OpFormatInt8_: i32 = 21;
pub const OpFormatInt16_: i32 = 22;
pub const OpFormatInt32_: i32 = 23;
pub const OpFormatInt64_: i32 = 24;
pub const OpFormatUInt8_: i32 = 25;
pub const OpFormatUInt16_: i32 = 26;
pub const OpFormatUInt32_: i32 = 27;
pub const OpFormatUInt64_: i32 = 28;
pub const OpFormatUnicodeString_: i32 = 29;
pub const OpFormatDom_: i32 = 30;
pub const OpFormatStruct_: i32 = 31;
pub const OpFormatUri_: i32 = 32;
pub const OpFormatUuidUri_: i32 = 33;
pub const OpFormatName_: i32 = 34;
pub const OpFormatListInsertTail_: i32 = 35;
pub const OpFormatType_: i32 = 36;
pub const OpFormatDynamicType_: i32 = 37;
pub const OpFormatLookupType_: i32 = 38;
pub const OpFormatDuration_: i32 = 39;
pub const OpFormatDateTime_: i32 = 40;
pub const OpFormatFloat_: i32 = 41;
pub const OpFormatDouble_: i32 = 42;
pub const OpProcess_: i32 = 43;
pub const OpQualifiedAttribute_: i32 = 44;
pub const OpFormatXMLDeclaration_: i32 = 45;
pub const OpFormatMax: i32 = 46;const
OpNone* = 0
OpEndOfTable* = 1
OpBeginElement_* = 2
OpBeginAnyElement* = 3
OpEndElement* = 4
OpElement_* = 5
OpAnyElement* = 6
OpAnyElements* = 7
OpAnyText* = 8
OpAttribute_* = 9
OpBeginChoice* = 10
OpEndChoice* = 11
OpBeginSequence* = 12
OpEndSequence* = 13
OpBeginAll* = 14
OpEndAll* = 15
OpAnything* = 16
OpAnyNumber* = 17
OpOneOrMore* = 18
OpOptional* = 19
OpFormatBool_* = 20
OpFormatInt8_* = 21
OpFormatInt16_* = 22
OpFormatInt32_* = 23
OpFormatInt64_* = 24
OpFormatUInt8_* = 25
OpFormatUInt16_* = 26
OpFormatUInt32_* = 27
OpFormatUInt64_* = 28
OpFormatUnicodeString_* = 29
OpFormatDom_* = 30
OpFormatStruct_* = 31
OpFormatUri_* = 32
OpFormatUuidUri_* = 33
OpFormatName_* = 34
OpFormatListInsertTail_* = 35
OpFormatType_* = 36
OpFormatDynamicType_* = 37
OpFormatLookupType_* = 38
OpFormatDuration_* = 39
OpFormatDateTime_* = 40
OpFormatFloat_* = 41
OpFormatDouble_* = 42
OpProcess_* = 43
OpQualifiedAttribute_* = 44
OpFormatXMLDeclaration_* = 45
OpFormatMax* = 46enum WSDXML_OP : int {
OpNone = 0,
OpEndOfTable = 1,
OpBeginElement_ = 2,
OpBeginAnyElement = 3,
OpEndElement = 4,
OpElement_ = 5,
OpAnyElement = 6,
OpAnyElements = 7,
OpAnyText = 8,
OpAttribute_ = 9,
OpBeginChoice = 10,
OpEndChoice = 11,
OpBeginSequence = 12,
OpEndSequence = 13,
OpBeginAll = 14,
OpEndAll = 15,
OpAnything = 16,
OpAnyNumber = 17,
OpOneOrMore = 18,
OpOptional = 19,
OpFormatBool_ = 20,
OpFormatInt8_ = 21,
OpFormatInt16_ = 22,
OpFormatInt32_ = 23,
OpFormatInt64_ = 24,
OpFormatUInt8_ = 25,
OpFormatUInt16_ = 26,
OpFormatUInt32_ = 27,
OpFormatUInt64_ = 28,
OpFormatUnicodeString_ = 29,
OpFormatDom_ = 30,
OpFormatStruct_ = 31,
OpFormatUri_ = 32,
OpFormatUuidUri_ = 33,
OpFormatName_ = 34,
OpFormatListInsertTail_ = 35,
OpFormatType_ = 36,
OpFormatDynamicType_ = 37,
OpFormatLookupType_ = 38,
OpFormatDuration_ = 39,
OpFormatDateTime_ = 40,
OpFormatFloat_ = 41,
OpFormatDouble_ = 42,
OpProcess_ = 43,
OpQualifiedAttribute_ = 44,
OpFormatXMLDeclaration_ = 45,
OpFormatMax = 46,
}#define global OpNone 0x0
#define global OpEndOfTable 0x1
#define global OpBeginElement_ 0x2
#define global OpBeginAnyElement 0x3
#define global OpEndElement 0x4
#define global OpElement_ 0x5
#define global OpAnyElement 0x6
#define global OpAnyElements 0x7
#define global OpAnyText 0x8
#define global OpAttribute_ 0x9
#define global OpBeginChoice 0xA
#define global OpEndChoice 0xB
#define global OpBeginSequence 0xC
#define global OpEndSequence 0xD
#define global OpBeginAll 0xE
#define global OpEndAll 0xF
#define global OpAnything 0x10
#define global OpAnyNumber 0x11
#define global OpOneOrMore 0x12
#define global OpOptional 0x13
#define global OpFormatBool_ 0x14
#define global OpFormatInt8_ 0x15
#define global OpFormatInt16_ 0x16
#define global OpFormatInt32_ 0x17
#define global OpFormatInt64_ 0x18
#define global OpFormatUInt8_ 0x19
#define global OpFormatUInt16_ 0x1A
#define global OpFormatUInt32_ 0x1B
#define global OpFormatUInt64_ 0x1C
#define global OpFormatUnicodeString_ 0x1D
#define global OpFormatDom_ 0x1E
#define global OpFormatStruct_ 0x1F
#define global OpFormatUri_ 0x20
#define global OpFormatUuidUri_ 0x21
#define global OpFormatName_ 0x22
#define global OpFormatListInsertTail_ 0x23
#define global OpFormatType_ 0x24
#define global OpFormatDynamicType_ 0x25
#define global OpFormatLookupType_ 0x26
#define global OpFormatDuration_ 0x27
#define global OpFormatDateTime_ 0x28
#define global OpFormatFloat_ 0x29
#define global OpFormatDouble_ 0x2A
#define global OpProcess_ 0x2B
#define global OpQualifiedAttribute_ 0x2C
#define global OpFormatXMLDeclaration_ 0x2D
#define global OpFormatMax 0x2E