프로퍼티 |
타입 |
설명 |
|
$_Cmd |
string |
The command (Add, Replace, etc) sent to the client, that this Status
response refers to. |
|
$_CmdRef |
integer |
The command ID (CmdID) of the command sent to the client, that this
Status response refers to. |
|
$_MsgRef |
integer |
The message ID (Msg) of the message sent to the client, that this Status
response refers to. |
|
$_SourceRef |
string |
This element is optional. If specified, Status response refers to a
single Item in the command sent to the client. It refers to all Items in
the sent command otherwise. |
|
$_Status |
integer |
The status response code, one of the Horde_SyncMl::RESPONSE_* constants. |
|
$_TargetRef |
string |
This element is optional. If specified, Status response refers to a
single Item in the command sent to the client. It refers to all Items in
the sent command otherwise. |
|
$_cmdName |
string |
Name of the command. |
|