C# Class Microsoft.Protocols.TestSuites.MS_OXORULE.ReplyActionData

Action Data buffer format for ActionType: OP_REPLY, OP_OOF_REPLY
Inheritance: IActionData
显示文件 Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
Deserialize ( byte buffer ) : uint

Deserialized byte array to a ReplyActionData instance

Serialize ( ) : byte[]

Get serialized byte array for this ActionData

Size ( ) : int

The total Size of this ActionData buffer

Method Details

Deserialize() public method

Deserialized byte array to a ReplyActionData instance
public Deserialize ( byte buffer ) : uint
buffer byte Byte array contains data of an ActionData instance.
return uint

Serialize() public method

Get serialized byte array for this ActionData
public Serialize ( ) : byte[]
return byte[]

Size() public method

The total Size of this ActionData buffer
public Size ( ) : int
return int