Exemplo n.º 1
0
 public MedtronicMessage2(byte sessionNumber, AstmCommandType command) : this(sessionNumber, (byte)command)
 {
 }
Exemplo n.º 2
0
 private AstmStart GetNewRequest(AstmCommandType commandType)
 {
     return(GetNewRequest((byte)SessionVariables.GetNextSessionNumber(), (byte)commandType));
 }
Exemplo n.º 3
0
 public static AstmStart GetNew(byte sessionNumber, AstmCommandType commandType)
 {
     return(GetNew(sessionNumber, (byte)commandType));
 }