Enum PrimitiveType
Enum-class used for datatype attribute in FieldValue-class
Namespace: RosNet.Type
Assembly: RosNet.dll
Syntax
public enum PrimitiveType : int
Fields
| Name | Description |
|---|---|
| Array | |
| Bool | |
| Byte | |
| Char | |
| Duration | |
| Float32 | |
| Float64 | |
| Int16 | |
| Int32 | |
| Int64 | |
| Int8 | |
| String | |
| Time | |
| Uint16 | |
| Uint32 | |
| Uint64 | |
| Uint8 |