FieldType Enumeration¶
Namespace: id3.Bioseal
Definition¶
Enumerates the field types present in the payload.
class FieldType
enum FieldType
public enum FieldType
public enum FieldType
public enum FieldType
typedef enum id3BiosealFieldType
Fields¶
Name |
Value |
Description |
---|---|---|
|
0 |
Unknown type. |
|
1 |
Integer. |
|
2 |
Boolean. |
|
3 |
Float. |
|
4 |
String. |
|
5 |
Binary. |
|
6 |
Date. |
|
7 |
Value representing the number of seconds since 1970-01-01 00:00:00 UTC. |
|
8 |
Time. |
|
9 |
Object. |
|
10 |
Integer array. |
|
11 |
Boolean array. |
|
12 |
Float array. |
|
13 |
String array. |
|
14 |
Binary array. |
|
15 |
Date array. |
|
16 |
Date array. |
|
17 |
Object array. |