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

Recipient Data buffer structure which used for OP_FORWARD, OP_DELEGATE ActionType
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode Description
Deserialize ( byte buffer ) : uint

Deserialized byte array to a ForwardActionData instance

RecipientBlock ( ) : System

Initializes a new instance of the RecipientBlock class.

RecipientBlock ( CountByte countType ) : System

Initializes a new instance of the RecipientBlock class.

Serialize ( ) : byte[]

Get serialized byte array for this ActionData

Size ( ) : int

The total Size of this ActionData buffer

Method Details

Deserialize() public méthode

Deserialized byte array to a ForwardActionData instance
public Deserialize ( byte buffer ) : uint
buffer byte Byte array contains data of an ActionData instance.
Résultat uint

RecipientBlock() public méthode

Initializes a new instance of the RecipientBlock class.
public RecipientBlock ( ) : System
Résultat System

RecipientBlock() public méthode

Initializes a new instance of the RecipientBlock class.
public RecipientBlock ( CountByte countType ) : System
countType CountByte The COUNT Type of this class.
Résultat System

Serialize() public méthode

Get serialized byte array for this ActionData
public Serialize ( ) : byte[]
Résultat byte[]

Size() public méthode

The total Size of this ActionData buffer
public Size ( ) : int
Résultat int