Value types and formats, Codec c90 system integrator guide – TANDBERG Codec C90 D14128.02 User Manual

Page 37

Advertising
background image

D14128.02—NOVEMBER 2008

37

Codec C90

System Integrator Guide

Contents

Introduction

Getting Started

Interfaces

About the API

xConfiguration

xCommand

xStatus

Cameras

Appendices

Contact us

About the API

Formats for values types

Value types and formats

The system supports the following value types:

Integer values

Literal values

String values

E164 string values (strings only containing digits, ‘#’ and ‘*’)

IPv4 Address values

IPv6 Address values

IPv4 or IPv6 Address values

Integer values:<x..y>

Defines the valid range for an integer input. x = min value, y = max value.

<1..100>

Literal values: <X/Y/../Z>

Defines the possible values for a given configuration.

<On/Off/Auto>

String values: <S: x, y>

Defines that the valid input for this configuration is a String with minimum length x and maximum length of y characters.

<S: 0, 49>

IPv4 Address values: <IPAddr>

Defines that the input must be an IPv4 address.

<IPAddr>

IPv6 Address values: <IPv6Addr: x, y>

Defines that the input must be an IPv6 address with minimum length x and maximum length y.

<IPv6Addr: 0, 43>

IPv4 or IPv6 Address values: <IPv4v6Addr: x, y>

Defines that the input must be an IPv4 or IPv6 address with minimum length x and maximum length y.

<IPv4v6Addr: 0, 43>

Advertising