Additional changes

This commit is contained in:
akuker
2020-08-16 12:08:37 -05:00
parent 19a659953a
commit f6da74a9ed
5 changed files with 194 additions and 226 deletions

View File

@@ -42,6 +42,8 @@ class Rasctl_Command{
public:
void Serialize(BYTE *buff, int max_buff_size);
static Rasctl_Command* DeSerialize(BYTE* buff, int size);
BOOL IsValid(FILE *fp);
rasctl_command cmd = rasctl_cmd_invalid;
rasctl_dev_type type = rasctl_dev_invalid;