C# Class CmdBody, code

Show file Open project: shendongnian/code

Public Methods

Method Description
GetLength ( ) : int
ToBytes ( ) : byte[]

Method Details

GetLength() public abstract method

public abstract GetLength ( ) : int
return int

ToBytes() public abstract method

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