
Avaya Media Processing Server Series System Reference Manual
Page 230 # P0602477 Ver: 3.1.11
Examples: vtcpd -f 120
Indicates that the message has a fixed length of 120.
vtcpd -f d:0x0A
Indicates that the messages are delimited by newline characters (0x0A).
vtcpd -f l:2 -m t
Indicates that the message length is contained in a two-byte header. Any
trailing spaces in the message are removed before it is sent to the host.
vtcpd -f A:3
Indicates that the message length is contained in a three-character header.
For example, if the message sent by the host is "ABCDE", the message as
received by an application would be "008ABCDE".
vtcpd -f a:3
Indicates that the combined message and data length is contained in a
three-character header. For example, if the message sent by the host is
"ABCDE", the message as received by an application would be "005ABCDE".
vtcpd -f a:4:1:4 -or- vtcpd -f l:4
Indicates that the message header contains only the length field (4 bytes in
ASCII format) and the header is stripped when passed to the application.
vtcpd -f l:2:1:8 -m h
Indicates that the message header contains 8 bytes, the binary length field
of 2 bytes is located at the beginning of the header, and the header is
passed to the application.
-f Option
Action strip header
retain header
(
-m h)
{l|a}:lf send to host 18 bytes 18 bytes
send to application 10 bytes 18 bytes
value of lf 10 10
{L|A}:lf send to host 18 bytes 18 bytes
send to application 10 bytes 18 bytes
value of lf 18 18
vtcpd -f | -F {len | d:D | l:{#|lf[:hp[:hl]]}|
L:{w|lf[:hp[:hl]]}|
a:{n|lf[:hp[:hl]]}|
A:{n|lf[:hp[:hl]]}
[{-mB | -m
h | -m t}]
Komentáře k této Příručce