C# Class LokiProgrammer.EraseRowCommand

Inheritance: BootloaderCommand
Afficher le fichier Open project: arachnidlabs/loki Class Usage Examples

Méthodes publiques

Méthode Description
EraseRowCommand ( PacketChecksumType checksumType, byte flashArrayId, UInt16 flashRowNumber ) : System
SerializePayload ( EndianBinaryWriter writer ) : void

Method Details

EraseRowCommand() public méthode

public EraseRowCommand ( PacketChecksumType checksumType, byte flashArrayId, UInt16 flashRowNumber ) : System
checksumType PacketChecksumType
flashArrayId byte
flashRowNumber System.UInt16
Résultat System

SerializePayload() public méthode

public SerializePayload ( EndianBinaryWriter writer ) : void
writer EndianBinaryWriter
Résultat void