C# Class J9Updater.FileTransferSvc.Ver1.Msgs.Message

Datei anzeigen Open project: zlphoenix/LearnCSharp Class Usage Examples

Protected Properties

Property Type Description
Ver byte

Public Methods

Method Description
CreateMessage ( byte rawMsg ) : Message
ToBytes ( ) : byte[]

Protected Methods

Method Description
Message ( ) : System
Message ( byte rawMsg ) : System

Private Methods

Method Description
GetMsgType ( byte rawMsg ) : MessageType

Method Details

CreateMessage() public static method

public static CreateMessage ( byte rawMsg ) : Message
rawMsg byte
return Message

Message() protected method

protected Message ( ) : System
return System

Message() protected method

protected Message ( byte rawMsg ) : System
rawMsg byte
return System

ToBytes() public abstract method

public abstract ToBytes ( ) : byte[]
return byte[]

Property Details

Ver protected_oe property

protected byte Ver
return byte