ProtonNet Server 1.0
An Open Solution for all your socket or web api needs.
|
Enumerations | |
enum | FieldDataType { Boolean = 0 , Number = 1 , String = 2 , Array = 3 , Object = 4 } |
Enumeration representing various field data types. More... | |
enum | GNFieldDataType { Other = 0 , Number = 1 , String = 2 , Boolean = 3 , GNHashtable = 4 , GNArray = 5 } |
Enumeration representing different types of data fields. More... | |
Enumeration representing different types of data fields.
Enumerator | |
---|---|
Other | Represents a field type that is not specifically categorized. |
Number | Represents a numeric data field. |
String | Represents a string data field. |
Boolean | Represents a boolean data field. |
GNHashtable | Represents a field that is a GNHashtable. |
GNArray | Represents a field that is a GNArray. |