Enum KernelRpcValueKind
Namespace: DotBoxD.Plugins
Assembly: DotBoxD.Plugins.dll
The compact, transport-neutral value kinds used for server extension IPC payloads.
public enum KernelRpcValueKind : byteFields
Section titled “Fields”Bool = 1
F64 = 4
Guid = 9
I32 = 2
I64 = 3
List = 6
Map = 8
Record = 7
String = 5
Unit = 0