SimpleCommandEncoding

SimpleCommandEncoding
SimpleCommandEncoding

A boxed SimpleCommandEncodingEnum. To be used in Any placeholders.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "_value": "string"
}
_value
Required

The encoding of the resultant return data.

This is a hint to the client side to indicate the format of the information being returned.

Possible values:

  • CSV: Comma separated values
  • HEX: Hex encoded binary data
  • STRING
Possible values are : CSV, HEX, STRING,