ADAPT::preview_size

Description

The ADAPT::preview_size command sets or returns the preview-size attribute.

Syntax

ADAPT::preview_size
ADAPT::preview_size request
ADAPT::preview_size response
ADAPT::preview_size <number>
ADAPT::preview_size request <number>
ADAPT::preview_size response <number>

#v12 introduces optional context parameter, where <ctx> represents a context handle
ADAPT::preview_size [<ctx>]
ADAPT::preview_size [<ctx>] request
ADAPT::preview_size [<ctx>] response
ADAPT::preview_size [<ctx>] <number>
ADAPT::preview_size [<ctx>] request <number>
ADAPT::preview_size [<ctx>] response <number>

Notes: The request-adapt side cannot modify attributes on the response-adapt side until the connection has been established with the server.

ADAPT::preview_size [<ctx>]

  • Get the preview-size attribute for the current side

ADAPT::preview_size [<ctx>] request

  • Get the preview-size attribute for the request-adapt side

ADAPT::preview_size [<ctx>] response

  • Get the preview-size attribute for the response-adapt side

ADAPT::preview_size [<ctx>] <number>

  • Sets the preview-size attribute for the current side

ADAPT::preview_size [<ctx>] request <number>

  • Sets the preview-size attribute for the request-adapt side

ADAPT::preview_size [<ctx>] response <number>

  • Sets the preview-size attribute for the response-adapt side

Examples