C# Класс Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.ErrorPdu

A type of PDU to indicate some errors.
Наследование: RdpbcgrClientPdu
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Clone ( ) : StackPacket

Create an instance of the class that is identical to the current PDU.

ErrorPdu ( Exception e ) : System

Create an ErrorPdu.

ErrorPdu ( Exception e, byte packetData ) : System

Create an ErrorPdu.

ToBytes ( ) : byte[]

Encode this structure into byte array.

Описание методов

Clone() публичный Метод

Create an instance of the class that is identical to the current PDU.
public Clone ( ) : StackPacket
Результат StackPacket

ErrorPdu() публичный Метод

Create an ErrorPdu.
public ErrorPdu ( Exception e ) : System
e System.Exception The decoding exception.
Результат System

ErrorPdu() публичный Метод

Create an ErrorPdu.
public ErrorPdu ( Exception e, byte packetData ) : System
e System.Exception The decoding exception.
packetData byte The pdu data in bytes.
Результат System

ToBytes() публичный Метод

Encode this structure into byte array.
public ToBytes ( ) : byte[]
Результат byte[]