Exemple #1
0
 /// <summary>
 /// Get the array of bytes to use as the default arguments for
 /// the command when no arguments are given.
 /// </summary>
 /// <param name="command">Command</param>
 /// <returns>byte[]</returns>
 public byte[] GetCommandDefaultArgumentsBytes()
 {
     return(CommandHelper.GetCommandDefaultArgumentsBytes(this.Command));
 }
Exemple #2
0
 /// <summary>
 /// Get the expected data/response size for the command.
 /// </summary>
 /// <returns>int</returns>
 public int GetCommandDataSize()
 {
     return(CommandHelper.GetCommandDataSize(this.Command));
 }