Mode


Description:

[ Flags ]
public enum Mode

Json encode/decode and Stream GObject decode options.

Combine flags with bitwise OR (e.g. AUTO | IGNORE_UNKNOWN). Use the Flags attribute so combined values are valid.

Example

var json = new OLLMrpc.Bin.Json(
OLLMrpc.Bin.Mode.AUTO | OLLMrpc.Bin.Mode.IGNORE_UNKNOWN);
var stream = new OLLMrpc.Bin.Stream(in_stream, out_stream) {
mode = OLLMrpc.Bin.Mode.AUTO
};


Namespace: OLLMrpc.Bin
Package: ollmchat

Content:

Enum values: